<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br></blockquote></div>OK - I got python3.8 installed.  Now tmdb.py is selectable in the settings page as "TheMovieDB.orgV3".</div><div dir="ltr">However, there is still nothing selectable for TV shows.</div><div dir="ltr"><br><div>Unfortunately, the grabber still doesn't seem to work:</div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:38.143524 I  Running Grabber:  -l en -a US -N 11 A New Hope</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:38.143601 E  MythSystemLegacy() command not executable, </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span style="white-space:pre-wrap">                     </span>eno: No such file or directory (2)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:38.143624 I  Running Grabber:  -l en -a US -C 11</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:38.354766 I  Running Grabber: /Applications/Mythfrontend.app/Contents/Resources/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 11</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:38.770950 I  Running Grabber: /Applications/Mythfrontend.app/Contents/Resources/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 11</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:39.027629 I  Metadata Lookup Failed: No Results Star Wars: Episode IV 0 0</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">2020-07-12 11:02:39.080022 I  No results found for Star Wars: Episode IV 0 0</span></p><div><br></div><div>I tried this on any number of files with the same results.  At this point, the frontend is clearly finding the grabber script in /Resources/share/mythtv/metadata/Movie/, so I guess it's an issue with the grabber itself, and not the frontend build.</div><div>It's a bit strange: the file name is Star.Wars.Episode.IV.mp4, so I guess the frontend is getting "A New Hope" from the existing metadata?</div></div></div></div></div></blockquote><div><br></div><div>Sounds like not all of the python libraries I copied in are being found (I think I need to set the PYTHONPATH variable to include the app's python directory as the top of the search list).  My guess is that this works for James and myself since we installed all of the python support libraries via macports.</div><div><br></div><div>I'll try to hunt down the python pathing gremlins, but I suspect I may never get them all.   Also starting to get well out of my experience wheelhouse.</div><div><br></div><div>If anyone else knows how to set environmental variables from inside a MacOS Application (not from the user's profile nor launchd....), I'm open to suggestions on how to fix it :)</div></div></div>