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