mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-01 17:50:37 -05:00
19 lines
554 B
JSON
19 lines
554 B
JSON
{
|
|
"server.urls": "http://0.0.0.0:5000",
|
|
"https_port": 44300,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"databasePath": "C://Projects/database.db",
|
|
"tempPath": "C:\\\\Projects\\temp",
|
|
"peoplePath": "D:\\\\Videos\\People",
|
|
"plugins": "C:\\Projects\\Kyoo\\Debug",
|
|
"providerPlugins": "C://Projects/Plugins/Providers",
|
|
"regex": "^(\\\\(?<Collection>.+?))?\\\\.*\\\\(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)",
|
|
"absoluteRegex": ".*\\\\(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)"
|
|
}
|