Navigation back to home menu
#1
Hello,
I'm using your wonderful skin on an appletv.
It work perfectly, but I would like customize one thing.

How to go back directly to the home menu, in the tvshows menu thanks to the menu button of the appletv remote ?

Now i've this issue :

tvshows -> Menu video (Movies, tvshows, Plugin..) -> ... -> Home menu

What I want :

Menu tvshows -> Home menu

Thanks in advance

Sorry for the bad english of a french guy Smile
Reply
#2
In Includes.xml

PHP Code:
                <item id="4">
                    <
description>TV Shows</description>
                    <
label>$LOCALIZE[20343]</label>
                    <
icon>backdrops/tvshows.jpg</icon>
                    <
thumb>$INFO[Skin.String(CustomTVShowsImage)]</thumb>
                    <
onclick>ActivateWindow(VideoLibrary,tvshowtitles,return)</onclick>
                    <
visible>!Skin.HasSetting(notvshows)</visible>
                </
item

With the return being the bit you're interested in. Repeat for movies if you like too. Doesn't seem to work anywhere else.
Reply
#3
Work like a charm
Many thanks !
Reply
#4
legend!

This was the only thing that i didnt like about Alaska but now its fixed!

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Navigation back to home menu0