I was wondering if someone can explain to me how this is being used. I noticed this was added in the latest update. Thanks.
Set them on the indexers settings page if you don’t assign a tag they are applied to all series, if you do then they are only applied to series with that same tag.
Required = one or more of those words must be present in the release name.
Ignored = none of these words can be present in the release name.
Preferred = not added yet (as mentioned on the Trello card).
I wasnt sure if my query required a new thread, but on a new installation of develop branch tags are not being saved for either series or for the restrictions page.
Is there syntax constraints on what I can enter? Absolutely nothing enters the log (trave level) upon clicking save.
Thanks!
Update: Turns out to be a PEBKAC problem, was solved by pressing enter!
It appears that the tag names are case sensitive, even though the capital letters become small when we press enter/tab.
They’re converted to lower-case so they are not case-sensitive, like a slug would be (this-is-a-slug). You’re also not allowed spaces in them.
Enter, comma, space, semi-colon and tab should all work.