Just started integrating XLTV into a skin, and things are going fairly well, but I have a couple of issues:
1) I still get the same problem as listed in: http://www.xlobby.com/forum/viewtopic.php?p=24600&highlight=epg+xltv#24600
For some channels, the last "display-name" in the xmltv file is the same, so I don't get a complete list. I would like to grab the first "display-name" from the xmltv file like suggested in the topic I linked. Was this not fixed? Or do I not have the latest xltv available ?(I downloaded from france.xlobby site)
2) What is the proper way to configure the grabber application? I try to use the "redirect stdout", but all I get is a blank file with the correct name.
Here is how I have it setup:
in Command I have:"c:\xmltv\xmltv.exe"
in Arguments I have:"tv_grab_na_dd --days 1 --output test.xml"
in work dir: "c:\xmltv"
in redirect stdout: "%XMLTV%test.xml"
When I press grab, the file test.xml is properly downloaded in my main "c:\xmltv" folder, but the generated test.xml file in the "plugins\xmltv\...." folder is there, but it is blank.
Thanks for the help