rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Added logic to exclude tags/labels in plex #49

Closed fastrack20 closed 7 months ago

fastrack20 commented 7 months ago

Noticed that excluding tags/labels in Plex wasnt implimented so I used your framework and added this functionality. New to this, so if I need to make any changes please let me know

rfsbraz commented 7 months ago

Hi! First of all, thanks for this! So tags was an early idea that I dropped because of how differently they are handled in Radarr/Sonarr vs Plex (tags in *arr, labels in plex)

I'm ok with adding this but I would change the name to "plex_labels" to make it obvious. There is a ongoing feature to try and make it more obvious what you are setting, but that will take a bit longer. If you rename it and maybe update the docs if you can, I'm happy to get this in!

rfsbraz commented 7 months ago

That's in!

rfsbraz commented 7 months ago

New release done: v0.0.10