-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
Description
What is your feature request?
Please add editAlbum or editTrackAlbum to track objects
Are there any workarounds?
None I can find.
Code Snippets
like editTrackArtist:
totrack.editTrackArtist(newArtist[0])
Just something like this:
totrack.editTrackAlbum(newAlbum[0])Additional Context
Context is Music Libraries, I know different to video ones, but still
I am using the API to sync two different Plex servers via python. This works pretty well. The only oddity I have found is that whilst I can edit Artist, album is not available. This is seems odd firstly as incomplete but also in that it would be rarer to edit Artist than album, esp given Plex's love of creating "various artist" albums etc...