jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

Add more support for playlists #89

Closed mschoneman closed 1 year ago

mschoneman commented 1 year ago

Adds three new methods on IPlexServerClient to support retrieving playlist items, creating playlists, and adding items to a playlist. A new sample is included that shows how to use these new methods to split a large playlist into smaller playlists. This is useful to overcome the 24h sync limit in PlexAmp large playlists.

jensenkd commented 1 year ago

This looks great! Nice work @mschoneman !