[mythtv-users] Video Metadata lookup not working

Peter Bennett pb.mythtv at gmail.com
Sun Jan 2 14:51:26 UTC 2022


On 1/2/22 6:04 AM, David Cunningham wrote:
> Hi,
>
> This has been bugging me for a while now but I've only gotten around 
> to trying to workout what's going on.
>
> Around a year ago I switched from a Debian frontend to the android 
> frontend running on a Nvidia Shield.
>
> At some point Video Metadata lookup has stopped working. I'm not sure 
> if this occurred when I was on Debian or if this is a result of 
> switching to the Shield.
>
> Metadata lookup for TV recordings still seems to be working OK.
>
> On the Shield frontend in Advanced->Setup->Artwork and Metadata 
> Sources there seems to be no way to alter the movie/television/game 
> metadata sources (at least on the Christmas Theme that I'm currently 
> running as there is no edit box for any of these).
>
>
> In the adb log on the Shield I see something like this when executing 
> video->Change Video Details->Retrieve Details:
>
> ********************************************************************************************************* 
>
>> 01-02 10:33:53.317  8647  8680 E mfe     : 
>> mythsystemlegacy.cpp:163:SetCommand  MythSystemLegacy() command not 
>> executable,
>> 01-02 10:33:53.317  8647  8680 E mfe     : eno: No such file or 
>> directory (2)
>> 01-02 10:33:53.318  8647  8680 I mfe     : 
>> metadatagrabber.cpp:425:RunGrabber  Running Grabber:  -l en -a GB -M 
>> SPIDERMAN FAR FROM HOME
>> 01-02 10:33:53.518  8647  8680 E mfe     : 
>> mythsystemlegacy.cpp:163:SetCommand  MythSystemLegacy() command not 
>> executable,
>> 01-02 10:33:53.518  8647  8680 E mfe     : eno: No such file or 
>> directory (2)
>> 01-02 10:33:53.518  8647  8680 I mfe     : 
>> metadatagrabber.cpp:425:RunGrabber  Running Grabber:  -l en -a GB -M 
>> SPIDERMAN FAR FROM HOME
>> 01-02 10:33:53.519  8647  8680 I mfe     : 
>> metadatadownload.cpp:231:run  Metadata Lookup Failed: No Results 
>> SPIDERMAN FAR FROM HOME 0 0
>> 01-02 10:33:53.519  8647  8680 I mfe     : 
>> videodlg.cpp:3366:customEvent  No results found for SPIDERMAN FAR 
>> FROM HOME 0 0
> ********************************************************************************************************* 
>
>
> which suggests to me that there is a script or executable missing from 
> the executed command line.
>
> Any suggestions as to what is going wrong here or where to start looking?
>
> Disclosure, the backend is running 31.0+fixes20210226.gitb6ddf202a4 
> (debian multimedia repo) the frontend is on 
> 20210221-arm-v31.0-138-g525e3b0bb4.
>
> Thanks!
> David
>
>
If you look up metadata on the frontend, it runs the grabber as a 
process on the frontend. Android cannot run executables this way, so it 
is not possible to do the frontend lookups that way. For videos, I 
suggest going to setup->Media Settings->Videos Settings->Metadata 
Settings->Perform metadata update after video scan. After adding video 
files on the backend, run
mythutil --scanvideos
on the backend and it will look up metadata for the files you added, as 
long as they have filenames that contain the series and subtitle or 
season and episode. I use Series name for the directory and in there 
file names called for example "S01E01 subtitle.mkv".

The metadata sources in the frontend are list boxes. In V31 there is 
only one option for Movie metadata and three options for Television 
metadata. You should be able to change them using left and right arrow. 
If you are not seeing them you may need to upgrade the frontend and 
backend as there were changes to the metadata update on v31 in February, 
April and May of 2021.

Peter


More information about the mythtv-users mailing list