mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-09 13:40:28 -05:00
22 lines
560 B
JSON
22 lines
560 B
JSON
{
|
|
"server.urls": "http://0.0.0.0:5000",
|
|
"https_port": 44300,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
"Database": "Data Source=kyoo.db"
|
|
},
|
|
|
|
"transmuxTempPath": "/tmp/cached/kyoo/transmux",
|
|
"transcodeTempPath": "/tmp/cached/kyoo/transcode",
|
|
"peoplePath": "/tmp/people",
|
|
"plugins": "plugins/",
|
|
"regex": "^(\\/(?<Collection>.+?))?\\/.*\\/(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)",
|
|
"absoluteRegex": ".*\\/(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)"
|
|
}
|