nut
nut copied to clipboard
[Bug] titledatabase and keys path in nut.conf are ignored
I have created a Nut Docker container based on a Linux server image, but nut ignores the path to the keys.txt file and the titledb. The scan path works perfectly.
Version: Git [5cf47cd]
Here my config file.
{
"paths": {
"titleBase": "/titels/nsp/{name}/{name} [{id}][v{version}].nsp",
...
"titleDatabase": "/data/titledb/",
"keys": "/config/keys.txt",
...
"scan": [
"/scan"
]
},
...
"autoUpdateTitleDb": true,
"allowNoMetadata": true,
"region": "US",
"language": "en"
}