[mythtv-users] Unknown xmltv channel identifier: I103786.json.schedulesdirect.org - Skipping channel

Stephen Worthington stephen_agent at jsw.gen.nz
Fri Feb 2 22:03:45 UTC 2024


On Fri, 2 Feb 2024 13:52:49 -0600, you wrote:

>Thanks Gary, I took the python script from
>
>https://www.mythtv.org/wiki/XMLTV#Channel_selection_shortcut_2
>
>
>and ran it:
>
>mythuser at amethi:~/.mythtv$ python3 sdjson-sqlite-select
>Traceback (most recent call last):
>   File "/home/mythuser/.mythtv/sdjson-sqlite-select", line 23, in <module>
>     import pymysql
>ModuleNotFoundError: No module named 'pymysql'

If you are running Ubuntu, then you can fix that error by:

sudo apt install python3-mysql


More information about the mythtv-users mailing list