Open irodimus opened 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.
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.
Looks like it's been added to plexapi so just need to update my end.
Has there been any progress on this?
There has, but nothing from me yet. https://github.com/pkkid/python-plexapi/pull/763
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.