[mythtv-commits] Ticket #13518: tmdb3.py not automatically loads available cover/banner

MythTV noreply at mythtv.org
Thu Sep 24 16:46:34 UTC 2020


#13518: tmdb3.py not automatically loads available cover/banner
----------------------------------+-----------------------------
 Reporter:  warpme                |          Owner:  Bill Meek
     Type:  Bug Report - General  |         Status:  assigned
 Priority:  minor                 |      Milestone:  31.1
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:  metadata tmdb         |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by rcrdnalor):

 Replying on 2. issue with not all metadata found by grabber:

 On v29, I created a file named "Chernobyl.mpg" in the Videos storagegroup
 and did

 M -> Scan for Changes

 I -> Change Video Details -> Retrieve

 Then I selected the first one in the list: Chernobyl Diaries (2012)
 and pressed Enter

 Logs:


 {{{
 mythfrontend[841]: I MetadataDownload metadatagrabber.cpp:453 (RunGrabber)
 Running Grabber: /usr/share/mythtv/metadata/Movie/tmdb3.py -l de -a AT -D
 93856
 mythfrontend[841]: I MetadataDownload metadatacommon.cpp:1202
 (ParseMetadataItem) Result Found, Season 0 Episode 0
 mythfrontend[841]: I MetadataDownload metadatadownload.cpp:176 (run)
 Returning Metadata Results:  0 0
 mythfrontend[841]: I MetadataImageDownload metadataimagedownload.cpp:243
 (run) Metadata Image Download:
 http://image.tmdb.org/t/p/original/9kOflOXZFGjcbs6AZOZ6PxQnF7W.jpg ->
 myth://Coverart@homeserver/tmdb3.py_93856_coverart.jpg
 mythfrontend[841]: I MetadataImageDownload metadataimagedownload.cpp:243
 (run) Metadata Image Download:
 http://image.tmdb.org/t/p/original/1BgWRWjZtD6zyJfzlfDx3NHaECQ.jpg ->
 myth://Fanart@homeserver/tmdb3.py_93856_fanart.jpg
 }}}

 Result:
 Got coverart and fanart and textual video description (on MythTV v29).

 On my v31 test system, I got only the textual description, no coverart,
 fanart and no such log entry.
 This query is never executed.

 Looking at the commit 2738b98 named
 "!VideoDialog: fix loop when using the choose metadata popup"
 ( https://github.com/MythTV/mythtv/commit/2738b98 )
 it seems, that this behaviour is intended, but I still do not know
 the exact reason for that fix.

 Maybe Paul H. has some insights?

 Note, when you revert this fix, you need to edit the prototype as well in
 the header file.

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


More information about the mythtv-commits mailing list