[mythtvnz] No EPG - need temp solution

Stephen Worthington stephen_agent at jsw.gen.nz
Sat Apr 16 05:07:42 BST 2022


On Sat, 16 Apr 2022 15:59:42 +1200, you wrote:

>sudo su
>cd /root
>mkdir .mythtv
>rm config.xml
>cd .mythtv
>ln -s /etc/mythtv/config.xml
>exit

Oops, the rm is in the wrong place, try this:

sudo su
cd /root
mkdir .mythtv
cd .mythtv
rm config.xml
ln -s /etc/mythtv/config.xml
exit



More information about the mythtvnz mailing list