[mythtv-users] v31 - MacOS Playback - Quarter Screen Issue on Retina - Resolved
Roland Ernst
rcrernst at gmail.com
Tue Jul 14 17:09:05 UTC 2020
On Mon, Jul 13, 2020 at 11:54 PM John Hoyt <john.hoyt at gmail.com> wrote:
> Thanks again for trying. LIkely, your build will still work for many
>>
> users that have a more comprehensive python installation via macports.
>>
>
> If you want to match the python install James and I are using
>
- you probably only need to match what's in ansible.
>
You can do this with the following command
>
> "sudo port install py38-future py38-requests py38-requests-cache py38-lxml
> py38-oauthlib py38-curl py38-simplejson py38-wheel py38-pip py38-pymysql"
>
> ...I'm still going to have to figure out a way to work through the
>
python path internals for the app...
>
>
Hi, below a short overview about MythTV and
python grabbers for television and videos:
1) The default grabber script paths are determined by the
sharedir = installprefix + "/share/mythtv/"
and the default script location (see item below).
2) Those default locations can be overwritten by specific settings
of the frontend. If not present, they point to their defaults
"TelevisionGrabber" -> metadata/Television/ttvdb.py
"MovieGrabber" -> metadata/Movie/tmdb3.py
An error in the log like
"MythSystemLegacy() command not executable,
eno: No such file or directory (2)"
might occur, if the setting for that grabber is wrong or empty.
See Frontend: Setup->Artwork and Data Sources
A search in the mysql settings table may be useful:
select * from settings where value like "%Grabber";
3) The grabber scripts itself must be executable and the
first line (shebang) must point to the installed python version.
4) The scripts can be tested by running them with the
"-t" parameter from the command line,
e.g.: "/usr/share/mythtv/metadata/Television/ttvdb.py -t"
The result is either a traceback or the message
"Everything appears in order."
Tracebacks usually give hints about missing python packages.
5) Pythonpath
If the python package "MythTV" is not installed in its standard
location like "/lib/python<version>/site-packages/MythTV",
the PYTHONPATH environment variable must be set to the folder
containing the "MythTV" python package.
Roland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200714/2ff9f23e/attachment.htm>
More information about the mythtv-users
mailing list