2013-03-20, 22:06
Well you´re able to launch simpleplaylist now allthough there is nothing in it yet.
I´m running XMBC in Portable Mode so all userfiles, addons etc is inside my xbmc installation folder next to/under xbmc.exe. In there my keyboard.xml file is inside ...\userdata\keymaps\ .
Read this http://wiki.xbmc.org/index.php?title=key...of_keymaps
I think you should copy XBMC\system\keymaps\keyboard.xml and overwrite the .\userdata\keymaps\keyboard.xml.
Then put in the key/string for simpleplaylist on the correct "level!. I put mine on the "global" level which I guess mean the keyboard shortcut is active wherever I am in XBMC.
Extracted from my keyboard.xml :
I don´t think there is any problem with the standard location for the simpleplaylst file, it´s here:
...\userdata\addon_data\script.simpleplaylists\SimplePlaylists.spl
It´s this file you may have to edit if some items doesn´t open correctly as I explained before (after you´ve been able to add them to a playlist!).
You seem to be able to launch simpleplaylist but here is the simpleplaylist part from my favourites.xml :
/Lars
I´m running XMBC in Portable Mode so all userfiles, addons etc is inside my xbmc installation folder next to/under xbmc.exe. In there my keyboard.xml file is inside ...\userdata\keymaps\ .
Read this http://wiki.xbmc.org/index.php?title=key...of_keymaps
I think you should copy XBMC\system\keymaps\keyboard.xml and overwrite the .\userdata\keymaps\keyboard.xml.
Then put in the key/string for simpleplaylist on the correct "level!. I put mine on the "global" level which I guess mean the keyboard shortcut is active wherever I am in XBMC.
Extracted from my keyboard.xml :
Code:
<keymap>
<global>
<keyboard>
<F12>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</F12>
</keyboard>
</global>
</keymap>
I don´t think there is any problem with the standard location for the simpleplaylst file, it´s here:
...\userdata\addon_data\script.simpleplaylists\SimplePlaylists.spl
It´s this file you may have to edit if some items doesn´t open correctly as I explained before (after you´ve been able to add them to a playlist!).
You seem to be able to launch simpleplaylist but here is the simpleplaylist part from my favourites.xml :
Code:
<favourites>
<favourite name="SimplePlaylists" thumb="D:\XBMC\portable_data\addons\script.simpleplaylists\icon.png">ActivateWindow(10025,"plugin://script.simpleplaylists/?content_type=video")</favourite>
</favourites>