2008-05-02, 06:31 PM
Here are the lines of code that access the database
IScheduleHelper iSH;
[SIZE=2]IList myScheduledRecordings;
[/SIZE]
iSH = GBPVR.Backend.Common.ScheduleHelper.getInstance();
myScheduledRecordings = iSH.LoadRecordingSchedule();
I then search through all the recordings for descriptions files names etc.
Would this leave the database locked?
If the plugin is still active would that matter?
This is crossposted in the skiptool forum, but I figured you guys might not see it there..
IScheduleHelper iSH;
[SIZE=2]IList myScheduledRecordings;
[/SIZE]
iSH = GBPVR.Backend.Common.ScheduleHelper.getInstance();
myScheduledRecordings = iSH.LoadRecordingSchedule();
I then search through all the recordings for descriptions files names etc.
Would this leave the database locked?
If the plugin is still active would that matter?
This is crossposted in the skiptool forum, but I figured you guys might not see it there..