[mythtv-commits] Ticket #13159: Automatic lookup of metadata should prefer exact title match over partial title matches

MythTV noreply at mythtv.org
Thu Nov 23 20:04:33 UTC 2017


#13159: Automatic lookup of metadata should prefer exact title match over partial
title matches
------------------------------------------------+--------------------------
 Reporter:  Steve Erlenborn <simon.sinister@…>  |          Owner:  pbennett
     Type:  Patch - Bug Fix                     |         Status:  assigned
 Priority:  minor                               |      Milestone:  30.0
Component:  MythTV - Mythmetadatalookup         |        Version:  Master
                                                |  Head
 Severity:  medium                              |     Resolution:
 Keywords:  metadata                            |  Ticket locked:  0
------------------------------------------------+--------------------------
Changes (by pbennett):

 * cc: piotr.oniszczuk@… (added)


Comment:

 I found two problems.

 == Problem 1 ==
 I have a problem with the artwork check. You are rejecting any entry found
 with no artwork. I don't know how many shows exist without artwork, but
 even if there is no artwork it should be able to find the season and
 episode.

 Here is a test I ran. I just updated a random show to be the below (using
 "Edit Recording Metadata")

 * Title "Molly & Wors"
 * Subtitle "Episode 40"
 * Inetref: ttvdb.py_162941
 * Set season and episode to 1

 If you got to thetvdb.com you can find that this is Season 2 Episode 14.
 Request the metadata job.

 Without your patch: It is updated to show Season 2 Episode 14.
 With your patch: It is not updated, log message is "Removing 'Molly &
 Wors' entry with no artwork", still shows season and episode as 1.

 == Problem 2 ==
 With the above test, if I do not put in the inetref, both with and without
 the patch it is filling in the inetref as tmdb3.py_242263, which is "Molly
 & Wors The Movie" and giving me artwork for the movie, which seems strange
 as there is an exact match for "Molly & Wors" in the TV database, so why
 is it using the movie database?

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


More information about the mythtv-commits mailing list