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
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.jsondoes pick up the value from the test config file.
Am I missing something, or is this a bug?
(using Linux Mint 20 Cinnamon)
The text was updated successfully, but these errors were encountered:
Hmm, it looks like 2.5-1 as per the Mint Software Manager. apt-get install tvnamer reveals the same version. I'm literally a few days into learning how to Linux after being Windows forever, so if it's not packaged I'm a little bit at a loss. This tracker also points out the software manager is behind.
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, howevertvnamer --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)
The text was updated successfully, but these errors were encountered: