Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created November 15, 2017 15:49
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 Ovis/d2b55bfd1ff724981b442ff9e346e759 to your computer and use it in GitHub Desktop.
Save Ovis/d2b55bfd1ff724981b442ff9e346e759 to your computer and use it in GitHub Desktop.
tuners.yml
- name: PT3-S1
types:
- BS
- CS
command: C:\TV\BonRecTest\x64\BonRecTest.exe --space <satelite> --decoder C:\TV\BonRecTest\x64\B25Decoder.dll --driver C:\TV\BonRecTest\x64\BonDriver_PT3-S0.dll --output - --channel <channel>
decoder: ~
isDisabled: false
- name: PT3-S2
types:
- BS
- CS
command: C:\TV\BonRecTest\x64\BonRecTest.exe --space <satelite> --decoder C:\TV\BonRecTest\x64\B25Decoder.dll --driver C:\TV\BonRecTest\x64\BonDriver_PT3-S1.dll --output - --channel <channel>
decoder: ~
isDisabled: false
- name: PT3-T1
types:
- GR
command: C:\TV\BonRecTest\x64\BonRecTest.exe --decoder C:\TV\BonRecTest\x64\B25Decoder.dll --driver C:\TV\BonRecTest\x64\BonDriver_PT3-T0.dll --output - --channel <channel>
decoder: ~
isDisabled: false
- name: PT3-T2
types:
- GR
command: C:\TV\BonRecTest\x64\BonRecTest.exe --decoder C:\TV\BonRecTest\x64\B25Decoder.dll --driver C:\TV\BonRecTest\x64\BonDriver_PT3-T1.dll --output - --channel <channel>
decoder: ~
isDisabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment