From 7008e7ba310ebc7caed1dbad5cd0414efed8baae Mon Sep 17 00:00:00 2001 From: "CATERPILLAR\\Braxen" Date: Thu, 18 Apr 2024 13:48:47 +0200 Subject: [PATCH] update some config settings help --- common/ServerConfig.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/common/ServerConfig.ts b/common/ServerConfig.ts index 3acf97ae..9b0f361b 100644 --- a/common/ServerConfig.ts +++ b/common/ServerConfig.ts @@ -21,27 +21,35 @@ export const settingsFields = createSettingsFields({ text: "Python binary directory", type: "string", required: true, - help: "No trailing slash", + help: "No trailing slash. E.g. /usr/bin", stripslash: true, }, ffmpeg_path: { group: "Binaries", - text: "FFmpeg path", + text: "FFmpeg executable path", type: "string", + help: "e.g. /usr/bin/ffmpeg", required: true, }, mediainfo_path: { group: "Binaries", - text: "Mediainfo path", + text: "Mediainfo executable path", type: "string", + help: "e.g. /usr/bin/mediainfo", required: true, }, twitchdownloader_path: { group: "Binaries", - text: "TwitchDownloaderCLI path", + text: "TwitchDownloaderCLI executable path", type: "string", + help: "e.g. /usr/bin/TwitchDownloaderCLI", + }, + node_path: { + group: "Binaries", + text: "NodeJS path", + type: "string", + help: "e.g. /usr/bin/node", }, - node_path: { group: "Binaries", text: "NodeJS path", type: "string" }, "bin_path.python": { group: "Binaries", text: "Python path",