ScarAce 1989 Hi all, I got Tvheadend up and running. I use IPTV and used pipe://ffmpeg -loglevel fatal -re -i**** -vcodec copy -acodec copy -tune zerolatency -f mpegts pipe:1 This works good. Now I try to add the EPG using https://github.com/nurtext/tv_grab_file_synology I followed the instructions 'How to install' I enabled the EPG grabber and clicked 'Re-run Internal EPG Grabbers', but nothing happens. This is the link I added to the tv_grab_file: http://******.xyz:80/xmltv.php?username=***&password=*** Can someone help me out?
JMRR JMRR can you put some e code you edited? in my synology a used the default tv_grab_file, but edited like this: if [ $# = 0 ] then wget -O http://****** exit 0 fi works like a charm