Install vdr-plugin-pulsectrl and vdr-plugin-osd2web

use the bluecd instead of blue
This commit is contained in:
Alexander Grothe 2017-12-17 10:02:09 +01:00
parent 59685f9a99
commit 1405c73c87
4 changed files with 9 additions and 5 deletions

View File

@ -1021,7 +1021,7 @@ install_avahi: true
#+BEGIN_SRC yaml :tangle roles/pulseaudio/tasks/main.yml :mkdirp yes :padline no
---
- name: apt | install pulseaudio and pavucontrol
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl
apt:
name: '{{ item }}'
state: present
@ -1029,6 +1029,7 @@ install_avahi: true
with_items:
- pulseaudio
- pavucontrol
- vdr-plugin-pulsectrl
- name: create /etc/asound.conf with pulseaudio as default device
template:
@ -1527,6 +1528,7 @@ b'\xde\xad\xbe\xef'
- read-edid
- tmux
- vdr-plugin-desktop
- vdr-plugin-osd2web
#- yavdr-xorg
- name: apt | install desktop programs
@ -2139,7 +2141,7 @@ ConditionFileNotEmpty=%h/.second_display
[Service]
EnvironmentFile=%h/.second_display
PassEnvironment=XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
ExecStart=/usr/bin/on_vdr -o -c 'kiosk-browser "http://localhost:4444/skins/horchiTft/index.html?theme=blue&onlyView=1"'
ExecStart=/usr/bin/on_vdr -o -c 'kiosk-browser "http://localhost:4444/skins/horchiTft/index.html?theme=bluecd&onlyView=1"'
KillSignal=SIGINT
[Install]

View File

@ -1,6 +1,6 @@
---
- name: apt | install pulseaudio and pavucontrol
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl
apt:
name: '{{ item }}'
state: present
@ -8,6 +8,7 @@
with_items:
- pulseaudio
- pavucontrol
- vdr-plugin-pulsectrl
- name: create /etc/asound.conf with pulseaudio as default device
template:

View File

@ -32,7 +32,7 @@
- name: vdr-config | start softhddevice detached and set audio to pulseaudio
lineinfile:
path: /etc/vdr/conf.avail/softhddevice.conf
line: '{{ item }}'
line: '{{ item }}ys
with_items:
- '-D'
# - '-a pulse' # do we need this with our existing asound.conf?
@ -61,6 +61,7 @@
- read-edid
- tmux
- vdr-plugin-desktop
- vdr-plugin-osd2web
#- yavdr-xorg
- name: apt | install desktop programs

View File

@ -7,7 +7,7 @@ ConditionFileNotEmpty=%h/.second_display
[Service]
EnvironmentFile=%h/.second_display
PassEnvironment=XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
ExecStart=/usr/bin/on_vdr -o -c 'kiosk-browser "http://localhost:4444/skins/horchiTft/index.html?theme=blue&onlyView=1"'
ExecStart=/usr/bin/on_vdr -o -c 'kiosk-browser "http://localhost:4444/skins/horchiTft/index.html?theme=bluecd&onlyView=1"'
KillSignal=SIGINT
[Install]