Skip to content

Instantly share code, notes, and snippets.

@tyage
Last active September 28, 2016 14:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyage/7277225d0307847250d09366a3cb5c95 to your computer and use it in GitHub Desktop.
Save tyage/7277225d0307847250d09366a3cb5c95 to your computer and use it in GitHub Desktop.
config of mirakurun
- name: NHK E
type: GR
channel: '13'
- name: YTB
type: GR
channel: '14'
- name: ABC
type: GR
channel: '15'
- name: MBS
type: GR
channel: '16'
- name: KTV
type: GR
channel: '17'
- name: KBS
type: GR
channel: '23'
- name: NHK G Osaka
type: GR
channel: '24'
- name: NHK G Kyoto
type: GR
channel: '25'
- name: NHK BS1
type: BS
channel: BS15_0
serviceId: 101
- name: NHK BS1 (Sub)
type: BS
channel: BS15_0
serviceId: 102
- name: NHK BS Premium
type: BS
channel: BS15_1
serviceId: 103
- name: NHK BS Premium (Sub)
type: BS
channel: BS15_1
serviceId: 104
- name: BS Nippon
type: BS
channel: BS13_0
serviceId: 141
- name: BS Nippon (Sub)
type: BS
channel: BS13_0
serviceId: 142
- name: BS Asahi
type: BS
channel: BS01_0
serviceId: 151
- name: BS Asahi (Sub)
type: BS
channel: BS01_0
serviceId: 152
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
- name: BS JAPAN
type: BS
channel: BS03_1
serviceId: 171
- name: BS Fuji
type: BS
channel: BS13_1
serviceId: 181
- name: WOWOW Prime
type: BS
channel: BS03_0
serviceId: 191
isDisabled: true
- name: WOWOW Live
type: BS
channel: BS05_0
serviceId: 192
isDisabled: true
- name: WOWOW Cinema
type: BS
channel: BS05_1
serviceId: 193
isDisabled: true
- name: BS11
type: BS
channel: BS09_0
serviceId: 211
- name: BS SPTV
type: BS
channel: BS11_1
serviceId: 241
isDisabled: true
- name: SPTV Promo
type: CS
channel: CS4
serviceId: 100
- name: TV Asahi Ch. 1
type: CS
channel: CS2
serviceId: 298
isDisabled: true
- name: TV Asahi Ch. 2
type: CS
channel: CS2
serviceId: 299
isDisabled: true
- name: AT-X
type: CS
channel: CS16
serviceId: 333
isDisabled: false
- name: BS SPTV
type: SKY
channel: CH585
serviceId: 33353
satelite: JCSAT3A
isDisabled: true
- name: AT-X HD
type: SKY
channel: ATXHD
serviceId: 33435
satelite: JCSAT3A
isDisabled: true
- name: AXN HD
type: SKY
channel: AXNHD
serviceId: 33418
satelite: JCSAT4A
isDisabled: true
# logLevel: <number>
logLevel: 2
# path: <string>
path: /var/run/mirakurun.sock
# port: <number>
# You can change this if port conflicted.
# Don't expose this port on the internet, not even with NAPT.
# Use this in LAN or VPN.
# `~` to disable TCP port listening.
port: 40772
- name: PT3-S1
types:
- BS
- CS
command: recpt1 --device /dev/pt3video0 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: PT3-S2
types:
- BS
- CS
command: recpt1 --device /dev/pt3video1 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: PT3-T1
types:
- GR
command: recpt1 --device /dev/pt3video2 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: PT3-T2
types:
- GR
command: recpt1 --device /dev/pt3video3 <channel> - -
decoder: arib-b25-stream-test
isDisabled: false
- name: PT2-S1
types:
- BS
- CS
isPT2: true
command: recpt1 --device /dev/pt1video0 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: PT2-S2
types:
- BS
- CS
isPT2: true
command: recpt1 --device /dev/pt1video1 --lnb 15 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: PT2-T1
types:
- GR
isPT2: true
command: recpt1 --device /dev/pt1video2 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: PT2-T2
types:
- GR
isPT2: true
command: recpt1 --device /dev/pt1video3 <channel> - -
decoder: arib-b25-stream-test
isDisabled: true
- name: TBS6922
types:
- SKY
command: szap-s2j -c /usr/local/etc/szap-s2j.conf -l <satelite> -S 1 -p -r -M 5 -C 35 <channel>
dvbDevicePath: /dev/dvb/adapter0/dvr0
decoder: arib-b1-stream-test
isDisabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment