what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #21
zwat Wrote:how do i get the posterplus info screen to go away on any keypress?

Two ways:

![Container(55).OnNext | Container(55).OnPrevious] on the animation

or

Check in the Aries, MOD in progress, thread for how to do it as a focus animation....


I kind of like how I did it for the "Slide" view, where it's activated by <ondown>

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #22
i have that on all animations. as said it work for left and right, but not for back and forth (enter\bacspace)

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
JDizzy Offline
Fan
Posts: 330
Joined: Apr 2009
Reputation: 0
Location: Californication
Post: #23
Could someone tell me which modules/lines load the logos for the TV Series?
The views I am thinking of are the Logo Wall view and the Fanart view.

Are there multiple modules involved or?
find quote
Ram2000 Offline
Fan
Posts: 620
Joined: Jul 2009
Reputation: 6
Post: #24
JDizzy Wrote:Could someone tell me which modules/lines load the logos for the TV Series?
The views I am thinking of are the Logo Wall view and the Fanart view.

Are there multiple modules involved or?

Depends what you want to do best way ive found of finding what does what is using notepad++ do a file search for Logo
this will then list all the files with that mentioned in it.
find quote
JDizzy Offline
Fan
Posts: 330
Joined: Apr 2009
Reputation: 0
Location: Californication
Post: #25
Ram2000 Wrote:Depends what you want to do best way ive found of finding what does what is using notepad++ do a file search for Logo
this will then list all the files with that mentioned in it.

Already had a look with Notepad++... there are many logo.png in there.
Specifically, where do the logos load in the Logo Wall, and Fanart views?
Obviously in those 2 files, but is anything else involved that might also be loading the logos fo those 2 views?
(I am trying to debug something on my ATV system).
(This post was last modified: 2010-08-19 01:57 by JDizzy.)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #26
Viewtype_Landscape_Fanart.xml = "Fanart" view

Viewtype_Logo.xml = "Logo" Wall

Every view pretty much uses:
PHP Code:
<control type="image" id="37015">
            <
posx>20</posx>
            <
posy>0</posy>
            <
width>230</width>
            <
height>89</height>
            <
texture background="true">$INFO[ListItem.path]logo.png</texture>
            <
fadetime>100</fadetime>
            <
aspectratio scalediffuse="false">stretch</aspectratio>
        </
control>
        <
control type="image" id="39015">
            <
posx>20</posx>
            <
posy>0</posy>
            <
width>230</width>
            <
height>89</height>
            <
texture background="true">$INFO[ListItem.path]../logo.png</texture>
            <
fadetime>100</fadetime>
            <
aspectratio scalediffuse="false">stretch</aspectratio>
        </
control


Quote:(I am trying to debug something on my ATV system).

As I guessed before, I betting it's "running with restricted rights" that might be the cause....

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
JDizzy Offline
Fan
Posts: 330
Joined: Apr 2009
Reputation: 0
Location: Californication
Post: #27
mcborzu Wrote:As I guessed before, I betting it's "running with restricted rights" that might be the cause....

I remember but I am not sure how to change the access rights as it is a strange little NAS box (Netgear Stora).

I can not understand why in 3D banner view, if I choose the logo.png as the banner I want to use, it loads and displays them fine. It is only in "logo" mode that they disappear. I wish on the context info screen there was an option also to browse and choose the logo as there is with thumb and fanart. Now, when I choose thumb, it automatically looks and says none available.

I'll just keep hackin away at it... thanks for your clarification.
(This post was last modified: 2010-08-19 02:51 by JDizzy.)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #28
Well if it can pull that then my guess would be a corrupted textures.db

/Users/frontrow/Library/Application Support/XBMC/userdata/Database/

I think that might be the path for ATV, then delete the textures.db

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
(This post was last modified: 2010-08-19 02:56 by mcborzu.)
find quote
JDizzy Offline
Fan
Posts: 330
Joined: Apr 2009
Reputation: 0
Location: Californication
Post: #29
mcborzu Wrote:Well if it can pull that then my guess would be a corrupted textures.db
/Users/frontrow/Library/Application Support/XBMC/userdata/Database/
I think that might be the path for ATV, then delete the textures.db

That is the path. Deleted it, problem still persists.
Back to 3D Banner for now....
Thanks!
find quote
Ram2000 Offline
Fan
Posts: 620
Joined: Jul 2009
Reputation: 6
Post: #30
Im back and stuck again :-(
I am trying to get the logo to show up in the middle at teh top when pressing I in TV Shows.
[Image: screenshot014.jpg]
I have managed to get it central but its mishaped the image and I can not figure out how to get it right been pulling my hair out.
This is the code i have to date if anyone can point out the best way to do this I would be VERY gratefull.

Code:
        <control type="image">
            <description>tv show Logo</description>
            <posx>0</posx>
            <posy>-550</posy>  
            <width>1240</width>    
            <height>250</height>
            <align>center</align>
            <texture>$INFO[Player.FolderPath]../logo.png</texture>
            <aspectratio>keep</aspectratio>
            <visible>VideoPlayer.Content(episodes)</visible>
            <animation type="WindowOpen"><effect type="fade" start="0" end="100" time="600" /></animation>
            <animation type="WindowClose"><effect type="fade" start="100" end="0" time="600" /></animation>
        </control>
To get it central I have but the width to fullscreen but this is what as made it so big doesnt look terrible but its not right :-(
(This post was last modified: 2010-08-22 03:38 by Ram2000.)
find quote
Post Reply