Normal
Excellent,I'll give it a test after the Grand Prix As for the logging, you can use the tv.log by using:[CODE]using TvLibrary.Log;...Log.Info("hello");Log.Debug("world");Log.Error("Crash!");etc. ...[/CODE]You should take a look at the MediaPortal Plugin SVN, there is plenty of examples of source code in there. And it would be good to put your source into the SVN as well. It provides a very good backup mechanism and it lets others enhanced, modify, bug fix, or just snoop in your code.If you set up a sourceforge account you can contact hwahrmann, rtv or james and they will give you write access to the plugin SVN.As I said, I'll test it after the GP and let you know how it goes ...Thank you again for your efforts, this is something I've wanted for so long ... if I wasn't so busy with other things I would probably have learned python and done it myself by now ... but such is life.Cheers,
Excellent,
I'll give it a test after the Grand Prix
As for the logging, you can use the tv.log by using:
[CODE]
using TvLibrary.Log;
...
Log.Info("hello");
Log.Debug("world");
Log.Error("Crash!");
etc. ...
[/CODE]
You should take a look at the MediaPortal Plugin SVN, there is plenty of examples of source code in there. And it would be good to put your source into the SVN as well. It provides a very good backup mechanism and it lets others enhanced, modify, bug fix, or just snoop in your code.
If you set up a sourceforge account you can contact hwahrmann, rtv or james and they will give you write access to the plugin SVN.
As I said, I'll test it after the GP and let you know how it goes ...
Thank you again for your efforts, this is something I've wanted for so long ... if I wasn't so busy with other things I would probably have learned python and done it myself by now ... but such is life.
Cheers,