[mythtv-commits] Ticket #10290: mythmetadatalookup fails for show "Are you there, Chelsea?"

MythTV noreply at mythtv.org
Fri Jan 27 13:46:37 UTC 2012


#10290: mythmetadatalookup fails for show "Are you there, Chelsea?"
---------------------------------------------+-------------------------
     Reporter:  doug@…                       |      Owner:  robertm
         Type:  Bug Report - General         |     Status:  new
     Priority:  minor                        |  Milestone:  unknown
    Component:  MythTV - Mythmetadatalookup  |    Version:  Master Head
     Severity:  medium                       |   Keywords:
Ticket locked:  0                            |
---------------------------------------------+-------------------------
 Hi,

 Myth correctly identifies the show as having inetref "248813", however
 when it populates the recordedartwork table the records are malformed.
 Instead of pointing to files like "/The Larry Sanders Show Season
 4_coverart.jpg", they all just say "Are You There, Chelsea".  Here's an
 example:

 {{{
 mysql> select * from recordedartwork where inetref = 248813;
 +---------+--------+-----------+------------------------+------------------------+------------------------+
 | inetref | season | host      | coverart               | fanart
 | banner                 |
 +---------+--------+-----------+------------------------+------------------------+------------------------+
 | 248813  |      1 | freshertv | Are You There, Chelsea | Are You There,
 Chelsea | Are You There, Chelsea |
 +---------+--------+-----------+------------------------+------------------------+------------------------+
 }}}

 Here's what I would expect:

 {{{
 mysql> select * from recordedartwork where inetref = 73007;
 +---------+--------+-----------+-----------------------------------------------+---------------------------------------------+---------------------------------------------+
 | inetref | season | host      | coverart
 | fanart                                      | banner
 |
 +---------+--------+-----------+-----------------------------------------------+---------------------------------------------+---------------------------------------------+
 | 73007   |      4 | freshertv | /The Larry Sanders Show Season
 4_coverart.jpg | /The Larry Sanders Show Season 4_fanart.jpg | /The Larry
 Sanders Show Season 4_banner.jpg |

 }}}

 Presumably it's getting tripped up by the "?".

 Thanks! [[BR]]
 Doug

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10290>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list