Did you remember to setup the Scheduler in the last Tab?
Set the time you want it to do the Auto-Grab, and click the Set Button
Set the time you want it to do the Auto-Grab, and click the Set Button
That's ok and the only part that needs to run. The "Buddy piece" only is the GUI for configuration. So this did not run on daily use at all. The grabbing itself runs completely invisible. In your screenshots you can see the grabber working. The first screenshot was taken while the grabber still was working. The "raw" EPG-Grabber.TVGuide.TVGUIDE_1.xml file has a file date from 7/12/2017 4:07 AM. This means that at this time the data download from tvguide.com is finished. But this is not the "final" file to import. The "final" file is enriched with data from TVDB to get season and episodes numbers and missing descriptions for series. This also is done invisible in background and takes some time. In this case it lasts from 4:07 to 5:33 AM. Most likely due to not very fast internet and/or many channels to enrich.the grabber performs at or about 4 am every day
Well it seems I am seeing the same results @piscdi is having.As @breese reported the last part (importing into TV database) seems not to work in all circumstances, also I can not confirm this.
manual download data with the scheduled data in my last post.
There is absolutely no difference between "manual" and "scheduled" data, absolutely nothing. It's exactly the same tool that is called with exactly the same commend line that is downloading the data. So if the schedule starts but didn't download things then there is an issue with either your internet connection or with the source it needs to load data from.Could there be some missing code (instructions for the scheduled download, not the manual) that should be telling the program to run the channel list and that failing that, the enhancement (enrichment) fails to initiate?
ShellExecuteWait(@ScriptDir & "\EPG-Grabber.exe", "--epg_from:tvguide --grab_epg --create_xml --run_e2t", @ScriptDir, "", @SW_HIDE)
ShellExecuteWait(@ScriptDir & "\EPG-Grabber.exe", "--epg_from:tvguide --grab_epg --create_xml --run_e2t", @ScriptDir, "", @SW_SHOW)
I have the same issue and did post all the logs.....If the grabbing is working manual then it MUST BE WORKING scheduled too, as long as the schedule is executed by windows properly...
Are you sure it's complete? Bet it isn'tThe first grabber file is written
This only is possible when the download of the "first" file did not complete (most likely due to tvguide.com issues) or if the enrichment did not work (due to the bad reliability of TVDB). If one of those two cases happen the CLI tool (EPG-Grabber.exe) does not exit and for this the further steps can not be done... Changing this behavior is a very bad idea as if EPG-Grabber.exe did not finish the downloaded data most likely is corrupt or at least incomplete. Proceeding with such broken data will automatically lead to broken EPG in MP. Nothing we should do, imho...The DONE file is Not written.