blawar / nut

GNU General Public License v3.0
1.08k stars 189 forks source link

[Bug] titledatabase and keys path in nut.conf are ignored #491

Open SMHRambo opened 2 months ago

SMHRambo commented 2 months ago

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"
}