Wednesday, September 24, 2003

Should add uninstall info to web page ... very easy ...
del dabdig*.* from DigiGuide directory
restart DigiGuide (to stop usage of the dabdig.dgmarker that has just been deleted)

Friday, September 19, 2003

Thinking again about making the source generally available. I still want to make updates as requirements pop-up - but maybe others would also like to do same. Question then would be ... what licence type (if any) to put on the code.

- Nebula
3.031 is out and they have added abilty to skip internet checks when run from timer ... transparent to me since it is DigiSvc that does the running.
Looks like they have also had a problem with choosing the right channel from their own Timer/EPG screen when user chooses to sort by Favorites. However, quick test suggest that they are still storing the request using the absolute channel number (which was new in recent versions) ... so no change for me.
Loks like they do have an issue with file naming when there are non-DOS-legal characters in title .. so change default setting to 2 (from 0) just to make it less likely that people experiment with setting it to 1.

Friday, September 05, 2003

Had report of an odd error - seemed to be crashing on calling DateDiff. Realised that the request came from Greece so guessed that must be problem with different locale settings ... there were 4 places where I had used "1-Jan-1970" so changed them all to DateSerial(1970,1,1) and showed that it still worked fine here.