Hi guys,
Is it possible to make it so that whenever i select Videos from the home screen it goes to the top directory, rather than the last location used?
I found away to do this in the aeon skin here:
http://forum.xbmc.org/showthread.php?tid...to=newpost
Can this also be done in mediastream?
Possible to always go to top directory in videos?
oddity
Junior Member Posts: 26 Joined: Nov 2008 Reputation: 0 |
2009-06-06 00:53
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-06-06 02:20
Post: #2
Remove the ,return from the ActivateWindow call in Home.xml
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
oddity
Junior Member Posts: 26 Joined: Nov 2008 Reputation: 0 |
2009-06-12 13:35
Post: #3
hey jmarshall,
Thanks for the suggestion but I cant see ",return" anywhere that looks like it might affect videos. This is what is in my home.xml Am I looking in the right place? <item id="1"> <description>My Videos Button</description> <label> $LOCALIZE[31001] </label> <label2> $LOCALIZE[31011] </label2> <visible>!Skin.HasSetting(HideVideos)</visible> <onclick>XBMC.ActivateWindow(24)</onclick> </item> |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-06-13 01:06
Post: #4
Change it to ActivateWindow(24,$ROOT)
Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help