Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fuji44/2beabd39e24d366d7e230836d876073f to your computer and use it in GitHub Desktop.
Save fuji44/2beabd39e24d366d7e230836d876073f to your computer and use it in GitHub Desktop.
- name: WOWOWプライム
type: BS
channel: BS03_0
serviceId: 191
isDisabled: true
- name: NHKBSプレミアム
type: BS
channel: BS03_1
serviceId: 103
isDisabled: true
- name: NHKBSプレミアム
type: BS
channel: BS03_1
serviceId: 104
isDisabled: true
- name: WOWOWライブ
type: BS
channel: BS05_0
serviceId: 192
isDisabled: true
- name: WOWOWシネマ
type: BS
channel: BS05_1
serviceId: 193
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
- 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=BS&minCh=3&maxCh=5&minSubCh=0&maxSubCh=1" -H "accept: text/plain"
---- Response headers
connection: keep-alive
content-type: text/plain; charset=utf-8
date: Mon23 Nov 2020 12:26:09 GMT
keep-alive: timeout=5
server: Mirakurun/3.3.1
transfer-encoding: chunked
---- Response body
channel scanning... (type: "BS")
channel: "BS03_0" ...
-> 1 services found.
-> {"name":"WOWOWプライム","type":"BS","channel":"BS03_0","serviceId":191,"isDisabled":true}
channel: "BS03_1" ...
-> 2 services found.
-> {"name":"NHKBSプレミアム","type":"BS","channel":"BS03_1","serviceId":103,"isDisabled":true}
-> {"name":"NHKBSプレミアム","type":"BS","channel":"BS03_1","serviceId":104,"isDisabled":true}
channel: "BS04_0" ...
-> no signal. [Error: stream has closed before get network]
channel: "BS04_1" ...
-> no signal. [Error: stream has closed before get network]
channel: "BS05_0" ...
-> 1 services found.
-> {"name":"WOWOWライブ","type":"BS","channel":"BS05_0","serviceId":192,"isDisabled":true}
channel: "BS05_1" ...
-> 1 services found.
-> {"name":"WOWOWシネマ","type":"BS","channel":"BS05_1","serviceId":193,"isDisabled":true}
-> total 5 channels (of Takeover is 0) found and 8 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