feat: add param for ffmpeg

- add param to jellyfin class to specify the path to ffmpeg
- update templates to use location
This commit is contained in:
2024-07-11 22:41:08 +10:00
parent 01fc6aacd7
commit 0fb11b22cf
2 changed files with 2 additions and 1 deletions
@@ -24,7 +24,7 @@ JELLYFIN_CACHE_DIR="<%= @cache_dir %>"
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
# [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
#JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/bin/ffmpeg"
JELLYFIN_FFMPEG_OPT="--ffmpeg=<% @ffmpeg_path %>"
# [OPTIONAL] run Jellyfin as a headless service
#JELLYFIN_SERVICE_OPT="--service"