Skip to content

Instantly share code, notes, and snippets.

@fuji44
Created November 23, 2020 12:23
Show Gist options
  • Save fuji44/c686542bba7de21f212c5da51f67bb23 to your computer and use it in GitHub Desktop.
Save fuji44/c686542bba7de21f212c5da51f67bb23 to your computer and use it in GitHub Desktop.
BSタイプのスキャンテスト
- name: NHKBS1
type: BS
channel: '101'
serviceId: 101
isDisabled: true
- name: NHKBS1
type: BS
channel: '101'
serviceId: 102
isDisabled: true
- name: NHKBS1
type: BS
channel: '102'
serviceId: 101
isDisabled: true
- name: NHKBS1
type: BS
channel: '102'
serviceId: 102
isDisabled: true
- name: NHKBSプレミアム
type: BS
channel: '103'
serviceId: 103
isDisabled: true
- name: NHKBSプレミアム
type: BS
channel: '103'
serviceId: 104
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=101&maxCh=103&useSubCh=false" -H "accept: text/plain"
---- Response headers
connection: keep-alive
content-type: text/plain; charset=utf-8
date: Mon23 Nov 2020 12:20:57 GMT
keep-alive: timeout=5
server: Mirakurun/3.3.1
transfer-encoding: chunked
---- Response body
channel scanning... (type: "BS")
channel: "101" ...
-> 2 services found.
-> {"name":"NHKBS1","type":"BS","channel":"101","serviceId":101,"isDisabled":true}
-> {"name":"NHKBS1","type":"BS","channel":"101","serviceId":102,"isDisabled":true}
channel: "102" ...
-> 2 services found.
-> {"name":"NHKBS1","type":"BS","channel":"102","serviceId":101,"isDisabled":true}
-> {"name":"NHKBS1","type":"BS","channel":"102","serviceId":102,"isDisabled":true}
channel: "103" ...
-> 2 services found.
-> {"name":"NHKBSプレミアム","type":"BS","channel":"103","serviceId":103,"isDisabled":true}
-> {"name":"NHKBSプレミアム","type":"BS","channel":"103","serviceId":104,"isDisabled":true}
-> total 6 channels (of Takeover is 0) found and 9 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