mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
allow customization of ffmpeg path
This commit is contained in:
parent
00e12e6fea
commit
7c8d2dd1d3
4 changed files with 52 additions and 5 deletions
|
@ -2372,5 +2372,8 @@
|
|||
"LabelBindToLocalNetworkAddressHelp": "Optional. Override the local IP address to bind the http server to. If left empty, the server will bind to all availabile addresses. Changing this value requires restarting Emby Server.",
|
||||
"TitleHostingSettings": "Hosting Settings",
|
||||
"SettingsWarning": "Changing these values may cause instability or connectivity failures. If you experience any problems, we recommend changing them back to default.",
|
||||
"MapChannels": "Map Channels"
|
||||
"MapChannels": "Map Channels",
|
||||
"LabelffmpegPath": "FFMpeg path:",
|
||||
"LabelffmpegPathHelp": "The path to your ffmpeg application, or folder containing ffmpeg.",
|
||||
"LabelffmpegPathHelp2": "Important: FFProbe must exist within the same folder."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue