[mythtv-commits] Ticket #13177: Series title ending with a question mark does not download images

MythTV noreply at mythtv.org
Sun Dec 3 02:40:15 UTC 2017


#13177: Series title ending with a question mark does not download images
------------------------------------------+------------------------------
 Reporter:  Jimmy Blakeney <jblakeney@…>  |          Owner:  pbennett
     Type:  Bug Report - General          |         Status:  assigned
 Priority:  minor                         |      Milestone:  needs_triage
Component:  MythTV - Mythmetadatalookup   |        Version:  v29-fixes
 Severity:  medium                        |     Resolution:
 Keywords:  images question mark          |  Ticket locked:  0
------------------------------------------+------------------------------

Comment (by Steve Erlenborn <simon.sinister@…>):

 The question mark has nothing to do with these failures. If you manually
 run a query for "Are You Being Served?", you'll see that three TV series
 get returned.

 {{{

 /usr/share/mythtv/metadata/Television/ttvdb.py -l en -a US -M "Are You
 Being Served?"
 <?xml version='1.0' encoding='UTF-8'?>
 <metadata>
   <item>
     <language>en</language>
     <title>Are You Being Served?</title>
     <inetref>77879</inetref>
     <collectionref>77879</collectionref>
     <description>Are You Being Served? is a British Sitcom that ran from
 1972-1985. The show revolved around "Grace Brothers Department Store" and
 in particular the goings on within the "Gentlemen's Ready-To-Wear" and
 "Ladies' Separates and Underwear" Departments. A store reorganization
 forced these two departments to share floor space, and the conflicts that
 this created set the tone for most episodes. Are You Being Served?
 showcases a bygone period of time in which the class structure was still
 very much alive. There was a strict hierarchy within Grace Brothers.
 Everyone knew their "places" and remained in them, unless, of course,
 there was a chance for advancement and then it was every man and woman for
 themselves. A spin-off series of Are You Being Served? was released,
 called Grace and Favour. Although in the U.S, it was named Are You Being
 Served? Again!</description>
     <releasedate>1972-09-08</releasedate>
     <images>
       <image type="banner"
 url="http://www.thetvdb.com/banners/graphical/77879-g3.jpg"
 thumb="http://www.thetvdb.com/banners/_cache/graphical/77879-g3.jpg"/>
     </images>
   </item>
   <item>
     <language>en</language>
     <title>Are You Being Served in Australia?</title>
     <inetref>272237</inetref>
     <collectionref>272237</collectionref>
     <description>When Mr. Humphries takes over as head of the mens-wear
 department at Bone Brothers in Australia, his character and experiences
 remain exactly the same as it was behind the counter in Grace Brothers in
 England. Written by David McAnally
 <D.McAnally at uq.net.au></description>
     <releasedate>1980-06-16</releasedate>
     <images>
       <image type="banner"
 url="http://www.thetvdb.com/banners/graphical/272237-g.jpg"
 thumb="http://www.thetvdb.com/banners/_cache/graphical/272237-g.jpg"/>
     </images>
   </item>
   <item>
     <language>en</language>
     <title>Grace & Favour</title>
     <inetref>78062</inetref>
     <collectionref>78062</collectionref>
     <description>When Mr. Grace is killed in a tragic scuba diving
 accident, the Grace Brothers store is closed down. Being faced with the
 option of finding new jobs or early retirement, the staff take over the
 running of a large manor house/hotel in the English countryside, where all
 manor of humorous things take place.</description>
     <releasedate>1992-01-01</releasedate>
     <images>
       <image type="banner"
 url="http://www.thetvdb.com/banners/graphical/78062-g2.jpg"
 thumb="http://www.thetvdb.com/banners/_cache/graphical/78062-g2.jpg"/>
     </images>
   </item>
 </metadata>
 }}}

 I ran a test of this on my system, which includes my patch #13159
 "Automatic lookup of metadata should prefer exact title match over partial
 title matches", and it selected the artwork from the correct TV series
 just fine.

 The other example, "Who's the Boss?" returns two TV series.

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


More information about the mythtv-commits mailing list