yavdr-hardware-irmp added
This commit is contained in:
parent
6f52ae3092
commit
896516242b
7
roles/autoinstall-hardware-irmp/tasks/main.yml
Executable file
7
roles/autoinstall-hardware-irmp/tasks/main.yml
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
# file roles/autoinstall-hardware-irmp/tasks/main.yml
|
||||||
|
|
||||||
|
- name: apt | install yavdr-hardware-irmp if connected
|
||||||
|
apt:
|
||||||
|
name: yavdr-hardware-irmp
|
||||||
|
when: '"1209:4444" in usb'
|
1
yavdr07.yml
Normal file → Executable file
1
yavdr07.yml
Normal file → Executable file
@ -24,6 +24,7 @@
|
|||||||
- autoinstall-pvr350 # install vdr-plugin-pgvr350 if a matching card is detected
|
- autoinstall-pvr350 # install vdr-plugin-pgvr350 if a matching card is detected
|
||||||
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
||||||
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
||||||
|
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device was detected
|
||||||
- kodi
|
- kodi
|
||||||
- dvd # set up packages and a udev rule to allow kodi and other players
|
- dvd # set up packages and a udev rule to allow kodi and other players
|
||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
|
Loading…
Reference in New Issue
Block a user