[mythtv-users] Metadata Lookup Errored in Backend Log - On Every Recording.

Bill Meek keemllib at gmail.com
Sun Oct 26 23:43:47 UTC 2014


On 10/26/2014 03:36 PM, Greg Grotsky wrote:
...
> That --setverbose switch is pretty nice. Here are the important lines after
> I selected a couple to retrieve the metadata:

People who like --setverbose also liked: mythbackend --setloglevel debug etc ;)

> mythsystemunix.cpp:948 (Fork) - Managed child (PID: 22905) has started! *
> command=/mythtv/local64/bin/mythmetadatalookup -j 5101 --verbose
> general,system --logpath /var/log/mythtv --loglevel info --quiet, timeout=0
> 2014-10-26 14:32:11.321732 I [30601/30736] SystemManager
> mythsystemunix.cpp:357 (run) - Managed child (PID: 22905) has exited!
> command=/mythtv/local64/bin/mythmetadatalookup -j 5101 --verbose
> general,system --logpath /var/log/mythtv --loglevel info --quiet,
> status=32768, result=128

I think the log fragment you pasted above is from the backend. The logging
parameters (including verbose and loglevel) automatically get passed to myth-
metadatalookup (and everything else the backend runs.)  It may help to
see the full mythmetadatalookup log too. After using:

	mythbackend --setverbose system
	mythbackend --setloglevel debug

Near as I can tell, there's exactly 2 cases where 128 is returned. One for
an invalid JobQueue and the other when the bindings are tested and fail.
Which matches the output of the earlier pastebin. I'm still stumped on
why MythVideo works. Actually, I'm not clear what that statement means.
Does that mean movies get mythmetadatalookup OK and recordings fail?

-- 
Bill


More information about the mythtv-users mailing list