[mythtv-commits] Ticket #5057: Dolby Flag in XMLTV using na_dd is ignored

MythTV mythtv at cvs.mythtv.org
Fri Mar 28 17:05:25 UTC 2008


#5057: Dolby Flag in XMLTV using na_dd is ignored
------------------------------------+---------------------------------------
 Reporter:  Scott.Atkins at gmail.com  |       Owner:  ijr    
     Type:  defect                  |      Status:  new    
 Priority:  minor                   |   Milestone:  unknown
Component:  mythtv                  |     Version:  unknown
 Severity:  medium                  |     Mlocked:  0      
------------------------------------+---------------------------------------
 I hadn't seen a recording on my box with the dolby digital logo and went
 snooping through the database.  All programs were set to either stereo or
 null.  So I check my listing data through xmltv and found the dolby flag
 did exist, but the code in xmltvparser.cpp was expecting lower case, and
 the XMLTV output was in title case.  Thus "Dolby" != "dolby" and items are
 not marked correctly.

 According to the spec found in this post:
 http://forums.schedulesdirect.org/viewtopic.php?f=8&t=568#p3092

 title case is correct.  As such, I have a patch to add the title case as
 well as reporting unknown responses so something like this can be caught
 easier in the future.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5057>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list