I want to change the filename format slightly, but I'm having a problem getting tvnamer to read the user config file without explicitly calling it as a parameter every time.
I've followed the advice to place the file at ~/.config/tvnamer/tvnamer.json
and for testing I included just the one example value { "language": "fr" }
.
I'm finding that tvnamer --p
does not pick up the change to the config file, however tvnamer --p --config=~/.config/tvnamer/tvnamer.json
does pick up the value from the test config file.
Am I missing something, or is this a bug?
(using Linux Mint 20 Cinnamon)