Skip to content

Instantly share code, notes, and snippets.

@S64
Last active March 26, 2018 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save S64/b42c6b901f875d1779d4c82b3bcd4b98 to your computer and use it in GitHub Desktop.
Save S64/b42c6b901f875d1779d4c82b3bcd4b98 to your computer and use it in GitHub Desktop.
PLEX tuners configuration for Mirakurun
- name: "PLEX Tuner (usb-px4.ko)"
types:
- GR
command: recpx4 --device /dev/px4-DTV2 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: "PLEX Tuner (usb-px4.ko)"
types:
- GR
command: recpx4 --device /dev/px4-DTV3 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: "PLEX Tuner (usb-px4.ko)"
types:
- GR
command: recpx4 --device /dev/px4-DTV6 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: "PLEX Tuner (usb-px4.ko)"
types:
- GR
command: recpx4 --device /dev/px4-DTV7 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: "PLEX Tuner (usb-px4.ko)"
types:
- BS
- CS
command: recpx4 --device /dev/px4-DTV0 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: "PLEX Tuner (usb-px4.ko)"
types:
- BS
- CS
command: recpx4 --device /dev/px4-DTV1 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: "PLEX Tuner (usb-px4.ko)"
types:
- BS
- CS
command: recpx4 --device /dev/px4-DTV4 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: "PLEX Tuner (usb-px4.ko)"
types:
- BS
- CS
command: recpx4 --device /dev/px4-DTV5 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment