• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7
what file must be change to accomplish this?
#16
@ram2000: like 99% of my stuff is scene stuff so thats the way they come. i don't unpack anything unless it's needed to get the video playing.
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
Reply
#17
what file do i need to change to add more commands in submenu? tried changing home with no luck, so i think there are more files that needs to be change.
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
Reply
#18
zwat Wrote:what file do i need to change to add more commands in submenu? tried changing home with no luck, so i think there are more files that needs to be change.

Home has the vertical one, Includes_Home_Horizontal.xml has the horizontal ones...search id="9001"
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#19
doh forgot about the horizontal even tho it's the only view i use. tnx
may i suggest
Code:
                    <control type="button" id="90120">
                        <include>ButtonHomeSubCommonValues_Horizontal</include>
                        <label>Country</label>
                        <onclick>ActivateWindow(VideoLibrary,MovieCountries,return)</onclick>
                    </control>

added to both files?
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
Reply
#20
how do i get the posterplus info screen to go away on any keypress?
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
Reply
#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

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#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
Reply
#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?
Reply
#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.
Reply
#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).
Reply
#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

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#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.
Reply
#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

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#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!
Reply
#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
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 :-(
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
what file must be change to accomplish this?0