SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.02k stars 1.23k forks source link

TVHeadend and XMLTV #1046

Closed lukasmd1989 closed 7 years ago

lukasmd1989 commented 10 years ago

Hi Guys,

i know that this is an old issue, but i cant find any solution for this.

I use TVheadend 3.9 on my Syno DS 412+ and use Webgrab plus with mono to generate a xml file, but i cant choose that grabber in the EGP-Tab in TVheadend.

Is there an solution?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

jdierkse commented 10 years ago

Where did you get your TvHeadend version?

lukasmd1989 commented 10 years ago

i tried yours and one out of the xbmc-forum from aisman

jdierkse commented 10 years ago

Does XMLTV appear in the EPG grabbers list? If so, what happens when you select it?

lukasmd1989 commented 10 years ago

in the internal grabbers, i only see in the dropdown-menu "disabled" and there is nothing else to choose. In the external grabber list i can see XMLTV with the xmltv sock file and pyepg

jdierkse commented 10 years ago

XMLTV is an external grabber, and should be used using the sock file. Doesn't that work for you?

lukasmd1989 commented 10 years ago

No, sorry it does not work, is there a tutorial or can you help me step by step to get this to work?

jdierkse commented 10 years ago

How do you currently feed data to the socket?

nurtext commented 9 years ago

You don't need the socket to feed the XMLTV grabber. A simple tv_grab_file will do the magic. Have a look at my repo: https://github.com/nurtext/tv_grab_file_synology

AFAIK piping data to the socket is not possible on Synology. It has something to do with netcat, but please don't ask me for details :)