This is in response to a recent request over on the DigiGuide forums.
Try this as a bit of a hack - untested (I am away at the moment with very limited access)
This is just to tide you over while I do something a bit more supportable.
It is using something that I had reserved for internal use and is not documented and not really for use like this ... but I think it will work
create (no spaces in the directory name)
c:\dabdig
c:\dabdig\qual0
c:\dabdig\qual1
c:\dabdig\qual2
c:\dabdig\qual3
c:\dabdig\qual4
copy your working dabdig,ini from your DigiGuide directory into each of the "qual" directories above.
Then edit each of them and change the
ATiMMCQuality=whatever
to match the directory name
i.e.
ATiMMCQuality=0
ATiMMCQuality=1
ATiMMCQuality=2
ATiMMCQuality=3
ATiMMCQuality=4
Then edit your DABDig.dgmarker using Notepad in
<digiguide>/user-settings/markers
Look for
blnRecordingType = false;
and change it to
blnRecordingType = true;
Then change the following 2 lines to
arrRecordingTypes = new Array("REC","-H:c:\\\\dabdig\\\\qual0\\\\ REC","-H:c:\\\\dabdig\\\\qual1\\\\ REC","-H:c:\\\\dabdig\\\\qual2\\\\ REC","-H:c:\\\\dabdig\\\\qual3\\\\ REC","-H:c:\\\\dabdig\\\\qual4\\\\ REC");
arrRecordingTypeNames = new Array("Default Quality","Quality0","Quality1","Quality2","Quality3","Quality4");
Then look for
then look for
Marker.strProgramToRunArguments="dabdig.vbe "+strThisRecordType+" \"$ChannelName\" "+strThisChannelAssignment+" \"$ProgrammeName\" $Timestart(\"%Y\" \"%m\" \"%d\" \"%H\" \"%M\") \""+strThisDuration+"\" \"$SingleLineDescription\""+" \"$CategoryName\"";
and change to
Marker.strProgramToRunArguments="dabdig.vbe \""+strThisRecordType+"\" \"$ChannelName\" "+strThisChannelAssignment+" \"$ProgrammeName\" $Timestart(\"%Y\" \"%m\" \"%d\" \"%H\" \"%M\") \""+strThisDuration+"\" \"$SingleLineDescription\""+" \"$CategoryName\"";
Then restart DigiGuide
Paul WebsterDABDig creator
Edited by Paul Webster on Friday, March 18, 2005 - 3:29:43 PM