Reply to thread

Hey guys,


I want to develop a JSON Interface for the MediaPortal TV Server. It should be able to start streams, manage records and list epg-data.


Currently the plugin only shows up in the plugin section of the TV Server, but it doesn't work like expected.


Is it right, to start my service in the Start-Method of the class which implements ITvServerPlugin?

How can I test, if my plugin gets started?


You can view my current sourcecode here.


- Plugin.cs implements the ITvService-Interface

- The JSONService.cs runs the network service

- Setup.cs is the GUI to configure the Plugin in TV Server Administration


I have tested my JSONService as a single Console-Application and it worked fine. But as a TV Server-Plugin it doesn't start the Network-Service.


I would be thankful for any help.


P.S.: Does anybody know a small and easy JSON-Library for C#?


Top Bottom