nut icon indicating copy to clipboard operation
nut copied to clipboard

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

Open SMHRambo opened this issue 1 year ago • 0 comments

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

SMHRambo avatar Apr 10 '24 13:04 SMHRambo