RoyN said:Cool,
I'm going to take a look at your design style, and I'll see if I can send you something that looks abit like the themes we're used to... I had started porting some skins from the XBMC web-interface to MP, so I should have something to start with....
Tell me, do you have, in your plugin, ways of getting data like "playing state (paused/played/stopped, etc)", and sending commands "Play", "OPause", etc? If so, I'll try and add a top-bar.
My main goal is somethign to use on a small UMPC screen or PPC screen, so I'll probably favor something that isnt very cluttered...
all this, of course, if you dont mind!
jlewalle said:Sure no problem, MediaPlayer.exe.config should be sitting next to MediaPlayer.exe, it's the standard .NET configuration settings source... also it starts up on the default of port 8080 (which you can change in the Standard.xml file that goes in plugins/process along with the webplaylistmanager assembly and webroot directories.
I think a web service is fine in that situation. Anything should be chosen over COM. COM is a developer nightmare, IMHO. Web service is far more useful in the long run.
jlewalle said:Oh, MediaPlayer.exe isn't in plugins/process, it's in the top level Media Player folder, the folder the plugins directory is in.