[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mythtv-users
Subject:    Re: [mythtv-users] metadata still
From:       James <jam () tigger ! ws>
Date:       2021-06-26 23:50:55
Message-ID: 790DD135-E7DF-424C-9160-C4515E82FE6E () tigger ! ws
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


> On 26 Jun 2021, at 6:19 pm, Roland Ernst <rcrernst@gmail.com> wrote:
> 
> 
> 
> On Sat, Jun 26, 2021 at 8:40 AM James Linder <jam@tigger.ws <mailto: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 \
> <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'; 

Roland thanks.
That is now a bad example since I did lots of fiddling - loaded the downkoaded image \
by hand, then repeatedly I->C->R until the metadata was loaded

MariaDB [mythconverg]> SELECT title, tagline, plot, coverfile FROM videometadata \
WHERE inetref = 'tmdb3.py_9384'; \
+-----------------+------------------+------------------------------------------------ \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------------+----------------------------+
 | title           | tagline          | plot                                          \
| coverfile                  | \
+-----------------+------------------+------------------------------------------------ \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------------+----------------------------+
 | Starsky & Hutch | They're the man. | Join uptight David Starsky and laid-back Ken \
"Hutch" Hutchinson as they're paired for the first time as undercover cops. The new \
partners must overcome their differences to solve an important case with help from \
street informant Huggy Bear and persuasive criminal Reese Feldman. | \
tmdb3.py_9384_coverart.jpg | \
+-----------------+------------------+------------------------------------------------ \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------------+----------------------------+


But here is another I->C->R displays correct data and art [accept] does nothing - but \
your question part 2

> 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.

Keyboard

But here is an example

2021-06-27 07:24:39.034886 I  Running Grabber: \
/usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a AU -C 48138 2021-06-27 \
07:24:39.485388 I  Metadata Lookup Failed: No Results Unknown 0 0 2021-06-27 \
07:24:39.487312 I  No results found for Unknown 0 0

BUT	THE CORRECT WORDS AND ART ARE SHOWN

and

MariaDB [mythconverg]> SELECT title, tagline, plot, coverfile FROM videometadata \
WHERE inetref = 'tmdb3.py_48138'; \
+---------+---------------------+----------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-----------------------------------------------------------------------------------------------------------------------+-----------------------------+
 | title   | tagline             | plot                                               \
| coverfile                   | \
+---------+---------------------+----------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-----------------------------------------------------------------------------------------------------------------------+-----------------------------+
 | Unknown | Take Back Your Life | An American biologist attending a conference in \
Berlin awakens from a coma after a car accident, only to discover that someone has \
taken his identity and that no one, not even his wife, believes him. With the help of \
an illegal immigrant and a former Stazi agent, he sets out to prove who he is and \
find out why people are trying to kill him. | tmdb3.py_48138_coverart.jpg | \
+---------+---------------------+----------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-----------------------------------------------------------------------------------------------------------------------+-----------------------------+
 1 row in set (0.003 sec)

John pointed out that my use of 'fiddle' does not align with the Oxford English \
definition. I mean painstaking, careful, detailed.

The error messages are not correct but I start to 'know' what to do without being \
able to 'explain' Thanks (for you really helped lots)
James


[Attachment #5 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html; \
charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote \
type="cite" class=""><div class="">On 26 Jun 2021, at 6:19 pm, Roland Ernst &lt;<a \
href="mailto:rcrernst@gmail.com" class="">rcrernst@gmail.com</a>&gt; wrote:</div><br \
class="Apple-interchange-newline"><div class=""><div dir="ltr" style="caret-color: \
rgb(0, 0, 0); font-family: Helvetica; font-size: 24px; font-style: normal; \
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: \
start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: \
0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br \
class="Apple-interchange-newline"><br class=""><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Sat, Jun 26, 2021 at 8:40 AM James Linder &lt;<a \
href="mailto:jam@tigger.ws" class="">jam@tigger.ws</a>&gt; wrote:<br \
class=""></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; \
border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, \
204); padding-left: 1ex;">The other week I reported that metadata lookup was working \
just fine. It is.<br class=""><br class="">Before I go spelunking I'd appreciate any \
words of advice:<br class=""><br class="">I I-&gt;C-&gt;R detail on Starsky &amp; \
Hutch<br class=""><br class="">The metadata is found and presented<br class=""><br \
class="">2021-06-26 13:13:15.940648 I&nbsp; Metadata Image Download:<span \
class="Apple-converted-space">&nbsp;</span><a \
href="http://image.tmdb.org/t/p/original/i011DoAZF2krWvxhb7XAxl2lEcK.jpg" \
rel="noreferrer" target="_blank" \
class="">http://image.tmdb.org/t/p/original/i011DoAZF2krWvxhb7XAxl2lEcK.jpg</a><span \
class="Apple-converted-space">&nbsp;</span>-&gt; <a \
href="myth://Coverart@sandypit/tmdb3.py_9384_coverart.jpg" \
class="">myth://Coverart@sandypit/tmdb3.py_9384_coverart.jpg</a><br class=""><br \
class="">On [accept] nothing happens and the art is not loaded<br class=""><br \
class="">2021-06-26 13:12:37.473063 I&nbsp; Running Grabber: \
/usr/local/share/mythtv/metadata/Television/ttvdb.py -l en -a AU -M Starsky &amp; \
Hutch<br class="">2021-06-26 13:12:37.823546 I&nbsp; Result Found, Season 0 Episode \
0<br class="">2021-06-26 13:12:37.823596 I&nbsp; Returning Metadata Results: Starsky \
&amp; Hutch 0 0<br class="">2021-06-26 13:12:52.985240 I&nbsp; Manual Metadata \
Lookup: Selected Item: Type: Video : Subtype: Movie : InetRef: tmdb3.py_9384<br \
class="">2021-06-26 13:12:53.543553 I&nbsp; Running Grabber: \
/usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a AU -D 9384<br \
class="">2021-06-26 13:13:11.157253 E&nbsp; XMLParseBase: Parent is NULL<br \
class="">2021-06-26 13:13:15.938202 I&nbsp; Result Found, Season 0 Episode 0<br \
class="">2021-06-26 13:13:15.938906 I&nbsp; Returning Metadata Results: Starsky &amp; \
Hutch 0 0<br class=""><br class="">[sandypit] /store/Movies/Myth-S [1025]% ls \
/store/Coverart/tmdb3.py_938*<br \
class="">/store/Coverart/tmdb3.py_9384_coverart.jpg&nbsp; \
/store/Coverart/tmdb3.py_9386_coverart.jpg&nbsp; \
/store/Coverart/tmdb3.py_9386_coverart.jpg.160x160.jpg<br class=""><br class="">So \
the art is found, can be manually loaded, but the words that are found are not loaded \
and accept does nothing.<br class="">I need to findout WHY<br class="">James<br \
class=""><br class=""></blockquote><div class=""><br class=""></div><div \
class="">Please post the output of the mysql command:</div><div class=""><code \
class="gmail-sql"><div class="gmail-sql-highlight gmail-cm-s-default"><span \
class="gmail-cm-keyword">SELECT<span \
class="Apple-converted-space">&nbsp;</span></span>title, tagline, plot, \
coverfile<span class="Apple-converted-space">&nbsp;</span><span \
class="gmail-cm-keyword">FROM</span><span \
class="Apple-converted-space">&nbsp;</span>videometadata<span \
class="Apple-converted-space">&nbsp;</span><span \
class="gmail-cm-keyword">WHERE</span><span \
class="Apple-converted-space">&nbsp;</span>inetref =<span \
class="Apple-converted-space">&nbsp;</span><span \
class="gmail-cm-string">'tmdb3.py_9384';</span></div><div class="gmail-sql-highlight \
gmail-cm-s-default"><span class="gmail-cm-string"><br \
class=""></span></div></code></div></div></div></div></blockquote><br \
class=""></div><div>Roland thanks.</div><div>That is now a bad example since I did \
lots of fiddling - loaded the downkoaded image by hand, then repeatedly I-&gt;C-&gt;R \
until the metadata was loaded</div><div><br class=""></div><div><div>MariaDB \
[mythconverg]&gt; SELECT title, tagline, plot, coverfile FROM videometadata WHERE \
inetref = 'tmdb3.py_9384';</div><div>+-----------------+------------------+----------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------------------+----------------------------+</div><div>| \
title &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | tagline &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;| plot &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | coverfile &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;|</div><div>+-----------------+------------------+------------------------------ \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------------------------------+----------------------------+</div><div>| \
Starsky &amp; Hutch | They're the man. | Join uptight David Starsky and laid-back Ken \
"Hutch" Hutchinson as they're paired for the first time as undercover cops. The new \
partners must overcome their differences to solve an important case with help from \
street informant Huggy Bear and persuasive criminal Reese Feldman. | \
tmdb3.py_9384_coverart.jpg \
|</div><div>+-----------------+------------------+------------------------------------ \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------------------------+----------------------------+</div><div \
class=""><br class=""></div><div class="">But here is another I-&gt;C-&gt;R displays \
correct data and art [accept] does nothing - but your question part 2</div><div \
class=""><br class=""></div></div><blockquote type="cite" class=""><div class=""><div \
dir="ltr" class=""><div class="gmail_quote"><div class=""><code \
class="gmail-sql"><div class="gmail-sql-highlight gmail-cm-s-default"><span \
class="gmail-cm-string"><span class="" style="font-family: arial, sans-serif;">Do you \
use mouse or keyboard or remote control?</span><br class=""></span></div><div \
class="gmail-sql-highlight gmail-cm-s-default"><span class="" style="font-family: \
arial, sans-serif;"><span class="gmail-cm-string">The line "Manual Metadata Lookup: \
Selected Item:..." is only logged after you pressed [enter,space] on the selected \
metadata.</span></span></div><div class=""><span class="" style="font-family: arial, \
sans-serif;"><span class="gmail-cm-string">That means, [accept] did something, the \
question is, why the words are not \
displayed.</span></span></div></code></div></div></div></div></blockquote><div \
class=""><div class=""><div dir="ltr" class=""><div class="gmail_quote"><div \
class=""><code class="gmail-sql"><div class=""><span class="" style="font-family: \
arial, sans-serif;"><span class="gmail-cm-string"><br \
class=""></span></span></div><div class=""><font face="arial, sans-serif" \
class="">Keyboard</font></div><div class=""><font face="arial, sans-serif" \
class=""><br class=""></font></div><div class=""><font face="arial, sans-serif" \
class="">But here is an example</font></div><div class=""><font face="arial, \
sans-serif" class=""><br class=""></font></div><div class=""><font face="arial, \
sans-serif" class=""><div class=""><div class="">2021-06-27 07:24:39.034886 I \
&nbsp;Running Grabber: /usr/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a AU -C \
48138</div><div class="">2021-06-27 07:24:39.485388 I &nbsp;Metadata Lookup Failed: \
No Results Unknown 0 0</div><div class="">2021-06-27 07:24:39.487312 I &nbsp;No \
results found for Unknown 0 0</div><div class=""><br class=""></div><div \
class="">BUT<span class="Apple-tab-span" style="white-space:pre">	</span>THE CORRECT \
WORDS AND ART ARE SHOWN</div><div class=""><br class=""></div><div \
class="">and</div><div class=""><br class=""></div><div class=""><div \
class="">MariaDB [mythconverg]&gt; SELECT title, tagline, plot, coverfile FROM \
videometadata WHERE inetref = 'tmdb3.py_48138';</div><div \
class="">+---------+---------------------+-------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------+-----------------------------+</div><div \
class="">| title &nbsp; | tagline &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | plot \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; | coverfile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
|</div><div class="">+---------+---------------------+-------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------+-----------------------------+</div><div \
class="">| Unknown | Take Back Your Life | An American biologist attending a \
conference in Berlin awakens from a coma after a car accident, only to discover that \
someone has taken his identity and that no one, not even his wife, believes him. With \
the help of an illegal immigrant and a former Stazi agent, he sets out to prove who \
he is and find out why people are trying to kill him. | tmdb3.py_48138_coverart.jpg \
|</div><div class="">+---------+---------------------+-------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
-------------------------------------------------------------------------------------- \
------------------------------------------------------+-----------------------------+</div><div \
class="">1 row in set (0.003 sec)</div><div class=""><br class=""></div><div \
class="">John pointed out that my use of 'fiddle' does not align with the Oxford \
English definition. I mean painstaking, careful, detailed.</div><div class=""><br \
class=""></div><div class="">The error messages are not correct but I start to 'know' \
what to do without being able to 'explain'</div><div class="">Thanks (for you really \
helped lots)</div><div \
class="">James</div></div></div></font></div></code></div></div></div></div></div></body></html>




_______________________________________________
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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic