[mythtv-users] metadata

Greg Oliver oliver.greg at gmail.com
Tue Dec 11 20:41:07 UTC 2018


On Tue, Dec 11, 2018 at 6:03 AM jam at tigger.ws <jam at tigger.ws> wrote:

>
>
> > On 11 Dec 2018, at 6:28 pm, mythtv-users-request at mythtv.org wrote:
> >
> >> Hi
> >>
> >> Before I bug the dev list will try here to see if anyone here can help ?
> >>
> >> I run mythmetdatalookup in debug mode:
> >>
> >> 2018-12-10 11:01:46.753301 I  All grabbers tested and working.
> >> Continuing…
>
> snip
>
> >
> > I had a similar issue if not the same - see if this fixes it for you ::
> >
> > https://lists.gt.net/mythtv/users/618397
>
> My results are so iffy it is hard to tell if “it works”
>
> By running M->retrieve all details
>
> lots happens, including a selection of art/metada
>
> Despite extensive searching INFO->Change Video Details->Retrive Details is
> not mentioned anywhere.
> What keys are used?
> What operations can be done
>
> Thanks
> James
>

I did it all from bash (this is a single line)
"""

IFS=$'\n'; for i in $(echo "select chanid, starttime from recorded where
starttime > '*2018-01-01 00:00:00*' ;"|mysql -u *mythtv* -p*mythtv*
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

"""
The user/pass and starttime need to be adjusted to suit your needs.

You did delete the cache directory entries I referenced right? ::

rm -rf
/home/<mythUser>/.mythtv/cacher/{pytmdb3.cache,mythfilldatabase*,tvdb_api}

The 'Menu -> Job Options -> Begin Metadata Lookup' should also work if your
issue was the same as mine..

-Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20181211/32d11307/attachment.html>


More information about the mythtv-users mailing list