Mailing List Archive

metadata still
The other week I reported that metadata lookup was working just fine. It is.

Before I go spelunking I’d appreciate any words of advice:

I I->C->R detail on Starsky & Hutch

The metadata is found and presented

2021-06-26 13:13:15.940648 I Metadata Image Download: http://image.tmdb.org/t/p/original/i011DoAZF2krWvxhb7XAxl2lEcK.jpg -> myth://Coverart@sandypit/tmdb3.py_9384_coverart.jpg

On [accept] nothing happens and the art is not loaded

2021-06-26 13:12:37.473063 I Running Grabber: /usr/local/share/mythtv/metadata/Television/ttvdb.py -l en -a AU -M Starsky & Hutch
2021-06-26 13:12:37.823546 I Result Found, Season 0 Episode 0
2021-06-26 13:12:37.823596 I Returning Metadata Results: Starsky & Hutch 0 0
2021-06-26 13:12:52.985240 I Manual Metadata Lookup: Selected Item: Type: Video : Subtype: Movie : InetRef: tmdb3.py_9384
2021-06-26 13:12:53.543553 I Running Grabber: /usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a AU -D 9384
2021-06-26 13:13:11.157253 E XMLParseBase: Parent is NULL
2021-06-26 13:13:15.938202 I Result Found, Season 0 Episode 0
2021-06-26 13:13:15.938906 I Returning Metadata Results: Starsky & Hutch 0 0

[sandypit] /store/Movies/Myth-S [1025]% ls /store/Coverart/tmdb3.py_938*
/store/Coverart/tmdb3.py_9384_coverart.jpg /store/Coverart/tmdb3.py_9386_coverart.jpg /store/Coverart/tmdb3.py_9386_coverart.jpg.160x160.jpg

So the art is found, can be manually loaded, but the words that are found are not loaded and accept does nothing.
I need to findout WHY
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: metadata still [ In reply to ]
On Sat, Jun 26, 2021 at 8:40 AM James Linder <jam@tigger.ws> wrote:

> The other week I reported that metadata lookup was working just fine. It
> is.
>
> Before I go spelunking I’d appreciate any words of advice:
>
> I I->C->R detail on Starsky & Hutch
>
> The metadata is found and presented
>
> 2021-06-26 13:13:15.940648 I Metadata Image Download:
> http://image.tmdb.org/t/p/original/i011DoAZF2krWvxhb7XAxl2lEcK.jpg ->
> myth://Coverart@sandypit/tmdb3.py_9384_coverart.jpg
>
> On [accept] nothing happens and the art is not loaded
>
> 2021-06-26 13:12:37.473063 I Running Grabber:
> /usr/local/share/mythtv/metadata/Television/ttvdb.py -l en -a AU -M Starsky
> & Hutch
> 2021-06-26 13:12:37.823546 I Result Found, Season 0 Episode 0
> 2021-06-26 13:12:37.823596 I Returning Metadata Results: Starsky & Hutch
> 0 0
> 2021-06-26 13:12:52.985240 I Manual Metadata Lookup: Selected Item: Type:
> Video : Subtype: Movie : InetRef: tmdb3.py_9384
> 2021-06-26 13:12:53.543553 I Running Grabber:
> /usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a AU -D 9384
> 2021-06-26 13:13:11.157253 E XMLParseBase: Parent is NULL
> 2021-06-26 13:13:15.938202 I Result Found, Season 0 Episode 0
> 2021-06-26 13:13:15.938906 I Returning Metadata Results: Starsky & Hutch
> 0 0
>
> [sandypit] /store/Movies/Myth-S [1025]% ls /store/Coverart/tmdb3.py_938*
> /store/Coverart/tmdb3.py_9384_coverart.jpg
> /store/Coverart/tmdb3.py_9386_coverart.jpg
> /store/Coverart/tmdb3.py_9386_coverart.jpg.160x160.jpg
>
> So the art is found, can be manually loaded, but the words that are found
> are not loaded and accept does nothing.
> I need to findout WHY
> James
>
>
Please post the output of the mysql command:
SELECT title, tagline, plot, coverfile FROM videometadata WHERE inetref =
'tmdb3.py_9384';

Do you use mouse or keyboard or remote control?
The line "Manual Metadata Lookup: Selected Item:..." is only logged after
you pressed [enter,space] on the selected metadata.
That means, [accept] did something, the question is, why the words are not
displayed.

Roland