2012-05-30, 16:04
Hi,
with this add-on you can add videos, music, images and directories from your local db as well as from online sources (addons) to playlists. For example, favorite media or videos you want to watch later.
To use it you have to map the following command to a remote button:
While browsing your local/online media you can add the currently selected Item to a playlist by pushing the mapped button. If you're playing some media in fullscreen, while pushing the button, the played media will be added. In the add-on menu you can view all playlists, entries could be removed via context menu.
If you want to access your playlists from everywhere, map this command to a key (Or add it to your favourites.xml):
First, create some playlists/subfolders while adding media. If you want to use many playlists/subfolders you can manage them via context menu: "Manage playlists/subfolders"
You can install it from the xbmc.org eden repo.
Known bugs:
When adding rar-Videos from "currently selected" Mode there are problems with the url encoding.
Same with few Video-Addons and all urls containing user authentication infos. When adding media from "currently playing" Mode everything should work.
I hope there will be a solution for the problem: see here.
Any feedback is welcome!
asde
with this add-on you can add videos, music, images and directories from your local db as well as from online sources (addons) to playlists. For example, favorite media or videos you want to watch later.
To use it you have to map the following command to a remote button:
Code:
RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)
While browsing your local/online media you can add the currently selected Item to a playlist by pushing the mapped button. If you're playing some media in fullscreen, while pushing the button, the played media will be added. In the add-on menu you can view all playlists, entries could be removed via context menu.
If you want to access your playlists from everywhere, map this command to a key (Or add it to your favourites.xml):
Code:
RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists)
First, create some playlists/subfolders while adding media. If you want to use many playlists/subfolders you can manage them via context menu: "Manage playlists/subfolders"
You can install it from the xbmc.org eden repo.
Known bugs:
When adding rar-Videos from "currently selected" Mode there are problems with the url encoding.
Same with few Video-Addons and all urls containing user authentication infos. When adding media from "currently playing" Mode everything should work.
I hope there will be a solution for the problem: see here.
Any feedback is welcome!
asde