<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Dec 11, 2018 at 6:03 AM <a href="mailto:jam@tigger.ws">jam@tigger.ws</a> <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On 11 Dec 2018, at 6:28 pm, <a href="mailto:mythtv-users-request@mythtv.org" target="_blank">mythtv-users-request@mythtv.org</a> wrote:<br>
> <br>
>> Hi<br>
>> <br>
>> Before I bug the dev list will try here to see if anyone here can help ?<br>
>> <br>
>> I run mythmetdatalookup in debug mode:<br>
>> <br>
>> 2018-12-10 11:01:46.753301 I  All grabbers tested and working.<br>
>> Continuing…<br>
<br>
snip<br>
<br>
> <br>
> I had a similar issue if not the same - see if this fixes it for you ::<br>
> <br>
> <a href="https://lists.gt.net/mythtv/users/618397" rel="noreferrer" target="_blank">https://lists.gt.net/mythtv/users/618397</a><br>
<br>
My results are so iffy it is hard to tell if “it works”<br>
<br>
By running M->retrieve all details<br>
<br>
lots happens, including a selection of art/metada<br>
<br>
Despite extensive searching INFO->Change Video Details->Retrive Details is not mentioned anywhere.<br>
What keys are used?<br>
What operations can be done<br>
<br>
Thanks<br>
James<br></blockquote><div><br></div><div style="font-family:monospace,monospace" class="gmail_default">I did it all from bash (this is a single line)</div><div style="font-family:monospace,monospace" class="gmail_default">"""<br></div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">IFS=$'\n'; for i in $(echo "select chanid, starttime from recorded where starttime > '<b>2018-01-01 00:00:00</b>' ;"|mysql -u <b>mythtv</b> -p<b>mythtv</b> mythconverg) ; do c=$(echo $i|awk '{print $1}') ; d=$(echo $i |awk '{print $2}'); t=$(echo $i|awk '{print $3}') ; fd=$(echo ${d}${t} |sed 's/ //g'|sed 's/\://g'|sed 's/-//g'); mythmetadatalookup --chanid=$c --starttime=$fd ; done</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">"""<br></div><div style="font-family:monospace,monospace" class="gmail_default">The user/pass and starttime need to be adjusted to suit your needs.  <br></div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">You did delete the cache directory entries I referenced right? ::</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">rm -rf /home/<mythUser>/.mythtv/cacher/{pytmdb3.cache,mythfilldatabase*,tvdb_api}</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">The 'Menu -> Job Options -> Begin Metadata Lookup' should also work if your issue was the same as mine..</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">-Greg</div></div></div></div></div>