<div dir="ltr"><div dir="ltr"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 20, 2020 at 7:00 AM Blue <<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">Hi<br>
this is a non trivia; question around the guts of metagraber on 31.<br>
<br>
I have been playing lots to get an osx frontend working, I’ve built an ubuntu backend machine, built from source and downloaded the mythtv packages.<br>
I’ve also built for opensuse-Tumbleweed and downloaded packman builds.<br>
<br>
During this, because some metadata is populated, download DID work but my current testing, even when I delete metadata and i->change video detail->retrieve deta, failes with a failed message immediatly.<br>
<br>
Running the grabber from CL gives a nice xml dump that looks correct including art url that works.<br>
I’ve looked at the code, but it is too hard for me to follow.<br>
<br>
How can I trouble shoot? In particalar some thing is causing ‘return with ok=false’ immediatly. <br>
Thanks<br>
James<br>
<br>
PS <br>
i->change video detail->retrieve deta does not log any activity<br>
but scan does a mythmetadata grab and I see bla bla movie DATE<br>
<br>
When I run that grab from CL it fails, without DATE it succeeds<br><br></blockquote><div><br></div><div>A few questions:</div><div>Do you use the frontend running osx or opensuse to grab metadata?</div><div><br></div><div>Did you configure the frontend build for python2 or python3?</div><div><br></div><div>What does the following command return on the frontend:</div><div>{{{</div><div>head -n1 /usr/share/mythtv/metadata/Television/ttvdb.py</div><div>}}}</div><div>Substitute the path to your needs.</div><div><br></div><div>Is the following code snippet taken from</div><div>"mythtv/programs/mythmetadatalookup/main.cpp:71"</div><div>compiled in?</div><div>{{{</div><div>#ifdef Q_OS_MAC<br>    QString path = QCoreApplication::applicationDirPath();<br>    setenv("PYTHONPATH",<br>           QString("%1/../Resources/lib/python2.6/site-packages:%2")<br>           .arg(path)<br>           .arg(QProcessEnvironment::systemEnvironment().value("PYTHONPATH"))<br>           .toUtf8().constData(), 1);<br>#endif</div><div>}}}</div><div><br></div><div>You may find similar occurrences in</div><div>"mythtv/programs/mythfrontend/main.cpp:1872"</div><div>and</div><div>"mythtv/programs/mythbackend/main.cpp:99"</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>          QString("%1/../Resources/lib/python2.6/site-packages:%2")</div><div><br></div></div></div>