[mythtv-commits] Ticket #11910: TV Metadata Lookup Fails

MythTV noreply at mythtv.org
Thu Oct 17 07:11:08 UTC 2013


#11910: TV Metadata Lookup Fails
---------------------------------------------+------------------------
     Reporter:  Steven Côté <steven.cote@…>  |      Owner:  wagnerrp
         Type:  Bug Report - General         |     Status:  new
     Priority:  minor                        |  Milestone:  unknown
    Component:  Bindings - Python            |    Version:  0.27-fixes
     Severity:  medium                       |   Keywords:  tvdb
Ticket locked:  0                            |
---------------------------------------------+------------------------
 When attempting to retrieve metadata of television programs in MythVideo,
 it will always time out.

 I've dug into this problem and the culprit seems to be the baseurl used by
 the tvdb_api.py script.

 The script sets the base url to "http://www.thetvdb.com" on line 395. This
 should be "http://thetvdb.com". This was fixed in the upstream version of
 this file (https://github.com/dbr/tvdb_api).

 According to the tvdb programmers api guide, this script should be looking
 up the base url from the mirrors api
 (http://thetvdb.com/wiki/index.php?title=Programmers_API#Example_Usage).
 This only returns a single URL that doesn't seem to be geographically
 significant, so I guess there's not a lot of harm in hard coding it, but I
 thought I'd mention it any way.

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


More information about the mythtv-commits mailing list