Hi! I’d like to request an API endpoint that allows setting or updating Labels on Shows.
Right now the API exposes labels through:
GET /api/v1/shows
GET /api/v1/shows/
…but there is no corresponding write endpoint to modify them.
Having a way to update labels programmatically would unlock a lot of really useful automation workflows.
Example use case:
I organize my media library by directory (e.g. general/anime, kids/anime, etc.). If I could set labels through the API, I could automatically tag shows with labels like Kids-Anime. Then I could create and maintain smart collections based on those labels—such as a “Kids Anime” collection that stays up-to-date as new episodes or series are added.
This would make library organization far more powerful for users who automate or script their setups.
Thanks for considering it!