leejungho2 / dvbviewer-controller

Automatically exported from code.google.com/p/dvbviewer-controller
0 stars 0 forks source link

Missing channels in channel-list if favourites selected #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

if i switch to favourites, i am missing some channels in the list.

It seems there are short and long channel IDs in favourites.xml.

Not working fav.xml (only Super RTL and DMAX are shown, i dont know why RTL is 
missing...):

  <section name="1">
    <entry name="Header">Spielfilm + Private</entry>
    <entry name="0">2359890883042094819|RTL Television</entry>
    <entry name="1">1082142452|RTL2</entry>
    <entry name="2">2359890883043143432|Super RTL</entry>
    <entry name="3">1090536540|SAT.1</entry>
    <entry name="4">1107313757|ProSieben</entry>
    <entry name="5">1124090974|kabel eins</entry>
    <entry name="6">1082666780|VOX</entry>
    <entry name="7">1207961345|DAS VIERTE</entry>
    <entry name="8">2359886347767906367|DMAX</entry>
    <entry name="9">1174405171|TELE 5</entry>
  </section>

I have updated all IDs to the long format:

  <section name="1">
    <entry name="Header">Spielfilm + Private</entry>
    <entry name="0">2359890883042094819|RTL Television</entry>
    <entry name="1">2359890883043667700|RTL2</entry>
    <entry name="2">2359890883043143432|Super RTL</entry>
    <entry name="3">2359890960361473116|SAT.1</entry>
    <entry name="4">2359890960378250333|ProSieben</entry>
    <entry name="5">2359890960395027550|kabel eins</entry>
    <entry name="6">2359890883044192028|VOX</entry>
    <entry name="7">2359886227424937729|DAS VIERTE</entry>
    <entry name="8">2359886347767906367|DMAX</entry>
    <entry name="9">2359886347650465843|Tele 5</entry>
  </section>

to fix the problem. I never had any problems with the short IDs in DvbViewer (i 
think format of IDs has been changed some time ago???).

PS: Best app in Play Store, good work!

Original issue reported on code.google.com by timo.gm...@gmail.com on 17 Dec 2013 at 8:27

GoogleCodeExporter commented 9 years ago
This is a known issue.

Favourite recognition is just reliable if the 64bit IDs are used.

I have no intention to support the old method, because its not 100% reliable 
for channels on diffenert satellite positions and i dont have access to an old 
version of DVBViewer, and i wont break my productive system to suport this 
deprecated method.

->Closed

Original comment by org.dvbv...@gmail.com on 18 Dec 2013 at 9:15