[mythtv-users] Artwork retrieval not working

Bill Meek keemllib at gmail.com
Mon Jun 10 01:36:19 UTC 2019


On 6/9/19 5:43 PM, Jgmtfia wrote:
> Hello, I am having problem getting artwork for videos:
> 
> MythTV Version : v29.1-30-g2a0dadb37c-dirty
> MythTV Branch : fixes/29
> Network Protocol : 91
> Library API : 29.20180316-1
> QT Version : 5.9.5
> Options compiled in:
>   linux release use_hidesyms using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python 
> using_bindings_php using_frontend using_hdhomerun using_hdpvr using_libcrypto using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl 
> using_opengl_video using_opengl_themepainter using_qtwebkit using_qtscript using_qtdbus using_taglib using_v4l2 using_x11 using_xrandr using_xv 
> using_bindings_perl using_bindings_python using_bindings_php using_freetype2 using_mythtranscode using_opengl using_vaapi using_vdpau 
> using_ffmpeg_threads using_mheg using_libass using_libxml2
> 
> When getting artwork, I get this in the mythtv logs:
> 
> 
> 019-06-09 16:21:07.069283 E  MythSystemLegacy() command not executable,
>              eno: No such file or directory (2)
> 2019-06-09 16:21:07.069299 I  Running Grabber:  -l en -a US -M Captain Something
> 2019-06-09 16:21:07.169624 E  MythSystemLegacy() command not executable,
>              eno: No such file or directory (2)
> 2019-06-09 16:21:07.169641 I  Running Grabber:  -l en -a US -M Captain Something
> 2019-06-09 16:21:07.169666 I  Metadata Lookup Failed: No Results Captain Marvel 0 0
> 2019-06-09 16:21:07.188367 I  No results found for Captain Marvel 0 0
> 2019-06-09 16:29:39.021304 C  Received Interrupt: Code 128, PID 0, UID 0, Value 0x00000000
> 
> I run export PYTHONPATH="/mythtv/latest/lib/python2.7/" before mythfrontend to no effect
> 
> (My install is in a non-stardard place so I can roll it back if something goes wrong)
> 
> Everything in the tmdb3 directory has execute permissions, but I still set permission errors when trying to run a  problem standalone looking 
> for errors
> 
> /mythtv/latest/lib/python2.7/site-packages/MythTV/tmdb3$ ./tmdb_api.py
> bash: ./tmdb_api.py: Permission denied
> 
> Idea's welcome and appreciated.

Ideas I've got.

The grabber is in the install directory + GetShareDir() + metadata/Movie/tmdb3.py

So yours should be in /mythtv/latest/ + share/mythtv/ + metadata/Movie/tmdb3.py

Or just try: locate -b '\tmdb3.py'

Type: /mythtv/latest/share/mythtv/metadata/Movie/tmdb3.py --test  and expect to see

     Everything appears in order.

mythfrontend: Setup->Artwork and Data Sources (probably should have led with that...)

-- 
Bill


More information about the mythtv-users mailing list