-
Notifications
You must be signed in to change notification settings - Fork 13
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
Interactive one-by-one movie exclusion? #63
Comments
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 :) |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 2.0cm 2.0cm 2.0cm;}
div.WordSection1
{page:WordSection1;}
-->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: ***@***.***>
|
I will try to create an interactive approach, but this will take some time to develop :) |
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!
The text was updated successfully, but these errors were encountered: