repositories: - 'ppa:seahawk1986-hotmail/experimental-main' - 'ppa:seahawk1986-hotmail/vdr-2.6.6' - '{{ ppa_owner }}/{{branch}}-kodi' vdr_plugins: - vdr-plugin-devstatus - vdr-plugin-markad-ng - vdr-plugin-live-ng - vdr-plugin-skinelchihd - vdr-plugin-satip # set the name of the output plugin (as used by vdrctl) - this defaults to softhddevice on x64 platforms and rpihddevice on Raspberry Pi 2 and 3 selected_frontend: softhddevice-cuvid #selected_frontend: xineliboutput #selected_frontend: softhddevice # set the package name of the output plugin - this defaults to vdr-plugin-softhddevice on x64 platforms and vdr-plugin-rpihddevice on Raspberry Pi 2 and 3 vdr_output_plugin: vdr-plugin-softhddevice-cuvid #vdr_output_plugin: vdr-plugin-softhddevice-cuvid #vdr_output_plugin: vdr-plugin-xineliboutput #vdr_output_plugin: vdr-plugin-softhddevice-cuvid # IP (range) filter for vdr and plugins (this must be an array): vdr_allowed_hosts: - 0.0.0.0/0 # choose which channellogos to download from the github.com/Jasmeet181 mediaportal-*-logos repositories # currently suported langugages/regions are: au, be, cz, de, es, ie, il, it, nordic, nz, ru, uk, us # channellogo_languages: # - au # - be # - cz - de # - es # - ie # - il # - it # - nordic # - nz # - ru # - uk # - us frontend: vdr # vdr shutdown command - SHUTDOWNCMD variable in /etc/default/vdr # for standby use "/bin/systemctl suspend" vdr_shutdown_command: poweroff # to force quadratic pixels set this variable to the dpi you want # nvidia_force_dpi: 96 #system: # shutdown: poweroff # choose one of acpiwakeup, stm32wakeup wakeup_method: acpiwakeup # start given number of minutes earlier than the wakeuptime set by vdr wakeup_start_ahead: 5 # set days of the week for automatic wakeup (1=Monday...7=Sunday), # set empty string to disable wakeup # eg. to wake up on Monday and Friday: # wakeup_days: "1 5" wakeup_days: "" # set wakeup time for automatic wakeup # set empty string to disable # e.g. for wakeup at midnight: # wakeup_time: "00:00" wakeup_time: "" # this will set the primary display as connected and force KMS to load # the EDID saved when the role yavdr-xorg detects the connected displays intel_set_boot_edid: false # settings for grub grub: timeout: 3 boot_options: quiet splash # unload dvb drivers before standby, reload them afterwards. # disable this setting if # - you don't have local dvb devices (e.g. satip client) # - your dvb drivers have problems being unloaded standby_reload_dvb: true # settings for vdr-addon-lifeguard-ng # the following settings prevent the shutdown # if a nfs, samba or ssh connection to this machine is open lifeguard_enable_nfs: True lifeguard_enable_samba: True lifeguard_enable_ssh: True # list of ip addresses or hostnames which should prevent shutdown # if the can be pinged lifeguard_hosts: [] # list of users which sould prevent shutdown if they are logged in # this is somewhat redudant because systemd check this, too lifeguard_users: [] # check for local processes lifeguard_processes: [] # check for active tcp connections of local processes # syntax: [:] lifeguard_tcp: - vdr 3000 # don't shutdown if there is an active streamdev connection # Serial device to configure for a homebrew receiver. # Choose one of the devices predefined in the variable serial_ir_data in roles/serial-ir/defaults/main.yml # ttyS0 (COM1), ttyS1 (COM2), ttyS2(COM3) or ttyS3 (COM4) # or customize the variable as needed # serial_ir_device: ttyS0 # Key for the MPEG2-Decoder #rpi_decode_mpg2: 0xdeadbeef # Key for the wvc1-Decoder #rpi_decode_wvc1: 0xdeadbeef # Pin for the GPIO remote receiver # rpi_ir_gpio_pin: 24 # Pin for the GPIO remote sender (needs additional lirc configuration, # which is at the moment beyond the scope of this playbook) # rpi_ir_gpio_pin_tx: 13 # Set the memory for the GPU core - rpihddevice needs 256 MB, which is the default value set by the playbook # rpi_gpu_mem = 256 preferred_resolutions: - 1920x1080 - 1280x720 - 720x576 preferred_refreshrates: - 50 - 60