mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-12 20:22:05 -04:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"basics": {
|
|
"url": "http://*:5000",
|
|
"publicUrl": "http://localhost:5000/",
|
|
"pluginsPath": "plugins/",
|
|
"peoplePath": "people/",
|
|
"providerPath": "providers/",
|
|
"transmuxPath": "cached/transmux",
|
|
"transcodePath": "cached/transcode"
|
|
},
|
|
|
|
"database": {
|
|
"sqlite": {
|
|
"data Source": "kyoo.db",
|
|
"cache": "Shared"
|
|
},
|
|
"postgres": {
|
|
"server": "127.0.0.1",
|
|
"port": "5432",
|
|
"database": "kyooDB",
|
|
"user ID": "kyoo",
|
|
"password": "kyooPassword",
|
|
"pooling": "true",
|
|
"maxPoolSize": "95",
|
|
"timeout": "30"
|
|
}
|
|
},
|
|
|
|
"logging": {
|
|
"logLevel": {
|
|
"default": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "None",
|
|
"Kyoo": "Trace"
|
|
}
|
|
},
|
|
|
|
"tasks": {
|
|
"parallels": "1",
|
|
"scheduled": {
|
|
"scan": "24:00:00"
|
|
}
|
|
},
|
|
|
|
"media": {
|
|
"regex": "(?:\\/(?<Collection>.*?))?\\/(?<Show>.*?)(?: \\(\\d+\\))?\\/\\k<Show>(?: \\(\\d+\\))?(?:(?: S(?<Season>\\d+)E(?<Episode>\\d+))| (?<Absolute>\\d+))?.*$",
|
|
"subtitleRegex": "^(?<Episode>.*)\\.(?<Language>\\w{1,3})\\.(?<Default>default\\.)?(?<Forced>forced\\.)?.*$"
|
|
},
|
|
|
|
"authentication": {
|
|
"certificate": {
|
|
"file": "certificate.pfx",
|
|
"oldFile": "oldCertificate.pfx",
|
|
"password": "passphrase"
|
|
},
|
|
"permissions": {
|
|
"default": ["overall.read", "overall.write", "overall.create", "overall.delete", "admin.read", "admin.write"],
|
|
"newUser": ["overall.read", "overall.write", "overall.create", "overall.delete", "admin.read", "admin.write"]
|
|
},
|
|
"profilePicturePath": "users/",
|
|
"clients": []
|
|
}
|
|
}
|