I have again problems in getting xmltv and tvheadend play together, seems like magic sometimes! Anyway, the correct way (under Arch Linux at least) to use the XMLTV socket External Interface:
Instead of "nc -u", use a command like this as hts user: .../tv_grab_XX | socat - UNIX-CONNECT:/home/hts/.hts/tvheadend/epggrab/xmltv.sock
Stéphane Dubois wrote:
> I can't figure out how to include my xmltv file into TVH 3.1.694 running on a Synology DS412+.
>
> I made the following script named tv_grab_fr
> [...]
>
> I put this script in /usr/bin, but I can't seclect it in Configuration - EPG grabber.
> How can I tell to TVH to use this script ?
>
>
> I also tried with the socket as you said in a previous post
> [...]
> but I get the following error
> <code>./xmltv.sock: forward host lookup failed: Unknown server error</code>
>
> nc command (netcat) is expecting a host and a port. I don't understand what to do with this .sock file.
<<