Updating the config

This commit is contained in:
Zoe Roux 2020-01-08 01:10:33 +01:00
parent 57a34d73ac
commit 04beaf4c49

View File

@ -8,11 +8,11 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"databasePath": "/var/lib/kyoo/database.db", "databasePath": "/opt/kyoo/database.db",
"transmuxTempPath": "/var/cached/kyoo/transmux", "transmuxTempPath": "/opt/kyoo/cached/kyoo/transmux",
"transcodeTempPath": "/var/cached/kyoo//transcode", "transcodeTempPath": "/opt/kyoo/cached/kyoo/transcode",
"peoplePath": "/var/lib/kyoo/people", "peoplePath": "/opt/kyoo/people",
"plugins": "/var/lib/kyoo/plugins", "plugins": "/opt/kyoo/plugins",
"regex": "^(\\/(?<Collection>.+?))?\\/.*\\/(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)", "regex": "^(\\/(?<Collection>.+?))?\\/.*\\/(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)",
"absoluteRegex": ".*\\/(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)" "absoluteRegex": ".*\\/(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)"
} }