Jump to content

restore old epg version?


oldman82

Recommended Posts

Oh that's great ,thanks for the quick reply !

 

edit:

ok , the  "Simple timeline view " works but channel titles on the left are a strange pink colour but it is better than before.

Edited by oldman82
Link to comment

Had the same, went to the Configuration Folder (i.E. from help menu). Made a backup of "setup.xml" somewhere, closed DVBViewer (important!), opened the setup.xml file in a text editor. Searched for a section named "Timeline" and renamed it simply to "TimelineOld" (so that it's no longer used, didn't want to delete it). After saving the file and starting DVBViewer again the former default colors were used.

 

I don't know where the old reddish colors came from, they were present long before 6.1.3 but not used and the "Timeline" section is not created again now with proper colors. This were the old, strange colors present here:

Spoiler

<section name="Timeline">
    <entry name="TimeColor1">00FFDAD0</entry>
    <entry name="TimeColor2">00EFCAB0</entry>
    <entry name="Channelcolor1">00E18C87</entry>
    <entry name="Channelcolor2">00C36E69</entry>
    <entry name="ChannelAltColor1">00FFB4A5</entry>
    <entry name="ChannelAltColor2">00E19687</entry>
    <entry name="DateColor1">00FFDAD0</entry>
    <entry name="DateColor2">00EFCAB0</entry>
    <entry name="LeadingColor">00000000</entry>
    <entry name="HeaderColor">00000000</entry>
    <entry name="TodayColor">00000000</entry>
    <entry name="DataColor1">00D8D6D4</entry>
    <entry name="DataColor2">00B8B6B4</entry>
    <entry name="DataAltColor1">00F8F6F4</entry>
    <entry name="DataAltColor2">00D8D6D4</entry>
    <entry name="DataFontColor">00000000</entry>
    <entry name="DataSelectColor1">0000FFFF</entry>
    <entry name="DataSelectColor2">0000D0D0</entry>
    <entry name="FrameDataColor1">00FFFFFF</entry>
    <entry name="FrameDataColor2">00C0C0C0</entry>
    <entry name="FrameChannelColor1">00FFFFFF</entry>
    <entry name="FrameChannelColor2">00C0C0C0</entry>
    <entry name="FrameHeaderColor1">00FFFFFF</entry>
    <entry name="FrameHeaderColor2">00C0C0C0</entry>
    <entry name="LeadingWidth">130</entry>
    <entry name="HeaderHeight">40</entry>
  </section>

 

 

  • Thanks 1
Link to comment
vor 2 Stunden schrieb HaraldL:

I don't know where the old reddish colors came from

 

Old DVBViewer versions saved the default timeline color scheme to the setup.xml. Recent versions don't write it anymore, but read it from the setup.xml if present so that colors can be tweaked. However, they expect a different format (00RRGGBB instead of the old 00BBGGRR), so that hex values from online color designers can be used directly without having to swap the RR (red value) and BB (blue value) part.

 

Obviously the assumption, that in the meantime the old entries have vanished from almost all setup.xml files, was a bit too optimistic. If new DVBViewer versions read the old entries, they swap the red and blue part of the RGB value, which yields the reddish timeline design.


Here are the default values for the simple (old) timeline and new timeline2 design as they would appear in the setup.xml, if they were stored by DVBViewer 6.1.3  in the new 00RRGGBB order:

Spoiler



  <section name="Timeline">
    <entry name="TimeColor1">00D0DAFF</entry>
    <entry name="TimeColor2">00B0CAEF</entry>
    <entry name="Channelcolor1">00878CE1</entry>
    <entry name="Channelcolor2">00696EC3</entry>
    <entry name="ChannelAltColor1">00A5B4FF</entry>
    <entry name="ChannelAltColor2">008796E1</entry>
    <entry name="DateColor1">00D0DAFF</entry>
    <entry name="DateColor2">00B0CAEF</entry>
    <entry name="LeadingColor">00000000</entry>
    <entry name="HeaderColor">00000000</entry>
    <entry name="TodayColor">00000000</entry>
    <entry name="DataColor1">00D4D6D8</entry>
    <entry name="DataColor2">00B4B6B8</entry>
    <entry name="DataAltColor1">00F4F6F8</entry>
    <entry name="DataAltColor2">00D4D6D8</entry>
    <entry name="DataFontColor">00000000</entry>
    <entry name="DataSelectColor1">00FFFF00</entry>
    <entry name="DataSelectColor2">00D0D000</entry>
    <entry name="FrameDataColor1">00FFFFFF</entry>
    <entry name="FrameDataColor2">00C0C0C0</entry>
    <entry name="FrameChannelColor1">00FFFFFF</entry>
    <entry name="FrameChannelColor2">00C0C0C0</entry>
    <entry name="FrameHeaderColor1">00FFFFFF</entry>
    <entry name="FrameHeaderColor2">00C0C0C0</entry>
    <entry name="LeadingWidth">130</entry>
    <entry name="HeaderHeight">30</entry>
    <entry name="RoundedCells">0</entry>
  </section>
  <section name="Timeline2">
    <entry name="TimeColor1">00F0F0F0</entry>
    <entry name="TimeColor2">00C2C2C2</entry>
    <entry name="Channelcolor1">00F0F0F0</entry>
    <entry name="Channelcolor2">00DCDCDC</entry>
    <entry name="ChannelAltColor1">00E6E6E6</entry>
    <entry name="ChannelAltColor2">00D2D2D2</entry>
    <entry name="DateColor1">00F0F0F0</entry>
    <entry name="DateColor2">00C2C2C2</entry>
    <entry name="LeadingColor">00000000</entry>
    <entry name="HeaderColor">00000000</entry>
    <entry name="TodayColor">00000000</entry>
    <entry name="DataColor1">00D4D6D8</entry>
    <entry name="DataColor2">00B4B6B8</entry>
    <entry name="DataAltColor1">00F4F6F8</entry>
    <entry name="DataAltColor2">00D4D6D8</entry>
    <entry name="DataFontColor">00000000</entry>
    <entry name="DataSelectColor1">00FFFF00</entry>
    <entry name="DataSelectColor2">00D0D000</entry>
    <entry name="FrameDataColor1">00FFFFFF</entry>
    <entry name="FrameDataColor2">00C0C0C0</entry>
    <entry name="FrameChannelColor1">00FFFFFF</entry>
    <entry name="FrameChannelColor2">00C0C0C0</entry>
    <entry name="FrameHeaderColor1">00FFFFFF</entry>
    <entry name="FrameHeaderColor2">00C0C0C0</entry>
    <entry name="LeadingWidth">100</entry>
    <entry name="HeaderHeight">22</entry>
    <entry name="RoundedCells">1</entry>
  </section>
wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==

 

 


 

 

  • Like 1
Link to comment
  • 7 months later...

Thanks for the new info Griga  +HaraldL .

I didn't think there would more comments after the first answer a while ago ,silly me.

 

Anyway ,it works ok with the fix above  so better late than never :)

Edited by oldman82
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...