[mythtv-commits] Ticket #2395: Obsolete SQL breaks UPnP

MythTV mythtv at cvs.mythtv.org
Fri Sep 15 22:20:39 UTC 2006


#2395: Obsolete SQL breaks UPnP
----------------------------------------+-----------------------------------
 Reporter:  Didier.Moens at dmbr.UGent.be  |       Owner:  ijr    
     Type:  defect                      |      Status:  new    
 Priority:  minor                       |   Milestone:  unknown
Component:  mythtv                      |     Version:  0.20.1 
 Severity:  high                        |  
----------------------------------------+-----------------------------------
 Browsing the UPnP services with a UPnP-capable client (Pinnacle ShowCenter
 200) yields empty lists ("''No content found''") for both
 '''Recordings/All''' and '''Music/*'''.

 This is mostly due to :


 1. Recordings (trunk/mythtv/programs/mythbackend/upnpcdstv.cpp , revision
 10118) :
 line 49 uses the Mysql reserved keyword "KEY" ;

 2. Music (trunk/mythtv/programs/mythbackend/upnpcdsmusic.cpp , revision
 10118) :
 all SQL queries refer to the empty table 'musicmetadata' (instead of
 'music_songs').

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


More information about the mythtv-commits mailing list