Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Labeling instead of delete flag. #34

Open
dantebarba opened this issue Dec 24, 2021 · 6 comments
Open

Add Labeling instead of delete flag. #34

dantebarba opened this issue Dec 24, 2021 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@dantebarba
Copy link

Is your feature request related to a problem? Please describe.

I'd like to be able to only filter or just recognize which movies are on each provider. Sometimes I use Plex to watch a movie and then I realize that it is already in netflix. Netflix is easier to use.

Describe the solution you'd like

Add a flag to excludarr to label all the movies that are available on each provider. My idea is to run a cron job each month that updates my library. When I want to watch a specific movie I can get into radarr search for the movie and see if it has the netflix label. If not, I'll watch it from Plex otherwise I'll just start netflix.

Describe alternatives you've considered

There is a fork and PR that does the same thing in the Radarr repo, but it was never merged.

Additional context

Shouldn't be hard to do considering it's just "label" instead of "delete" when calling the Radarr/Sonarr API.

@dantebarba dantebarba added the enhancement New feature or request label Dec 24, 2021
@haijeploeg
Copy link
Owner

Thanks for your issue! So to summerize: you want a -a label option that simply runs the code, but instead of deleting the entries and media, it should add a label with the name of the provider to the serie/movie. So if Movie A is available on Netflix, it should label that movie in Radarr with the label Netflix?

@dantebarba
Copy link
Author

Exactly!

@haijeploeg haijeploeg added this to the v1.1.0 milestone Dec 27, 2021
@gist901
Copy link

gist901 commented Jan 4, 2022

Why not write additional functionality to auto tag the movies in Plex as well? Plex's API support's Metadata Tagging, you can simply take the TMBD ID to search for the movie in a Plex Library and apply the tag. Then you can create a custom view in Plex based on tags to filter out movies available on streaming services.

@michaelkrieger
Copy link

michaelkrieger commented Jan 5, 2022

Why not write additional functionality to auto tag the movies in Plex as well?

Same thing with Jellyfin/Emby which also support tags.
I do think that extends the scope of excludarr probably beyond its intention. You could easily script this though.

The original label part is awesome though.

@haijeploeg
Copy link
Owner

Excludarr is only focussing on interacting with Radarr and Sonarr for now. Maybe in the future when the full codebase of excludarr is complete and has all the wanted features aboard we can think about extending the project further and developing plugins to interact with Plex/Emby/Jellyfin as well.

@dantebarba
Copy link
Author

dantebarba commented Jan 7, 2022

Why not write additional functionality to auto tag the movies in Plex as well? Plex's API support's Metadata Tagging, you can simply take the TMBD ID to search for the movie in a Plex Library and apply the tag. Then you can create a custom view in Plex based on tags to filter out movies available on streaming services.

It's ok but you can do that using Radarr/Sonarr too. Copy the tags to Plex with a custom script. You'll have to code it yourself though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants