diff --git a/readme-vars.yml b/readme-vars.yml index 17be826..41f7be8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -38,10 +38,10 @@ param_env_vars: opt_param_usage_include_env: true opt_param_env_vars: - { env_var: "JELLYFIN_PublishedServerUrl", env_value: "192.168.0.5", desc: "Set the autodiscovery response domain or IP address."} -opt_param_usage_include_vols: true +opt_param_usage_include_vols: false opt_param_volumes: - { vol_path: "/opt/vc/lib", vol_host_path: "/opt/vc/lib", desc: "Path for Raspberry Pi OpenMAX libs *optional*." } -opt_param_device_map: true +opt_param_device_map: false opt_param_devices: - { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "Only needed if you want to use your Intel GPU for hardware accelerated video encoding (vaapi)." } - { device_path: "/dev/vcsm", device_host_path: "/dev/vcsm", desc: "Only needed if you want to use your Raspberry Pi MMAL video decoding (Enabled as OpenMax H264 decode in gui settings)." } @@ -113,8 +113,11 @@ app_setup_block: | --device=/dev/video12:/dev/video12 ``` +unraid_template_sync: false + # changelog changelogs: + - { date: "10.12.21:", desc: "Rework readme, disable template sync." } - { date: "22.09.21:", desc: "Pull only the server, web and ffmpeg packages instead of the wrapper." } - { date: "23.06.21:", desc: "Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the `bionic` tag." } - { date: "21.05.21:", desc: "Add nvidia.icd file to fix missing tonemapping using Nvidia HW." }