Normal
1)Have a look at "SetupDatabaseForm.cs" and there at the function "public bool TestConnection()" starting at line 167 and "LoadConnectionDetails"but you said you intend to write a plugin (i think for TvServer) because then you don't need to bother with the connection details. TvServer establishes the connection upon starting up. You can just use the DB wrapper classes2)Just call "RemoteControl.Instance.OnNewSchedule();".Hope this helps.I like your idea very much
1)
Have a look at "SetupDatabaseForm.cs" and there at the function "public bool TestConnection()" starting at line 167 and "LoadConnectionDetails"
but you said you intend to write a plugin (i think for TvServer) because then you don't need to bother with the connection details. TvServer establishes the connection upon starting up. You can just use the DB wrapper classes
2)
Just call "RemoteControl.Instance.OnNewSchedule();".
Hope this helps.
I like your idea very much