add option jellyfin_ffmpeg_bin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-04-19 17:20:32 +02:00
parent 905d9899cc
commit 5f35c59996
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 4 additions and 1 deletions

View File

@ -26,3 +26,5 @@ jellyfin_selinux_fcontext:
setype: var_log_t
jellyfin_selinux_restorecon:
- "-ir {{ jellyfin_log_dir }}"
jellyfin_ffmpeg_bin: /usr/bin/ffmpeg

View File

@ -4,3 +4,4 @@ JELLYFIN_DATA_DIR={{ jellyfin_data_dir }}
JELLYFIN_CONFIG_DIR={{ jellyfin_conf_dir }}
JELLYFIN_LOG_DIR={{ jellyfin_log_dir }}
JELLYFIN_CACHE_DIR={{ jellyfin_cache_dir }}
JELLYFIN_FFMPEG={{ jellyfin_ffmpeg_bin }}

View File

@ -3,4 +3,4 @@ __jellyfin_packages:
- aspnetcore-runtime-5.0
- ffmpeg
__jellyfin_sysconfig: /etc/sysconfig/minio
__jellyfin_sysconfig: /etc/sysconfig/jellyfin