Hi there,
I am trying to get the teletext button on my remote to start a specific playlist. In the [http://wiki.xbmc.org/index.php?title=Keymap]wiki[/url] I couldn't find the info needed to get it working. When I add this line to my keymap.xml in the style: XBMC.ActivateWindow(type,path to playlist) it does not work:
<teletext>XBMC.ActivateWindow(music,special://profile/playlists/music/RadioEins.m3u)</teletext>
What I am doing wrong? This is working: <teletext>XBMC.ActivateWindow(music,special://profile/playlists/music/)</teletext>, but the specific playlist won't open.
In the log it says:
I am trying to get the teletext button on my remote to start a specific playlist. In the [http://wiki.xbmc.org/index.php?title=Keymap]wiki[/url] I couldn't find the info needed to get it working. When I add this line to my keymap.xml in the style: XBMC.ActivateWindow(type,path to playlist) it does not work:
<teletext>XBMC.ActivateWindow(music,special://profile/playlists/music/RadioEins.m3u)</teletext>
What I am doing wrong? This is working: <teletext>XBMC.ActivateWindow(music,special://profile/playlists/music/)</teletext>, but the specific playlist won't open.
In the log it says:
Code:
ERROR: Window Translator: Can't find window special://profile/playlists/music/RadioEins.m3u
ERROR: Activate/ReplaceWindow called with invalid destination window: special://profile/playlists/music/RadioEins.m3u