[mythtv-commits] Ticket #11638: Improve duplicate check algorithm

MythTV noreply at mythtv.org
Thu Jul 18 14:46:08 UTC 2013


#11638: Improve duplicate check algorithm
---------------------------------+----------------------------
 Reporter:  lomion0815@…         |          Owner:  gigem
     Type:  Patch - Feature      |         Status:  closed
 Priority:  minor                |      Milestone:  0.26.1
Component:  MythTV - Scheduling  |        Version:  0.26-fixes
 Severity:  medium               |     Resolution:  Won't Fix
 Keywords:                       |  Ticket locked:  0
---------------------------------+----------------------------

Comment (by lomion@…):

 Thanks for your response! The reason why the EIT fixup don't jump in is
 because the transport_id für all HD-transponders is missing. Only the SD
 transponder is covered!

 I believe the following code in ''static void init_fixup(...)'' should do
 the trick!
 {{{
 #!python
 fix[      1089LL << 32 |     1  << 16] = // DVB-S
 fix[ 1057LL << 32 | 1 << 16] = // DVB-S RTL Group HD Transponder
 fix[ 1041LL << 32 | 1 << 16] = // DVB-S RTL Group HD Austria Transponder
 }}}
 Have not tested it!

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11638#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list