2013年9月17日火曜日

EpgDataCap_Bonオススメ設定

EpgTimerの番組表のジャンル別背景色の設定

テレビ王国のデフォルトのジャンル別背景色に合わせます。
EpgTimerの設定ファイルであるEpgTimer.exe.xmlをテキストエディタで編集します。
<contentcustcolorlist>~</contentcustcolorlist>を下記に変更します。
  <ContentCustColorList>
    <unsignedInt>4294234365</unsignedInt>
    <unsignedInt>4294049733</unsignedInt>
    <unsignedInt>4288272379</unsignedInt>
    <unsignedInt>4294963697</unsignedInt>
    <unsignedInt>4294960312</unsignedInt>
    <unsignedInt>4293520127</unsignedInt>
    <unsignedInt>4292408831</unsignedInt>
    <unsignedInt>4294960768</unsignedInt>
    <unsignedInt>4286897050</unsignedInt>
    <unsignedInt>4291619780</unsignedInt>
    <unsignedInt>4293852049</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
    <unsignedInt>4294967295</unsignedInt>
  </ContentCustColorList>




*.tvpidファイルをEpgDataCap_Bonに関連付け

テレビ王国のEPGから予約できるように*.tvpidファイルを関連付けします。
下記を.regファイルに保存して実行してください。
EpgDataCap_BonをD:\DTV\EpgDataCap_Bon\配下に配置しているものとします。
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\tvpid_auto_file\shell\open\command]
@="\"D:\\DTV\\EpgDataCap_Bon\\EpgTimer.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Applications\EpgTimerNW.exe\shell\open\command]
@="\"D:DTV\\EpgDataCap_Bon\\EpgTimer.exe\" \"%1\""


番組表、予約状況をWebブラウザから見れるように設定する
EpgTimerSrv.ini内の[SET]セクション内に次の項目を追加します。
[SET]
EnableHttpSrv=1
HttpPort=5510

次に同じセクション内に番組のジャンルの背景色を指定します。下記の例ではテレビ王国に合わせて設定しています。
;(セミコロン)から始まっている行はコメント行です。
;BackColor0:ニュース/報道の背景
;BackColor1:スポーツの背景
;BackColor2:情報/ワイドショー
;BackColor3:ドラマ
;BackColor4:音楽
;BackColor5:バラエティ
;BackColor6:映画
;BackColor7:アニメ/特撮
;BackColor8:ドキュメンタリー/教養
;BackColor9:劇場/公演
;BackColor10:趣味/教育
;BackColor11:福祉
;BackColor15:その他

BackColor0=f4d0fd
BackColor1=f1ffc5
BackColor2=99d7fb
BackColor3=ffe0e0
BackColor4=ffe4b8
BackColor5=e9eaff
BackColor6=d8f5ff
BackColor7=feec7e
BackColor8=eefb91
BackColor9=d8f5ff
BackColor10=eefb91
BackColor11=e0f0ff
BackColor15=f0f0f0