[mythtv-users] Errors from myhproto when using mythvidexport.py

Roland Ernst rcrernst at gmail.com
Tue Aug 25 10:18:19 UTC 2020


On Tue, Aug 25, 2020 at 11:48 AM Stephen Worthington <
stephen_agent at jsw.gen.nz> wrote:

> On Mon, 24 Aug 2020 13:25:27 -0400, you wrote:
>
> >
> >Any ideas where I need to check? Or?
> >
>
>
This seems to be a leftover from the python3 conversion
for mythtv v31+.

If the storage groups of the recording and video is local,
i.e.: on the same PC mythvidexport is running, please try
the following:

- locate the installed file mythproto.py from the Python
  Bindings (mine is in the location below)

- in terminal, run the following commands
  (change the path to mythproto.patch)

{{{
$ cd /usr/lib/python3/dist-packages/MythTV/
$ ls ./mythproto.py
$ sudo cp ./mythproto.py ./mythproto.org
$ sudo patch < /path/to/mythproto.patch
$ sudo python3 -m compileall ./mythproto.py
}}}

Note, that this will be overwritten again when updating
mythtv.

Please report back the result.
On success, I will update the Python Bindings asap.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200825/21145803/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mythproto.patch
Type: text/x-patch
Size: 1467 bytes
Desc: not available
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200825/21145803/attachment.bin>


More information about the mythtv-users mailing list