[mythtv-commits] Ticket #11876: tmdb3.py succeeds, but claims metadata lookup failed (v.27)

MythTV noreply at mythtv.org
Wed Apr 9 04:52:20 UTC 2014


#11876: tmdb3.py succeeds, but claims metadata lookup failed (v.27)
-----------------------------------------+----------------------------
 Reporter:  acorttam@…                   |          Owner:  wagnerrp
     Type:  Bug Report - General         |         Status:  closed
 Priority:  minor                        |      Milestone:  unknown
Component:  MythTV - Mythmetadatalookup  |        Version:  0.27-fixes
 Severity:  medium                       |     Resolution:  Fixed
 Keywords:                               |  Ticket locked:  0
-----------------------------------------+----------------------------
Changes (by wagnerrp):

 * priority:  blocker => minor
 * status:  new => closed
 * resolution:   => Fixed


Comment:

 tmdb3.py will create the file pytmdb3.cache if it does not exist. This
 issue is that it will not work backwards and create any higher level
 directories. The script will either be run on the frontend through the
 Video Library, or on the backend through mythmetadatalookup or the
 services API. In either scenario, mythfrontend or mythtv-setup will have
 been run, creating that directory in which to store the theme cache. The
 script should be creating the directory if it does not exist (or really
 the upstream library handling the cache file), but this is a situation
 that should never exist on an operation system. You're only experiencing
 it because you've created a completely fresh system, and are calling the
 script manually for testing purposes.

 In any case, this issue is unrelated to the original ticket.

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


More information about the mythtv-commits mailing list