2019-03-23 21:09:05 +00:00
|
|
|
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
|
|
stashes
|
2019-03-24 17:04:31 +00:00
|
|
|
databasePath
|
|
|
|
generatedPath
|
2020-05-11 07:20:08 +00:00
|
|
|
cachePath
|
2020-07-23 02:51:35 +00:00
|
|
|
previewSegments
|
|
|
|
previewSegmentDuration
|
|
|
|
previewExcludeStart
|
|
|
|
previewExcludeEnd
|
2020-07-19 01:59:18 +00:00
|
|
|
previewPreset
|
2019-11-04 21:38:33 +00:00
|
|
|
maxTranscodeSize
|
|
|
|
maxStreamingTranscodeSize
|
2019-07-28 09:36:52 +00:00
|
|
|
username
|
|
|
|
password
|
2020-04-08 02:51:12 +00:00
|
|
|
maxSessionAge
|
2019-10-25 00:13:44 +00:00
|
|
|
logFile
|
|
|
|
logOut
|
|
|
|
logLevel
|
|
|
|
logAccess
|
2019-12-17 14:26:16 +00:00
|
|
|
excludes
|
2020-03-20 21:55:15 +00:00
|
|
|
scraperUserAgent
|
2020-08-04 00:42:40 +00:00
|
|
|
scraperCDPPath
|
2019-03-23 21:09:05 +00:00
|
|
|
}
|
|
|
|
|
2019-08-22 22:24:14 +00:00
|
|
|
fragment ConfigInterfaceData on ConfigInterfaceResult {
|
2019-11-29 01:41:17 +00:00
|
|
|
soundOnPreview
|
|
|
|
wallShowTitle
|
2020-05-26 23:33:49 +00:00
|
|
|
wallPlayback
|
2019-11-29 01:41:17 +00:00
|
|
|
maximumLoopDuration
|
|
|
|
autostartVideo
|
2019-12-05 17:24:22 +00:00
|
|
|
showStudioAsText
|
2019-08-22 22:24:14 +00:00
|
|
|
css
|
|
|
|
cssEnabled
|
2020-02-06 21:42:29 +00:00
|
|
|
language
|
2019-08-22 22:24:14 +00:00
|
|
|
}
|
|
|
|
|
2019-03-23 21:09:05 +00:00
|
|
|
fragment ConfigData on ConfigResult {
|
|
|
|
general {
|
|
|
|
...ConfigGeneralData
|
|
|
|
}
|
2019-08-22 22:24:14 +00:00
|
|
|
interface {
|
|
|
|
...ConfigInterfaceData
|
|
|
|
}
|
2019-12-17 14:26:16 +00:00
|
|
|
}
|