HTPCGB Wrote:Edit: I'm pretty sure that this should work now.When I run this version I get the following:
Code:
C:\temp>"C:\Program Files\devnz\gbpvr\Plugins\UbuStream\DynSource\CNNDynSource.exe" -sections
.plx files will be dumped into current directory
The directory is: C:\temp\
=============================
-sections detected.
Creating sectionlist file...
Done.
C:\temp>
Maybe try a different tack. This is the code I'm currently using to set the output file path:
Code:
protected String Get_Gbpvr_DynSource_Folder_Name()
{
// Get the GBPVR install dir from registry
String gbpvrFolder;
try
{
RegistryKey rk = Registry.LocalMachine.OpenSubKey("Software\\devnz");
gbpvrFolder = (String)rk.GetValue("GBPVR InstallDir");
}
catch { gbpvrFolder = "..\\"; }
gbpvrFolder += "Plugins\\UbuStream\\DynSource\\";
return gbpvrFolder;
}
EDIT: You'll need to add using Microsoft.Win32; for the Registry code to work.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]
Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]
Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.