2012-08-10, 15:45
(2012-08-10, 07:55)CaptainKen Wrote: 1) How do you get it to show up on content list? When I right click on media "Queue Item" is at the top and "Now Playing..." is at the bottom, but there is no item called SimplePlaylists. I've unistalled and reinstalled SPL, but no luck.It does not show up in the context menu. For this it had to be integrated in XBMC / Skins. You have to run the following command:
Code:
RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)
(2012-08-10, 07:55)CaptainKen Wrote: 2) I have also added the following to favourites.xmlThis should show your existing playlists. I have no idea why it wont show up. I need your log to know why its not working...
Code:<favourite name="ShowPlaylists">RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists) </favourite>
3) The SimplePlaylists entry does show up on my Favorites menu, however clicking on it does nothing.
(2012-08-10, 07:55)CaptainKen Wrote: 4) How do I map to a remote button?You will find all needed infos for keymapping here.
5) How do I map to a key?
greetings,
asde