Skip to content

Commit

Permalink
ジャンルに海外放送を追加(2ch_EDCB/62/850)
Browse files Browse the repository at this point in the history
また、メインジャンルを「アダルト(CS)」から「その他(CS)」に変更し、
配色も「その他」と同じにした。
  • Loading branch information
tkntrec committed Jul 12, 2018
1 parent 2788ded commit e289d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions EpgTimer/EpgTimer/Common/CommonManagerClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static CommonManager()
new ContentKindInfo(0x0B020000, "福祉", "社会福祉"),
new ContentKindInfo(0x0B030000, "福祉", "ボランティア"),
new ContentKindInfo(0x0B040000, "福祉", "手話"),
new ContentKindInfo(0x0B050000, "福祉", "文字(字幕)"),
new ContentKindInfo(0x0B050000, "福祉", "文字(字幕)"),
new ContentKindInfo(0x0B060000, "福祉", "音声解説"),
new ContentKindInfo(0x0B0F0000, "福祉", "その他"),

Expand Down Expand Up @@ -239,9 +239,10 @@ static CommonManager()
new ContentKindInfo(0x0E01020C, "邦画(CS)", "ホームドラマ"),
new ContentKindInfo(0x0E01020F, "邦画(CS)", "その他"),

new ContentKindInfo(0x0E0103FF, "アダルト(CS)", ""),
new ContentKindInfo(0x0E010300, "アダルト(CS)", "アダルト"),
new ContentKindInfo(0x0E01030F, "アダルト(CS)", "その他"),
new ContentKindInfo(0x0E0103FF, "その他(CS)", ""),
new ContentKindInfo(0x0E010300, "その他(CS)", "アダルト"),
new ContentKindInfo(0x0E010301, "その他(CS)", "海外放送"),
new ContentKindInfo(0x0E01030F, "その他(CS)", "その他"),

new ContentKindInfo(0x0FFF0000, "その他", ""),
new ContentKindInfo(0x0F0F0000, "その他", "その他"),
Expand Down
1 change: 1 addition & 0 deletions EpgTimer/EpgTimer/Common/ViewUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public static Brush EpgDataContentBrush(List<EpgContentData> nibbleList)
case 0x00: return CommonManager.Instance.CustContentColorList[0x01];//スポーツ(CS)→スポーツ
case 0x01: return CommonManager.Instance.CustContentColorList[0x06];//洋画(CS)→映画
case 0x02: return CommonManager.Instance.CustContentColorList[0x06];//邦画(CS)→映画
case 0x03: return CommonManager.Instance.CustContentColorList[0x15];//その他(CS)→その他
}
//ラストへ
}
Expand Down

0 comments on commit e289d0f

Please sign in to comment.