mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 00:43:12 +01:00
* Make ffmpeg/ffprobe settable and remove auto download * Detect when ffmpeg not present in setup * Add download ffmpeg task * Add download ffmpeg button in system settings * Download ffmpeg during setup
14 lines
185 B
GraphQL
14 lines
185 B
GraphQL
query SystemStatus {
|
|
systemStatus {
|
|
databaseSchema
|
|
databasePath
|
|
appSchema
|
|
status
|
|
configPath
|
|
os
|
|
workingDir
|
|
homeDir
|
|
ffmpegPath
|
|
ffprobePath
|
|
}
|
|
}
|