Install vdr-plugin-pulsectrl and vdr-plugin-osd2web
use the bluecd instead of blue
This commit is contained in:
		@@ -1021,7 +1021,7 @@ install_avahi: true
 | 
				
			|||||||
#+BEGIN_SRC yaml :tangle roles/pulseaudio/tasks/main.yml :mkdirp yes :padline no
 | 
					#+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:
 | 
					  apt:
 | 
				
			||||||
    name: '{{ item }}'
 | 
					    name: '{{ item }}'
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
@@ -1029,6 +1029,7 @@ install_avahi: true
 | 
				
			|||||||
  with_items:
 | 
					  with_items:
 | 
				
			||||||
    - pulseaudio
 | 
					    - pulseaudio
 | 
				
			||||||
    - pavucontrol
 | 
					    - pavucontrol
 | 
				
			||||||
 | 
					    - vdr-plugin-pulsectrl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: create /etc/asound.conf with pulseaudio as default device
 | 
					- name: create /etc/asound.conf with pulseaudio as default device
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
@@ -1527,6 +1528,7 @@ b'\xde\xad\xbe\xef'
 | 
				
			|||||||
    - read-edid
 | 
					    - read-edid
 | 
				
			||||||
    - tmux
 | 
					    - tmux
 | 
				
			||||||
    - vdr-plugin-desktop
 | 
					    - vdr-plugin-desktop
 | 
				
			||||||
 | 
					    - vdr-plugin-osd2web
 | 
				
			||||||
    #- yavdr-xorg
 | 
					    #- yavdr-xorg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: apt | install desktop programs
 | 
					- name: apt | install desktop programs
 | 
				
			||||||
@@ -2139,7 +2141,7 @@ ConditionFileNotEmpty=%h/.second_display
 | 
				
			|||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
EnvironmentFile=%h/.second_display
 | 
					EnvironmentFile=%h/.second_display
 | 
				
			||||||
PassEnvironment=XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
 | 
					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
 | 
					KillSignal=SIGINT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: apt | install pulseaudio and pavucontrol
 | 
					- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    name: '{{ item }}'
 | 
					    name: '{{ item }}'
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
@@ -8,6 +8,7 @@
 | 
				
			|||||||
  with_items:
 | 
					  with_items:
 | 
				
			||||||
    - pulseaudio
 | 
					    - pulseaudio
 | 
				
			||||||
    - pavucontrol
 | 
					    - pavucontrol
 | 
				
			||||||
 | 
					    - vdr-plugin-pulsectrl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: create /etc/asound.conf with pulseaudio as default device
 | 
					- name: create /etc/asound.conf with pulseaudio as default device
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,7 @@
 | 
				
			|||||||
- name: vdr-config | start softhddevice detached and set audio to pulseaudio
 | 
					- name: vdr-config | start softhddevice detached and set audio to pulseaudio
 | 
				
			||||||
  lineinfile:
 | 
					  lineinfile:
 | 
				
			||||||
    path: /etc/vdr/conf.avail/softhddevice.conf
 | 
					    path: /etc/vdr/conf.avail/softhddevice.conf
 | 
				
			||||||
    line: '{{ item }}'
 | 
					    line: '{{ item }}ys
 | 
				
			||||||
  with_items:
 | 
					  with_items:
 | 
				
			||||||
      - '-D'
 | 
					      - '-D'
 | 
				
			||||||
      # - '-a pulse' # do we need this with our existing asound.conf?
 | 
					      # - '-a pulse' # do we need this with our existing asound.conf?
 | 
				
			||||||
@@ -61,6 +61,7 @@
 | 
				
			|||||||
    - read-edid
 | 
					    - read-edid
 | 
				
			||||||
    - tmux
 | 
					    - tmux
 | 
				
			||||||
    - vdr-plugin-desktop
 | 
					    - vdr-plugin-desktop
 | 
				
			||||||
 | 
					    - vdr-plugin-osd2web
 | 
				
			||||||
    #- yavdr-xorg
 | 
					    #- yavdr-xorg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: apt | install desktop programs
 | 
					- name: apt | install desktop programs
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ ConditionFileNotEmpty=%h/.second_display
 | 
				
			|||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
EnvironmentFile=%h/.second_display
 | 
					EnvironmentFile=%h/.second_display
 | 
				
			||||||
PassEnvironment=XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
 | 
					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
 | 
					KillSignal=SIGINT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user