haijeploeg / excludarr

Excludarr manages your libraries in Radarr/Sonarr. It keeps track of your library and checks if your movies and series are also available on a configured streaming provider. It can exclude the movies and series that are available on a configured streaming provider. But it can also re-add movies and series if they are not streaming anymore.
MIT License
194 stars 13 forks source link

Interactive one-by-one movie exclusion? #63

Open palla89 opened 2 years ago

palla89 commented 2 years ago

I'm really loving this project! Just installed it with docker and everything seems smooth! But.... At my first start, it would be awesome to have an option to ask movie by movie if want to exclude (something like Y/n prompt) because the alternative is to manually add every movie to the exclude list.

Describe the solution you'd like Maybe a parameter like --ask that asks movie by movie what to do with every result?

Thank you very much for this awesome project!

haijeploeg commented 2 years ago

Hi! Glad you are liking the project! Thank you for your feature request. To make the tool completely interactive requires a database backup to make the changes persistent. I have thought about it to create a database, but it took me too much time to maintain with the current setup.

An alternative could be to interactively create the initial yaml file and overwrite that each time you want to interactively add exclusions. I think I can try to add that in the future, but I firstly want to prioritize the other features and trying to make the code a bit simpler :). I will add this feature once I simplyfied the code and add tag support :)

palla89 commented 2 years ago
Thank you so much for your kind answer!! I think that would be totally the best way! I also have a “quick and dirty” proposal, even if it’s ugly xD What if when in this “one-by-one” mode the script would just write to a .txt file all the exclusions, comma separated? So that a simple copy / paste would do the trick! Thank you again for this awesome project <3 Inviato da Posta per Windows Da: Haije PloegInviato: sabato 9 aprile 2022 15:52A: haijeploeg/excludarrCc: Alberto Paladino; AuthorOggetto: Re: [haijeploeg/excludarr] Interactive one-by-one movie exclusion? (Issue #63) Hi! Glad you are liking the project! Thank you for your feature request. To make the tool completely interactive requires a database backup to make the changes persistent. I have thought about it to create a database, but it took me too much time to maintain with the current setup.An alternative could be to interactively create the initial yaml file and overwrite that each time you want to interactively add exclusions. I think I can try to add that in the future, but I firstly want to prioritize the other features and trying to make the code a bit simpler :). I will add this feature once I simplyfied the code and add tag support :)—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***> 
haijeploeg commented 2 years ago

I will try to create an interactive approach, but this will take some time to develop :)