メンテ&トラブルシューティング
∟ 定時診断スクリプト
前編
1.ラズパイとサーバーの概要
2.録画に必要なものを集める、購入する
3.OSのインストールとセットアップ
4.NASの構築
後編(docker版)
5.チューナードライバの導入
6.docker-mirakurun-epgstationの導入
後編(非docker版)
5.チューナーの導入、テスト録画
6.運用のためのツール、mirakurun、epgstation
運用実践編
7.録画管理方法
8.エンコードと再生
9.システムバックアップ
番外.まとめ版
now 番外.Mirakurunのチャンネル手動設定
番外.ラズパイ用ケース作成
channel.ymlの編集もしくはmirakurunのguiから設定できる。見ないチャンネルは定期取得の負荷を減らすために無効を推奨。
バックアップ済みファイルを書き戻し(例:docker-mirakurun-epgstation\mirakurun\conf\channel.ymlは文字コードUTF-8N、改行コードLF,パミッション注意)も場合によっては活用しよう。
isdb-scanner使えばほぼ取得してくれるので、とりあえず受信できるようにするにはいいと思います。
ただし、CSをトランスポンダごとまとめて取得する、BSサブチャンネルも強制取得するといった細かいところはやってくれないので、余裕があるなら手動で修正したい。
そもそもBSCSは全国共通なので、誰かがテンプレート公開してコピペの上で有効無効を各自で設定した方が理想だと思うのだが。というわけで、スキャンはやるとしても地上波だけにしてBSCSはコピペにしたい。
なおチューナーコマンドrecpt1とrecisdbでは少しだけ書き方が異なるので注意。
無効にしたいチャンネルは isDisabled: true で指定します。
- name: スター・チャンネル
type: BS
channel: BS09_1
serviceId: 200
isDisabled: true
recisdb使用の場合
recisdb
26/2/28更新
<channel.yml>
- name: NHKEテレ青森
type: GR
channel: T13
satellite: ' '
isDisabled: false
- name: NHK総合・青森
type: GR
channel: T16
satellite: ' '
isDisabled: false
- name: RAB青森放送
type: GR
channel: T28
satellite: ' '
isDisabled: false
- name: ATV青森テレビ
type: GR
channel: T30
satellite: ' '
isDisabled: false
- name: 青森朝日放送
type: GR
channel: T32
satellite: ' '
isDisabled: false
- name: BS朝日
type: BS
channel: BS01_0
serviceId: 151
satellite: ' --tsid 16400 '
isDisabled: false
- name: BS朝日(サブ)
type: BS
channel: BS01_0
serviceId: 152
satellite: ' --tsid 16400 '
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
satellite: ' --tsid 16401 '
isDisabled: false
- name: BS-TBS(サブ)
type: BS
channel: BS01_1
serviceId: 162
satellite: ' --tsid 16401 '
isDisabled: false
- name: BSテレ東
type: BS
channel: BS01_2
satellite: ' --tsid 16402 '
serviceId: 171
isDisabled: false
- name: BSテレ東(サブ)
type: BS
channel: BS01_2
satellite: ' --tsid 16402 '
serviceId: 172
isDisabled: false
- name: BS11イレブン
type: BS
channel: BS09_0
serviceId: 211
satellite: ' --tsid 16528 '
isDisabled: false
- name: BS12トゥエルビ(TwellV)
type: BS
channel: BS09_1
serviceId: 222
satellite: ' --tsid 16530 '
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 141
satellite: ' --tsid 16592 '
isDisabled: false
- name: BS日テレ(サブ)
type: BS
channel: BS13_0
serviceId: 142
satellite: ' --tsid 16592 '
isDisabled: false
- name: BSフジ・181
type: BS
channel: BS13_1
serviceId: 181
satellite: ' --tsid 16593 '
isDisabled: false
- name: BSフジ・182(サブ)
type: BS
channel: BS13_1
serviceId: 182
satellite: ' --tsid 16593 '
isDisabled: false
- name: 放送大学 BS1
type: BS
channel: BS13_2
serviceId: 231
satellite: ' --tsid 18130 '
isDisabled: false
- name: 放送大学 BS2
type: BS
channel: BS13_2
serviceId: 232
satellite: ' --tsid 18130 '
isDisabled: false
- name: NHKBS
type: BS
channel: BS15_0
serviceId: 101
satellite: ' --tsid 16625 '
isDisabled: false
- name: NHKBS(サブ)
type: BS
channel: BS15_0
serviceId: 102
satellite: ' --tsid 16625 '
isDisabled: false
- name: BS10(元Japanext)
type: BS
channel: BS15_2
serviceId: 200
satellite: ' --tsid 18675 '
isDisabled: false
- name: BSよしもと
type: BS
channel: BS23_1
serviceId: 265
satellite: ' --tsid 18801 '
isDisabled: false
- name: J:COM BS(元松竹東急)
type: BS
channel: BS23_2
serviceId: 260
satellite: ' --tsid 18803 '
isDisabled: false
- name: ショップチャンネル
type: CS
channel: CS08
serviceId: 55
satellite: ' '
isDisabled: false
- name: QVC
type: CS
channel: CS22
serviceId: 161
satellite: ' '
isDisabled: false
- name: BS朝日
type: BS
channel: BS01_0
serviceId: 151
satellite: ' --tsid 16400 '
isDisabled: false
- name: BS朝日(サブ)
type: BS
channel: BS01_0
serviceId: 152
satellite: ' --tsid 16400 '
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
satellite: ' --tsid 16401 '
isDisabled: false
- name: BS-TBS(サブ)
type: BS
channel: BS01_1
serviceId: 162
satellite: ' --tsid 16401 '
isDisabled: false
- name: BSテレ東
type: BS
channel: BS01_2
satellite: ' --tsid 16402 '
serviceId: 171
isDisabled: false
- name: BSテレ東(サブ)
type: BS
channel: BS01_2
satellite: ' --tsid 16402 '
serviceId: 172
isDisabled: false
- name: WOWOWプライム
type: BS
channel: BS03_0
serviceId: 191
satellite: ' --tsid 16432 '
isDisabled: false
- name: BSアニマックス
type: BS
channel: BS03_1
serviceId: 236
satellite: ' --tsid 17969 '
isDisabled: false
- name: BS釣りビジョン
type: BS
channel: BS03_2
serviceId: 251
satellite: ' --tsid 17970 '
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_0
serviceId: 192
satellite: ' --tsid 17488 '
isDisabled: false
- name: WOWOWシネマ
type: BS
channel: BS05_1
serviceId: 193
satellite: ' --tsid 17489 '
isDisabled: false
- name: BS11イレブン
type: BS
channel: BS09_0
serviceId: 211
satellite: ' --tsid 16528 '
isDisabled: false
- name: BS12トゥエルビ(TwellV)
type: BS
channel: BS09_1
serviceId: 222
satellite: ' --tsid 16530 '
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 141
satellite: ' --tsid 16592 '
isDisabled: false
- name: BS日テレ(サブ)
type: BS
channel: BS13_0
serviceId: 142
satellite: ' --tsid 16592 '
isDisabled: false
- name: BSフジ・181
type: BS
channel: BS13_1
serviceId: 181
satellite: ' --tsid 16593 '
isDisabled: false
- name: BSフジ・182(サブ)
type: BS
channel: BS13_1
serviceId: 182
satellite: ' --tsid 16593 '
isDisabled: false
- name: 放送大学 BS1
type: BS
channel: BS13_2
serviceId: 231
satellite: ' --tsid 18130 '
isDisabled: false
- name: 放送大学 BS2
type: BS
channel: BS13_2
serviceId: 232
satellite: ' --tsid 18130 '
isDisabled: false
- name: NHKBS
type: BS
channel: BS15_0
serviceId: 101
satellite: ' --tsid 16625 '
isDisabled: false
- name: NHKBS(サブ)
type: BS
channel: BS15_0
serviceId: 102
satellite: ' --tsid 16625 '
isDisabled: false
- name: BS10プレミアム(元スターチャンネル)
type: BS
channel: BS15_1
serviceId: 201
satellite: ' --tsid 16626 '
isDisabled: false
- name: BS10(元Japanext)
type: BS
channel: BS15_2
serviceId: 200
satellite: ' --tsid 18675 '
isDisabled: false
- name: J SPORTS 4
type: BS
channel: BS19_0
serviceId: 245
satellite: ' --tsid 18224 '
isDisabled: false
- name: J SPORTS 1
type: BS
channel: BS19_1
serviceId: 242
satellite: ' --tsid 18225 '
isDisabled: false
- name: J SPORTS 2
type: BS
channel: BS19_2
serviceId: 243
satellite: ' --tsid 18226 '
isDisabled: false
- name: J SPORTS 3
type: BS
channel: BS19_3
serviceId: 244
satellite: ' --tsid 18227 '
isDisabled: false
- name: WOWOWプラス
type: BS
channel: BS21_0
serviceId: 252
satellite: ' --tsid 18256 '
isDisabled: false
- name: 日本映画専門チャンネル
type: BS
channel: BS21_1
serviceId: 255
satellite: ' --tsid 18257 '
isDisabled: false
- name: グリーンチャンネル
type: BS
channel: BS21_2
serviceId: 234
satellite: ' --tsid 18258 '
isDisabled: false
- name: ディズニーチャンネル
type: BS
channel: BS23_0
serviceId: 256
satellite: ' --tsid 18288 '
isDisabled: false
- name: BSよしもと
type: BS
channel: BS23_1
serviceId: 265
satellite: ' --tsid 18801 '
isDisabled: false
- name: J:COM BS(元松竹東急)
type: BS
channel: BS23_2
serviceId: 260
satellite: ' --tsid 18803 '
isDisabled: false
- name: TBSチャンネル1
type: CS
channel: CS02
serviceId: 296
satellite: ' '
isDisabled: false
- name: テレ朝チャンネル1
type: CS
channel: CS02
serviceId: 298
satellite: ' '
isDisabled: false
- name: テレ朝チャンネル2
type: CS
channel: CS02
serviceId: 299
satellite: ' '
isDisabled: false
- name: ディズニージュニア
type: CS
channel: CS02
serviceId: 339
satellite: ' '
isDisabled: false
- name: スカイA
type: CS
channel: CS04
serviceId: 250
satellite: ' '
isDisabled: false
- name: 時代劇専門ch
type: CS
channel: CS04
serviceId: 292
satellite: ' '
isDisabled: false
- name: エンタメ~テレ
type: CS
channel: CS04
serviceId: 301
satellite: ' '
isDisabled: false
- name: MTV
type: CS
channel: CS04
serviceId: 323
satellite: ' '
isDisabled: false
- name: ホームドラマch
type: CS
channel: CS06
serviceId: 294
satellite: ' '
isDisabled: false
- name: ミュージック・エア
type: CS
channel: CS06
serviceId: 324
satellite: ' '
isDisabled: false
- name: 歌謡ポップスch
type: CS
channel: CS06
serviceId: 329
satellite: ' '
isDisabled: false
- name: カートゥーン
type: CS
channel: CS06
serviceId: 331
satellite: ' '
isDisabled: false
- name: ディスカバリーチャンネル
type: CS
channel: CS06
serviceId: 340
satellite: ' '
isDisabled: false
- name: アニマルプラネット
type: CS
channel: CS06
serviceId: 341
satellite: ' '
isDisabled: false
- name: CNNj
type: CS
channel: CS06
serviceId: 354
satellite: ' '
isDisabled: false
- name: 囲碁・将棋チャンネル
type: CS
channel: CS06
serviceId: 363
satellite: ' '
isDisabled: false
- name: ショップチャンネル
type: CS
channel: CS08
serviceId: 55
satellite: ' '
isDisabled: false
- name: 東映チャンネル
type: CS
channel: CS08
serviceId: 218
satellite: ' '
isDisabled: false
- name: Mnet
type: CS
channel: CS08
serviceId: 318
satellite: ' '
isDisabled: false
- name: 日テレNEWS24
type: CS
channel: CS08
serviceId: 349
satellite: ' '
isDisabled: false
- name: 衛星劇場
type: CS
channel: CS10
serviceId: 219
satellite: ' '
isDisabled: false
- name: KBS World
type: CS
channel: CS10
serviceId: 317
satellite: ' '
isDisabled: false
- name: スポーツライブ+
type: CS
channel: CS10
serviceId: 800
satellite: ' '
isDisabled: false
- name: スカチャン1
type: CS
channel: CS10
serviceId: 801
satellite: ' '
isDisabled: false
- name: GAORA
type: CS
channel: CS12
serviceId: 254
satellite: ' '
isDisabled: false
- name: エムオン!
type: CS
channel: CS12
serviceId: 325
satellite: ' '
isDisabled: false
- name: キッズステーション
type: CS
channel: CS12
serviceId: 330
satellite: ' '
isDisabled: false
- name: ナショナルジオグラフィック
type: CS
channel: CS12
serviceId: 343
satellite: ' '
isDisabled: false
- name: ヒストリーチャンネル
type: CS
channel: CS14
serviceId: 342
satellite: ' '
isDisabled: false
- name: ザ・シネマ
type: CS
channel: CS14
serviceId: 227
satellite: ' '
isDisabled: false
- name: ファミリー劇場
type: CS
channel: CS14
serviceId: 293
satellite: ' '
isDisabled: false
- name: スーパー!ドラマTV
type: CS
channel: CS14
serviceId: 310
satellite: ' '
isDisabled: false
- name: SKY STAGE
type: CS
channel: CS16
serviceId: 290
satellite: ' '
isDisabled: false
- name: アクションチャンネル
type: CS
channel: CS16
serviceId: 311
satellite: ' '
isDisabled: false
- name: ミステリーチャンネル
type: CS
channel: CS16
serviceId: 316
satellite: ' '
isDisabled: false
- name: スペシャプラス
type: CS
channel: CS16
serviceId: 321
satellite: ' '
isDisabled: false
- name: AT-X
type: CS
channel: CS16
serviceId: 333
satellite: ' '
isDisabled: false
- name: BBCワールドニュース
type: CS
channel: CS16
serviceId: 353
satellite: ' '
isDisabled: false
- name: ムービープラス
type: CS
channel: CS18
serviceId: 240
satellite: ' '
isDisabled: false
- name: ゴルフネットワーク
type: CS
channel: CS18
serviceId: 262
satellite: ' '
isDisabled: false
- name: チャンネル銀河
type: CS
channel: CS18
serviceId: 305
satellite: ' '
isDisabled: false
- name: 女性ch/LaLa
type: CS
channel: CS18
serviceId: 314
satellite: ' '
isDisabled: false
- name: フジテレビONE
type: CS
channel: CS20
serviceId: 307
satellite: ' '
isDisabled: false
- name: フジテレビTWO
type: CS
channel: CS20
serviceId: 308
satellite: ' '
isDisabled: false
- name: フジテレビNEXT
type: CS
channel: CS20
serviceId: 309
satellite: ' '
isDisabled: false
- name: スペースシャワーTV
type: CS
channel: CS20
serviceId: 322
satellite: ' '
isDisabled: false
- name: QVC
type: CS
channel: CS22
serviceId: 161
satellite: ' '
isDisabled: false
- name: TBSチャンネル2
type: CS
channel: CS22
serviceId: 297
satellite: ' '
isDisabled: false
- name: Dlife
type: CS
channel: CS22
serviceId: 312
satellite: ' '
isDisabled: false
- name: TBS NEWS
type: CS
channel: CS22
serviceId: 351
satellite: ' '
isDisabled: false
- name: 映画ch・NECO
type: CS
channel: CS24
serviceId: 223
satellite: ' '
isDisabled: false
- name: 日テレG+
type: CS
channel: CS24
serviceId: 257
satellite: ' '
isDisabled: false
- name: MONDO TV
type: CS
channel: CS24
serviceId: 295
satellite: ' '
isDisabled: false
- name: 日テレプラス
type: CS
channel: CS24
serviceId: 300
satellite: ' '
isDisabled: false
recpt1使用の場合
↓ちょっと古い(いつ書いたんだっけ?)のでそのうち修正したい。
<channel.yml>
- name: NHK総合
type: GR
channel: '16'
serviceId:
isDisabled: false
- name: NHKEテレ
type: GR
channel: '13'
serviceId:
isDisabled: false
- name: RAB青森放送
type: GR
channel: '28'
serviceId:
isDisabled: false
- name: ATV青森テレビ
type: GR
channel: '30'
serviceId:
isDisabled: false
- name: ABA青森朝日放送
type: GR
channel: '32'
serviceId:
isDisabled: false
#*channel.ymlの直接編集時、'で囲うことを忘れないこと注意。
#*なお地上波は(理由はわからんが)サブチャンネルの設定は不要。
- name: NHKBS
type: BS
channel: BS15_0
serviceId: 101
isDisabled: false
- name: NHKBS(サブ)
type: BS
channel: BS15_0
serviceId: 102
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 141
isDisabled: false
- name: BS日テレ(サブ)
type: BS
channel: BS13_0
serviceId: 142
isDisabled: false
- name: BS朝日
type: BS
channel: BS01_0
serviceId: 151
isDisabled: false
- name: BS朝日(サブ)
type: BS
channel: BS01_0
serviceId: 152
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
isDisabled: false
- name: BS-TBS(サブ)
type: BS
channel: BS01_1
serviceId: 162
isDisabled: false
- name: BSテレ東
type: BS
channel: BS01_2
serviceId: 171
isDisabled: false
- name: BSテレ東(サブ)
type: BS
channel: BS01_2
serviceId: 172
isDisabled: false
- name: BSフジ・181
type: BS
channel: BS13_1
serviceId: 181
isDisabled: false
- name: BSフジ・181(サブ)
type: BS
channel: BS13_1
serviceId: 182
isDisabled: false
- name: BS10
type: BS
channel: BS15_2
serviceId: 200
isDisabled: false
- name: BS11イレブン
type: BS
channel: BS09_0
serviceId: 211
isDisabled: false
- name: BS12トゥエルビ(TwellV)
type: BS
channel: BS09_1
serviceId: 222
isDisabled: false
- name: 放送大学 BS1
type: BS
channel: BS13_2
serviceId: 231
isDisabled: false
- name: 放送大学 BS2
type: BS
channel: BS13_2
serviceId: 232
isDisabled: false
- name: BS松竹東急
type: BS
channel: BS23_2
serviceId: 260
isDisabled: false
- name: BSよしもと
type: BS
channel: BS23_1
serviceId: 265
isDisabled: false
#BS/CSのB-CASキーの更新は不定期ですが、1年半~2年ごと?くらい。他のページで書いたとおり各自で調べて対処するように。
- name: WOWOWプライム
type: BS
channel: BS03_0
serviceId: 191
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_0
serviceId: 192
isDisabled: false
- name: WOWOWシネマ
type: BS
channel: BS05_1
serviceId: 193
isDisabled: false
- name: BS10スターch
type: BS
channel: BS15_1
serviceId: 201
isDisabled: false
- name: グリーンチャンネル
type: BS
channel: BS21_2
serviceId: 234
isDisabled: false
- name: BSアニマックス
type: BS
channel: BS03_1
serviceId: 236
isDisabled: false
- name: J SPORTS 1
type: BS
channel: BS19_1
serviceId: 242
isDisabled: false
- name: J SPORTS 2
type: BS
channel: BS19_2
serviceId: 243
isDisabled: false
- name: J SPORTS 3
type: BS
channel: BS19_3
serviceId: 244
isDisabled: false
- name: J SPORTS 4
type: BS
channel: BS19_0
serviceId: 245
isDisabled: false
- name: BS釣りビジョン
type: BS
channel: BS03_2
serviceId: 251
isDisabled: false
- name: シネフィルWOWOW
type: BS
channel: BS21_0
serviceId: 252
isDisabled: false
- name: 日本映画専門チャンネル
type: BS
channel: BS21_1
serviceId: 255
isDisabled: false
- name: ディズニー・チャンネル
type: BS
channel: BS23_0
serviceId: 256
isDisabled: false
#誰がこんなの見るかって?
#録画等がうまくいかないときに、復号化かどうかの判別に使えるでしょう。
- name: ショップチャンネル
type: CS
channel: CS8
serviceId: 55
isDisabled: false
- name: QVC
type: CS
channel: CS22
serviceId: 161
isDisabled: false
- name: 東映チャンネル
type: CS
channel: CS8
serviceId: 218
isDisabled: false
- name: 衛星劇場
type: CS
channel: CS10
serviceId: 219
isDisabled: false
- name: 映画ch・NECO
type: CS
channel: CS24
serviceId: 223
isDisabled: false
- name: ザ・シネマ
type: CS
channel: CS14
serviceId: 227
isDisabled: false
- name: ムービープラス
type: CS
channel: CS18
serviceId: 240
isDisabled: false
- name: スカイA
type: CS
channel: CS4
serviceId: 250
isDisabled: false
- name: GAORA
type: CS
channel: CS12
serviceId: 254
isDisabled: false
- name: 日テレG+
type: CS
channel: CS24
serviceId: 257
isDisabled: false
- name: ゴルフネットワーク
type: CS
channel: CS18
serviceId: 262
isDisabled: false
- name: SKY STAGE
type: CS
channel: CS16
serviceId: 290
isDisabled: false
- name: 時代劇専門ch
type: CS
channel: CS4
serviceId: 292
isDisabled: false
- name: ファミリー劇場
type: CS
channel: CS14
serviceId: 293
isDisabled: false
- name: ホームドラマch
type: CS
channel: CS6
serviceId: 294
isDisabled: false
- name: MONDO TV
type: CS
channel: CS24
serviceId: 295
isDisabled: false
- name: TBSチャンネル1
type: CS
channel: CS2
serviceId: 296
isDisabled: false
- name: TBSチャンネル2
type: CS
channel: CS22
serviceId: 297
isDisabled: false
- name: テレ朝チャンネル1
type: CS
channel: CS2
serviceId: 298
isDisabled: false
- name: テレ朝チャンネル2
type: CS
channel: CS2
serviceId: 299
isDisabled: false
- name: 日テレプラス
type: CS
channel: CS24
serviceId: 300
isDisabled: false
- name: エンタメ~テレ
type: CS
channel: CS4
serviceId: 301
isDisabled: false
- name: チャンネル銀河
type: CS
channel: CS18
serviceId: 305
isDisabled: false
- name: フジテレビONE
type: CS
channel: CS20
serviceId: 307
isDisabled: false
- name: フジテレビTWO
type: CS
channel: CS20
serviceId: 308
isDisabled: false
- name: フジテレビNEXT
type: CS
channel: CS20
serviceId: 309
isDisabled: false
- name: スーパー!ドラマTV
type: CS
channel: CS14
serviceId: 310
isDisabled: false
- name: AXN海外ドラマ
type: CS
channel: CS16
serviceId: 311
isDisabled: false
- name: FOX
type: CS
channel: CS22
serviceId: 312
isDisabled: false
- name: 女性ch/LaLa
type: CS
channel: CS18
serviceId: 314
isDisabled: false
- name: AXNミステリー
type: CS
channel: CS16
serviceId: 316
isDisabled: false
- name: スペシャプラス
type: CS
channel: CS16
serviceId: 321
isDisabled: false
- name: スペースシャワーTV
type: CS
channel: CS20
serviceId: 322
isDisabled: false
- name: MTV
type: CS
channel: CS4
serviceId: 323
isDisabled: false
- name: ミュージック・エア
type: CS
channel: CS6
serviceId: 324
isDisabled: false
- name: エムオン!
type: CS
channel: CS12
serviceId: 325
isDisabled: false
- name: 歌謡ポップスch
type: CS
channel: CS6
serviceId: 329
isDisabled: false
- name: キッズステーション
type: CS
channel: CS12
serviceId: 330
isDisabled: false
- name: カートゥーン
type: CS
channel: CS6
serviceId: 331
isDisabled: false
- name: AT-X
type: CS
channel: CS16
serviceId: 333
isDisabled: false
- name: ディズニージュニア
type: CS
channel: CS2
serviceId: 339
isDisabled: false
- name: ディスカバリーチャンネル
type: CS
channel: CS6
serviceId: 340
isDisabled: false
- name: アニマルプラネット
type: CS
channel: CS6
serviceId: 341
isDisabled: false
- name: ヒストリーチャンネル
type: CS
channel: CS14
serviceId: 342
isDisabled: false
- name: ナショナルジオグラフィック
type: CS
channel: CS12
serviceId: 343
isDisabled: false
- name: 日テレNEWS24
type: CS
channel: CS8
serviceId: 349
isDisabled: false
- name: TBS NEWS
type: CS
channel: CS22
serviceId: 351
isDisabled: false
- name: BBCワールドニュース
type: CS
channel: CS16
serviceId: 353
isDisabled: false
- name: CNNj
type: CS
channel: CS6
serviceId: 354
isDisabled: false
- name: 囲碁・将棋チャンネル
type: CS
channel: CS6
serviceId: 363
isDisabled: false
- name: スポーツライブ+
type: CS
channel: CS10
serviceId: 800
isDisabled: false
- name: スカチャン1
type: CS
channel: CS10
serviceId: 801
isDisabled: false
チャンネル一覧
~Excel等で活用どうぞ~(こっちは更新遅くてすまんね、自分で編集する素材とでも思ってください)
GR/BS/CS 物理ch 物理ch チャンネル名 内容 有料?
CS CS8 55 ショップチャンネル 通販 CAS不要
CS CS22 161 QVC 通販 CAS不要
CS CS8 218 東映チャンネル 東映作品を主に放映 〇
CS CS10 219 衛星劇場 映画、テレビドラマ、古典芸能、演劇等 〇
CS CS24 223 映画・chNECO 日本映画・Vシネマ・ドラマ・アニメ等 〇
CS CS14 227 ザ・シネマ 映画専門 〇
CS CS18 240 ムービープラス 映画、海外ドラマ等 〇
CS CS4 250 スカイA スポーツ・カルチャー専門 〇
CS CS12 254 GAORA スポーツ専門 〇
CS CS24 257 日テレジータス スポーツ専門 〇
CS CS18 262 ゴルフネットワーク ゴルフ専門 〇
CS CS16 290 SKY STAGE 宝塚歌劇専門 〇
CS CS4 292 時代劇専門ch 時代劇専門 〇
CS CS14 293 ファミリー劇場 日本のテレビドラマ、アニメ、特撮等 〇
CS CS6 294 ホームドラマCH 時代劇、現代劇、アニメ特撮等 〇
CS CS24 295 MONDO TV 男性向けのさまざまな大衆文化 〇
CS CS2 296 TBSチャンネル1 TBS。再放送等も 〇
CS CS22 297 TBSチャンネル2 TBS。再放送等も 〇
CS CS2 298 テレ朝チャンネル1 テレ朝。再放送等も 〇
CS CS2 299 テレ朝チャンネル2 テレ朝。再放送等も 〇
CS CS24 300 日テレプラス 日テレ。再放送等も 〇
CS CS4 301 エンタメ~テレ 名古屋系 〇
CS CS18 305 銀河◆歴ドラ・サスペ(チャンネル銀河) 歴史ドラマ・サスペンス・日本のうた 〇
CS CS20 307 フジテレビONE フジ。再放送等も 〇
CS CS20 308 フジテレビTWO フジ。再放送等も 〇
CS CS20 309 フジテレビNEXT フジ。再放送等も 〇
CS CS14 310 スーパー!ドラマTV 海外ドラマ等 〇
CS CS16 311 AXN海外ドラマ 海外ドラマ 〇
CS CS22 312 FOX 海外ドラマ 〇
CS CS18 314 女性ch/LaLa 海外ドラマ、ライフスタイル、占い、ビューティー、料理等 〇
CS CS16 316 AXNミステリー ミステリドラマ等 〇
CS CS16 321 スペシャプラス 音楽専門 〇
CS CS20 322 スペースシャワーTV 音楽専門 〇
CS CS4 323 MTV 音楽専門 〇
CS CS6 324 ミュージック・エア 音楽専門 〇
CS CS12 325 エムオン! J-POP・K-POP中心 〇
CS CS6 329 歌謡ポップス ポップス等 〇
CS CS12 330 キッズステーション こども・アニメ専門 〇
CS CS6 331 カートゥーン 海外国内アニメ 〇
CS CS16 333 AT-X 大人のアニメファンも楽しめる 〇
CS CS2 339 ディズニージュニア 子供向け専門 〇
CS CS6 340 ディスカバリー 科学、歴史、車、建築、ミリタリー、人体、旅、災害・事件・事故、冒険・挑戦 〇
CS CS6 341 アニマルプラネット 動物関係 〇
CS CS14 342 ヒストリーチャンネル 歴史もの 〇
CS CS12 343 ナショジオ(ナショナルジオグラフィック) 自然、科学、文化、歴史等ドキュメンタリー 〇
CS CS8 349 日テレNEWS24 日テレニュース 〇
CS CS22 351 TBS NEWS TBSニュース 〇
CS CS16 353 BBCワールド 英国放送協会(BBC)発のニュース 〇
CS CS6 354 CNNj CNNの日本向け 〇
CS CS6 363 囲碁・将棋チャンネル 囲碁・将棋 〇
CS CS10 800 スポーツライブ+ スポーツ 〇
CS CS10 801 スカチャン1 韓国ものやスポーツ 〇
BS BS15_0 101 NHKBS NHK_国際情勢、スポーツ、娯楽等 無
BS BS13_0 141 BS日テレ 日テレ_BS 無
BS BS01_0 151 BS朝日1 テレ朝_BS 無
BS BS01_1 161 BS-TBS TBS_BS 無
BS BS01_2 171 BSテレ東 テレ東_BS 無
BS BS13_1 181 BSフジ・181 フジ_BS 無
BS BS03_0 191 WOWOWプライム 最新映画・ドラマ・ドキュメンタリー 〇
BS BS05_0 192 WOWOWライブ 音楽ライブ・スポーツ・ステージ 〇
BS BS05_1 193 WOWOWシネマ 映画 〇
BS BS09_1 200 スター・チャンネル 映画、海外ドラマ 〇
BS BS09_0 211 BS11イレブン いろいろ 無
BS BS09_2 222 BS12トゥエルビ(TwellV) いろいろ 無
BS BS11_0 231 放送大学BS1 放送大学_幅広い知識 無
BS BS11_0 232 放送大学BS2 放送大学_単位認定 無
BS BS21_2 234 グリーンチャンネル 競馬 〇
BS BS13_2 236 BSアニマックス アニメ専門 〇
BS BS11_0 241 BSスカパー! いろいろ 〇
BS BS19_1 242 J SPORTS 1 スポーツ 〇
BS BS19_2 243 J SPORTS 2 スポーツ 〇
BS BS19_3 244 J SPORTS 3 スポーツ 〇
BS BS19_0 245 J SPORTS 4 スポーツ 〇
BS BS11_2 251 BS釣りビジョン 釣り 〇
BS BS21_0 252 シネフィルWOWOW 映画 〇
BS BS21_1 255 日本映画専門チャンネル 映画 〇
BS BS23_0 256 ディズニー・チャンネル ディズニー 〇
BS BS23_3 260 BS松竹東急 映画や歌舞伎・舞台等 無
BS BS23_2 263 BSJapanext ジャパネット。アタック25も 無
BS BS23_1 265 BSよしもと よしもと 無
GR 32 22560 ABA青森朝日放送 テレ朝系 無
GR 30 22552 ATV青森テレビ TBS系 無
GR 16 22536 NHKEテレ青森 NHK 無
GR 13 22528 NHK総合青森 NHK 無
GR 28 22544 RAB青森放送 日テレ系 無