Save View for Directorys
#1
hello

is there a way to start a File/Video directly when i press in the Menu "Videos" ?

because i'm watching IPTV and have a list with the Channels in a *.m3u File, when i press "Video" i have to press "ListOfChannels" too, to get to the channels. If i get back with Escape i only press Video again and get to the channels, but after a Restart its gone.

someone got the solution?

thanks for reading
greets
Reply
#2
See the PlayMedia builtin function - you'd alter the <onclick> in the skin to play the playlist directly.

Alternatively, you can pass the path to the playlist into the ActivateWindow call which will be currently in the <onclick>
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.


Image
Reply
#3
thanks!

but i think i got problems with the syntax i have:

Home.xml
Code:
<item id="2">
    <icon>MyTV.png</icon>
    <label>31001</label>
    <label2>31011</label2>
    <onclick>ActivateWindow(Video,Channels)</onclick>
</item>


sources.xml
Code:
<source>
       <name>Channels</name>
       <path pathversion="1">C:\playlist.m3u</path>
</source>

but it just won't work Huh it opens the view as usual, and not in the .m3u

The Playmedia function worked, but it just starts the first channel in the background instead of showing me the list of channels.
Reply

Logout Mark Read Team Forum Stats Members Help
Save View for Directorys0