I'm trying to add my own filename pattern and always only get an error output:
tvnamer --dry-run --verbose Episode\ 2\ Staffel\ 4\ von\ The\ Big\ Bang\ Theory.mp4
Loading config: /home/cweiske/.config/tvnamer/tvnamer.json
####################
# Starting tvnamer
Invalid filename: Cannot parse '/home/cweiske/Videos/download/Episode 2 Staffel 4 von The Big Bang Theory.mp4'
Usage: tvnamer [options] <files>
tvnamer: error: No valid files were supplied
Despite the verbose flag, I don't see if tvnamer has a bug or if my custom filename_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, ...).
I'm trying to add my own filename pattern and always only get an error output:
Despite the
verboseflag, I don't see if tvnamer has a bug or if my customfilename_patternsis invalid.I'd expect that
verbosetells me when a pattern matches, but also when something else is missing (pattern incomplete, not enough info, ...).