2009-02-21, 03:55
in xTV\PAL\Home.xml
The second parameter of ActivateWindow can be a source name (I created a multipath source called TV and Movies), and now from the home menu it will jump right into my TV show/Movie multipath source in file view.
You may want to comment out the <item> definitions for the real TV Shows and Movies (there are two Movies definitions, one for 'Library' view, and one that just takes you to the video sources list.)
Code:
<item>
<icon>icon-video.png</icon>
<thumb>icon-video-blur1.png</thumb>
<label>31001</label>
<onclick>ActivateWindow(MyVideoFiles,Movies)</onclick>
</item>
<item>
<icon>icon-tv.png</icon>
<thumb>icon-tv-blur1.png</thumb>
<label>31010</label>
<onclick>ActivateWindow(MyVideoFiles,TV)</onclick>
</item>
You may want to comment out the <item> definitions for the real TV Shows and Movies (there are two Movies definitions, one for 'Library' view, and one that just takes you to the video sources list.)