- August 29, 2009
- 1,730
- 1,124
- Home Country
-
Netherlands
- Thread starter
- #31
Re: AW: Updated version for MediaPortal 1.1.1
Basically my stuff (really gemx's, i just fixed some bugs) consists of 5 parts:
His changes are the new stylesheets and new images (and changing the references to the images, as they're now .png files).yer i saw some bugs and copied code in from new to old. is his stuff JUST css changes? can you tell me is your stuff providing a web services interface to the tv server AND a web app that talks to mp via this web service. i couldnt see any refs to web service though only had brief look.
Basically my stuff (really gemx's, i just fixed some bugs) consists of 5 parts:
- the webserver (Cassini)
- a Setup project
- a plugin for SetupTV to configure it
- a plugin for the TvServer that starts/stops the webserver
- the webapp, which can be split into 2 parts:
- The backend classes, which communicate with MediaPortal and the database, and which are exposed through the SOAP interface (mainly in App_Code)
- The webinterface, which calls the backend functions (mainly in htdocs)