mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Updating the config
This commit is contained in:
parent
57a34d73ac
commit
04beaf4c49
@ -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+)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user