2005-04-25, 09:00 PM
Sub, it seems that the GBPVR tray application is initializing plugins when it is starting up. The reason I know this is because the BleepBloop plugin's startup.wav file is being played when the Tray application is loading.
The above is from the GBPVRTray.exe.log file, and shows that BleepBloop and MyVideosTasks are being intialized. I would think that the GBPVRTray application wouldn't need to initialize any plugins. Probably will help cut down on some of the memory usage that the Tray application uses if it doesn't load the plugins.
Code:
4/25/2005 4:52:13 PM.253 VERBOSE [27] getValue() loading new key/value into cache: /settings/EPGProcessingMode
4/25/2005 4:52:13 PM.253 VERBOSE [27] getValue: /settings/EPGProcessingMode : NORMAL
4/25/2005 4:52:13 PM.253 VERBOSE [27] getValue cached value: /settings/EPGProcessingMode : NORMAL
4/25/2005 4:52:15 PM.426 VERBOSE [27] SourceConfigurationContainer.LoadAll()
4/25/2005 4:52:18 PM.550 VERBOSE [27] BleepBloop Monitor Initialized
4/25/2005 4:52:19 PM.412 VERBOSE [27] MyVideosTask created
4/25/2005 4:52:20 PM.744 VERBOSE [27] Loading DirectRecordingSource Configuration : 1
4/25/2005 4:52:20 PM.984 VERBOSE [27] About to connect to remote recording service
The above is from the GBPVRTray.exe.log file, and shows that BleepBloop and MyVideosTasks are being intialized. I would think that the GBPVRTray application wouldn't need to initialize any plugins. Probably will help cut down on some of the memory usage that the Tray application uses if it doesn't load the plugins.