<div dir="ltr"><div dir="ltr">On Sat, Jan 30, 2021 at 11:42 AM John Hoyt <<a href="mailto:john.hoyt@gmail.com">john.hoyt@gmail.com</a>> wrote:<br></div><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 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 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 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></div></blockquote><div>Yep - that was it.  I was wrong, it is a packaging problem.  I'll get to fixing that after I run some errands. </div></div></div></blockquote><div><br></div><div>I think I fixed the issue in the compile script (minor python3.8 path change).  I'm going to wait until my pull requests get committed before pushing out any new builds. Will send out a note once they're uploaded.</div></div></div></blockquote><div><br></div><div>James,  can you edit the following line and tell me if it fixes the metadata grabbers on your end?</div><div><br></div><div>nano /Applications/Mythfrontend.app/Contents/MacOS/mythfrontend<br></div><div><br></div><div>change </div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>export PYTHONPATH=$APP_DIR/Contents/Resources/lib/python3.8:$APP_DIR/Contents/Resources/lib/python3.8/sites-enabled</div></div></blockquote><div class="gmail_quote"><div> to</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>export PYTHONPATH=$APP_DIR/Contents/Resources/lib/python3.8:$APP_DIR/Contents/Resources/lib/python3.8/sites-packages</div><div><br></div></div></blockquote>Thanks!</div>