You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue with the regex was that the "verbose regex" option is enabled, which means that spaces are ignored.
I had to replace the spaces with \s+ in my regex.
I'm trying to add my own filename pattern and always only get an error output:
Despite the
verbose
flag, I don't see if tvnamer has a bug or if my customfilename_patterns
is invalid.I'd expect that
verbose
tells me when a pattern matches, but also when something else is missing (pattern incomplete, not enough info, ...).The text was updated successfully, but these errors were encountered: