Skip to content

Instantly share code, notes, and snippets.

@akiya64
Created June 18, 2019 13:08
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 akiya64/b416fcc8e64e6997041c6469b8398586 to your computer and use it in GitHub Desktop.
Save akiya64/b416fcc8e64e6997041c6469b8398586 to your computer and use it in GitHub Desktop.
setting for mirakurun with PT2 and dvb driver
- name: PT2-T1
types:
- GR
command: /usr/local/bin/recdvb --dev 1 --b25 <channel> - -
isDisabled: false
- name: PT2-T2
types:
- GR
command: /usr/local/bin/recdvb -dev 3 -b25 <channel> - -
isDisabled: false
- name: PT2-S1
types:
- BS
- CS
command: /usr/local/bin/recdvb --dev 0 --b25 --lnb15 <channel> - -
isDisabled: false
- name: PT2-S2
types:
- BS
- CS
command: /usr/local/bin/recbvb --dev 2 --lnb15 <channel> - -
isDisabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment