Created
June 18, 2019 13:08
-
-
Save akiya64/b416fcc8e64e6997041c6469b8398586 to your computer and use it in GitHub Desktop.
setting for mirakurun with PT2 and dvb driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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