-
Notifications
You must be signed in to change notification settings - Fork 278
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
Feature/add ignored required exclude option #6033
Feature/add ignored required exclude option #6033
Conversation
* Added unit tests for the new exclude functionality.
DeepCode analyzed this pull request. |
Looking at the GUI this seems ok. |
hmmm. in medusa 3,o the GUI is missing the select boxes for excluded/ignored. is the final implementation. different from this feature? |
Which boxes are you referring to? Final implementation should be the same. Try a hard cache refresh with |
YES. that fixed it. after clearing the cache the toggle buttons appeared. great work with 0.3.0 and thanks for the fast reply! |
hello. i looked at this new feature. in my install it looks like the global ignore words are used for ignore words and required words as well. though adding exceptions works correctly. |
@scott451 |
This feature will add flags that change the behavior of the required words and ignored words fields for the tv_show configuration. Enabling the flag will make sure that the words provided in the shows configuration, will be excluded from the global configuration.
Will implement #5648
TODO: