Skip to content

Instantly share code, notes, and snippets.

@fuji44
Last active November 23, 2020 12:15
Show Gist options
  • Save fuji44/16b3c2a9678b76e3cf6edad1afba2de9 to your computer and use it in GitHub Desktop.
Save fuji44/16b3c2a9678b76e3cf6edad1afba2de9 to your computer and use it in GitHub Desktop.
該当タイプのチャンネル設定がない状態でのスキャン
- name: フジテレビ
type: GR
channel: '21'
isDisabled: false
- name: TBS
type: GR
channel: '22'
isDisabled: false
- name: テレビ東京
type: GR
channel: '23'
isDisabled: false
- name: テレビ朝日
type: GR
channel: '24'
isDisabled: false
- name: 日テレ
type: GR
channel: '25'
isDisabled: false
- name: NHKEテレ
type: GR
channel: '26'
isDisabled: false
- name: NHK総合
type: GR
channel: '27'
isDisabled: false
- 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
- 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
- name: BS SPTV
type: SKY
channel: CH585
serviceId: 33353
satelite: JCSAT3A
isDisabled: true
curl -X PUT "http://192.168.10.254:40772/api/config/channels/scan?type=GR&minCh=21&maxCh=27" -H "accept: text/plain"
---- Response headers
connection: keep-alive
content-type: text/plain; charset=utf-8
date: Mon23 Nov 2020 11:32:43 GMT
keep-alive: timeout=5
server: Mirakurun/3.3.1
transfer-encoding: chunked
---- Response body
channel scanning... (type: "GR")
channel: "21" ...
-> 3 services found.
-> {"name":"フジテレビ","type":"GR","channel":"21","isDisabled":false}
channel: "22" ...
-> 2 services found.
-> {"name":"TBS","type":"GR","channel":"22","isDisabled":false}
channel: "23" ...
-> 3 services found.
-> {"name":"テレビ東京","type":"GR","channel":"23","isDisabled":false}
channel: "24" ...
-> 3 services found.
-> {"name":"テレビ朝日","type":"GR","channel":"24","isDisabled":false}
channel: "25" ...
-> 2 services found.
-> {"name":"日テレ","type":"GR","channel":"25","isDisabled":false}
channel: "26" ...
-> 3 services found.
-> {"name":"NHKEテレ","type":"GR","channel":"26","isDisabled":false}
channel: "27" ...
-> 2 services found.
-> {"name":"NHK総合","type":"GR","channel":"27","isDisabled":false}
-> total 7 channels (of Takeover is 0) found and 10 channels stored.
channel scan has completed and saved successfully.
**RESTART REQUIRED** to apply changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment