Marbles_00 wrote:Lar,
I know you don't or really support this plugin anymore. I've tried the your MP TV3 plugin, I've tried the XLTV plugin, and so far, this one appears to be the best solution for my needs. I've been in talks with the dabdig developer in adding support for DVB Dream. I've been successful in getting dadig to start DVB Dream and record from command line. I'm passing commands from xschedular to dabig...and it can record that way, but the thing I notice though is that xlobby/xschedular will hang until dabdig passes the command to DVB Dream, then I get the overlay open to say it has been passed. I just don't understand how to stop that from happening as xlobby is useless until dabdig passes the info along. I think it most likely is something in the xschedular.ini file but I don't know for sure.
Any help would be appreciated.
Its because the code waits for the exit code of the application
while (!myProcess.HasExited)
How do u want it???I can add a new command same as record but not wait for exit, but then u don't know if the schedule is ok!
//Lasse