Merge pull request 'feat: add param for ffmpeg' (#114) from neoloc/ffpmeg_path into develop
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/114
This commit is contained in:
commit
e2f571649e
@ -6,6 +6,7 @@ class profiles::media::jellyfin (
|
|||||||
Stdlib::Absolutepath $cache_dir = '/data/jellyfin/var/cache',
|
Stdlib::Absolutepath $cache_dir = '/data/jellyfin/var/cache',
|
||||||
Stdlib::Absolutepath $config_dir = '/data/jellyfin/etc',
|
Stdlib::Absolutepath $config_dir = '/data/jellyfin/etc',
|
||||||
Stdlib::Absolutepath $log_dir = '/data/jellyfin/var/log',
|
Stdlib::Absolutepath $log_dir = '/data/jellyfin/var/log',
|
||||||
|
Stdlib::Absolutepath $ffmpeg_path = '/usr/local/bin/ffmpeg',
|
||||||
Stdlib::Absolutepath $sysconfig_file = '/etc/sysconfig/jellyfin',
|
Stdlib::Absolutepath $sysconfig_file = '/etc/sysconfig/jellyfin',
|
||||||
Stdlib::Absolutepath $migration_flag = '/etc/sysconfig/jellyfin_migration_done',
|
Stdlib::Absolutepath $migration_flag = '/etc/sysconfig/jellyfin_migration_done',
|
||||||
String $service_name = 'jellyfin',
|
String $service_name = 'jellyfin',
|
||||||
|
|||||||
@ -24,7 +24,7 @@ JELLYFIN_CACHE_DIR="<%= @cache_dir %>"
|
|||||||
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
|
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
|
||||||
|
|
||||||
# [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
|
# [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
|
# [OPTIONAL] run Jellyfin as a headless service
|
||||||
#JELLYFIN_SERVICE_OPT="--service"
|
#JELLYFIN_SERVICE_OPT="--service"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user