I got an independent EPG grabber, doing a fantastic job... Getting EPG data for 2 weeks. And although I got the data by hand (via Putty) in my DVBLinkServer, I would like to know how the process within DVBLink is going...
Lets say, I got a file with xmltv data: /var/grabber/.xmltv/data.xml
How do I get that in DVBLinkServer?
Within the tab "Sources", subtab "EPG source", you can define XMLTV sources and settings. The default map for xmltv files is "/var/packages/DVBLinkServer/target/share/xmltv". Below that is the xmltv grabber configuration. My independent grabber runs once a day (or night I should say) and creates a new "/var/grabber/.xmltv/data.xml". Do I:
1. Copy the data.xml file to the DVBLinkServer xmltv directory, /var/packages/DVBLinkServer/target/share/xmltv?
2. Do I get the grabber to dump his data into the /var/packages/DVBLinkServer/target/share/xmltv directory? I found out that new added TV channels that were downloaded by the grabber were not visable after a new grabber run...
3. Do I set the directory where my xmltv file is located as an URL: "/var/grabber/.xmltv"?
4. Do I set the file, with the xmltv data, as a URL: "/var/grabber/.xmltv/data.xml"?
How does the DVBLinkServer EPG data retreval process look like?