stash/ui/v2.5/graphql/queries/settings/metadata.graphql
WithoutPants 7086109d78
Change ffmpeg handling (#4688)
* 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
2024-03-21 12:43:40 +11:00

14 lines
185 B
GraphQL

query SystemStatus {
systemStatus {
databaseSchema
databasePath
appSchema
status
configPath
os
workingDir
homeDir
ffmpegPath
ffprobePath
}
}