Hello. I just deployed TvHeadEnd on my Ubuntu machine. Works great but i'm struggling with setting up EPG. I don't have simple file but rather a web URL http://IP:PORT/xmltv.php?username=credential&password=credential
via which i get the EPG info.
I tried to enable EPG Grabber Module called Internal: XMLTV URL grabber that should grab info from URL. As i have TvHeadEnd deployed in docker container, i connected to console and navigated to script path to see what the script consists of. I found out the URL is the first command argument in the command. so i did /usr/bin/tv_grab_url http://IP:PORT/xmltv.php?username=credential&password=credential
which gave me output of [1] 510
which i don't really know what it means. After entering an empty command line, the [1]+ Done /usr/bin/tv_grab_url http://IP:PORT/xmltv.php?username=credential&password=credential
appears. After that i tried to see if EPG loaded in the TvHeadEnd web ui (it didn't) so i tried to re-run internal EPG Grabbers -> didn't work either.
I didn't find any guide online to this script so i'm asking here what to do now?