<div dir="ltr"><div dir="ltr"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 25, 2020 at 11:48 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</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">On Mon, 24 Aug 2020 13:25:27 -0400, you wrote:<br>
<br>
><br>
>Any ideas where I need to check? Or? <br>
><br><br></blockquote><div> </div><div>This seems to be a leftover from the python3 conversion<br>for mythtv v31+.<br><br>If the storage groups of the recording and video is local,<br>i.e.: on the same PC mythvidexport is running, please try<br>the following:<br><br>- locate the installed file mythproto.py from the Python<br> Bindings (mine is in the location below)<br><br>- in terminal, run the following commands <br> (change the path to mythproto.patch)<br> <br>{{{<br>$ cd /usr/lib/python3/dist-packages/MythTV/<br>$ ls ./mythproto.py<br>$ sudo cp ./mythproto.py ./<a href="http://mythproto.org">mythproto.org</a><br>$ sudo patch < /path/to/mythproto.patch<br>$ sudo python3 -m compileall ./mythproto.py<br>}}}<br><br>Note, that this will be overwritten again when updating<br>mythtv.<br><br>Please report back the result.<br>On success, I will update the Python Bindings asap.</div><div> </div></div></div>