[RELEASE] SimplePlaylists

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 14
Location: Germany
Post: #31
(2012-06-10 00:13)Eldritch Wrote:  I have a shortcut to this add-on on my main menu. But when I click it, it always go to the last used shortcuts. Let's say it was movies. If I use parent dir from there, I end up in pictures every time. Meaning if I want to go to my favourite music I have to back out to main menu and start the add-on from the music page.

I don't know if it's possible, but it would be very nice to have the option to select all of your playlists right after starting the add-on. Or if the parent dir ended up in some kind of select category page. Meaning when I start the add-on, I can access movies, pictures and music without having to start the add-on from a certain place.
Absolutely right!
I added/changed this and a lot of other things. New version will be available soon.
(This post was last modified: 2012-06-10 19:42 by AddonScriptorDE.)
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 14
Location: Germany
Post: #32
Update v1.0.8

Most important changes:
- Changed type of accessing db infos when adding selected items (faster)
- Changed type of playlist definitions/management (no longer in addon options)
- Added parameter for viewing playlists with content-type overview
- Added context menu for managing playlists/subfolders
- Added automatic content detection when adding selected items
- Added playlist subfolders
- Changed addon id

Because of the new addon id you have to remove the old version, else the addon will be listed twice. Also the command for adding media has changed:
Code:
RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)

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"

cheers,
asde
(This post was last modified: 2012-06-15 16:44 by AddonScriptorDE.)
find quote
Eldritch Offline
Junior Member
Posts: 12
Joined: Nov 2011
Reputation: 0
Location: Sweden
Post: #33
Very nice! Good work!

This is working, but is it the correct way to add it in favourites.xml?
Code:
<favourite name="SimplePlaylists">ActivateWindow(10024,&quot;plugin://script.simpleplaylists/?mode=showPlaylists&quot;)</favourite>

Also, can you explain the subfolder feature? I have tried to add a music album, but I can't get it to work. I guess I'm not doing it right. Smile
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 14
Location: Germany
Post: #34
(2012-06-12 00:25)Eldritch Wrote:  This is working, but is it the correct way to add it in favourites.xml?
Code:
<favourite name="SimplePlaylists">ActivateWindow(10024,&quot;plugin://script.simpleplaylists/?mode=showPlaylists&quot;)</favourite>
It should look like this:
Code:
<favourite name="SimplePlaylists">RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists)</favourite>

(2012-06-12 00:25)Eldritch Wrote:  Also, can you explain the subfolder feature? I have tried to add a music album, but I can't get it to work. I guess I'm not doing it right. Smile
Adding albums is not working at the moment, only songs. Sorry...
Edit:
- Adding albums and directories (useful for adding addon folders) is working now. Will be available in the next version.

Using subfolders:
You need at least one playlist (just add something into a new playlist) in which you want to create a subfolder.
Now, when you want to add something into a subfolder, choose "New subfolder", select the playlist for the subfolder and enter a name. Its now added in this new subfolder.
The subfolder you created will now be shown in the playlist when you add further items.

Ive noticed a bug in v1.0.8: When i use the addon over "Video/Music/Image"-Addons i always see the last "content type" playlists. Anyone noticed the same, or is it working? Fixed this in next version.
(This post was last modified: 2012-06-12 18:21 by AddonScriptorDE.)
find quote
Spy_br Offline
Junior Member
Posts: 3
Joined: Jun 2012
Reputation: 0
Post: #35
...
(This post was last modified: 2012-06-14 19:56 by Spy_br.)
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 14
Location: Germany
Post: #36
Version 1.0.9:
- Added support for adding full albums (via json), full tv-shows and directories (useful for addons and addon-subfolders)
- Changed/added parts of the playlist/subfolder navigation
- Added context menu for renaming playlist items
- Added some more db infos
- Fixed some bugs

I changed the playlist structure, so your old playlists will be gone. Sorry Wink Last time. In future your old playlists will still work.
Execept of the known url encoding problem everything should work now. I will add this version to the xbmc.org eden repo.

cheers,
asde
(This post was last modified: 2012-06-16 15:07 by AddonScriptorDE.)
find quote
Eldritch Offline
Junior Member
Posts: 12
Joined: Nov 2011
Reputation: 0
Location: Sweden
Post: #37
Thanks for the updates!

I have done some testing. Adding albums and dirs works great in both filemode and library mode.

But the movies doesn't start any more. The show up in the list with image and info, but nothing happens when I try to start it.

Update:
Doesn't matter if it's rars or avi's. And the movies was added to the list while they where playing.
(This post was last modified: 2012-06-16 14:25 by Eldritch.)
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 14
Location: Germany
Post: #38
(2012-06-16 14:14)Eldritch Wrote:  Thanks for the updates!

I have done some testing. Adding albums and dirs works great in both filemode and library mode.

But the movies doesn't start any more. The show up in the list with image and info, but nothing happens when I try to start it.

Update:
Doesn't matter if it's rars or avi's. And the movies was added to the list while they where playing.
Thanks for your testing Smile
Sorry, i changed some code when adding playing videos.
Should be fixed now.

Would be nice if you can test it again and give me some feedback.
If its working fine i will update it to the repo.
(This post was last modified: 2012-06-19 14:14 by AddonScriptorDE.)
find quote
Eldritch Offline
Junior Member
Posts: 12
Joined: Nov 2011
Reputation: 0
Location: Sweden
Post: #39
v1.1.0 is working like a charm. Thanks! Smile
find quote
Mudislander Offline
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #40
(2012-06-16 16:07)Eldritch Wrote:  v1.1.0 is working like a charm. Thanks! Smile

Yep, this version is working for me also. Cheers hey Smile

Noli illegitimi carborundum
find quote
Post Reply