blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.72k stars 304 forks source link

[Request] Sharing Smart Playlists #111

Open irodimus opened 6 years ago

irodimus commented 6 years ago

I currently have 4 smart playlists that autoupdate according to the tags I set for the media, ex Arrowverse, Marvel's Cinematic Universe, etc. If I share any of these playlists, they appear to turn in regular static playlists (they don't have the purple gear in the corner) for the users I shared them with. Looking at the plexapi.playlist module, it may be possible to denote whether a playlist is smart or not, but not sure how difficult it would be to implement and I may have read that all wrong.

blacktwin commented 6 years ago

This would something that Tautulli could be used to update the shared "smart" playlist. If watched or added then add or remove items from the playlist.

blacktwin commented 6 years ago

I helped with adding this feature to the python-plexapi. Once this branch is merged to master I'll be able to add this into the playlist_manager.py.

blacktwin commented 5 years ago

Looks like it's been added to plexapi so just need to update my end.

irodimus commented 3 years ago

Has there been any progress on this?

blacktwin commented 3 years ago

There has, but nothing from me yet. https://github.com/pkkid/python-plexapi/pull/763