Skip to content

Commit

Permalink
update some config settings help
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Apr 18, 2024
1 parent 665966c commit 7008e7b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions common/ServerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7008e7b

Please sign in to comment.