Hey all... My xbox started acting funny on me so I moved over to MediaPortal last week and have been looking things over. Love what I'm seeing so far.. One thing that I noticed was that there wasn't a builtin web based interface for MediaPortal (one that fit my needs anyway) I don't use MP for DVR purposes, only playing videos and music. I was only able to find the one web UI and it seemed geared towards those using the DVR functionality. Being a developer I sat down and wrote my own.
Basically, it's a drop in plugin that presents you with a web interface for navigating the media shares and building a current playlist, pausing, stopping, next, previous, etc... Anything we wanna add really. It's *very* extensible.
It works by hosting the ASP.NET runtime, so no separate web server is required. I'm very please with how it worked out implementation wise. I weighed the advantages of using the separate web server approach and found I liked this much more.
So anyway, You can get the source and binaries at:
http://jacob.cs.ucr.edu/mediaportal/plugins/WebPlaylistManager-0.1.zip
Feel free to post here, message me, whatever if you have any problems. It's very beta, and the installation might be a little quirky. It should work on the lastest head revision and on installations done via the installer. I'm hoping some of you can help beta test things.
For installation instructions, see the WebPlaylistManager/HACKING.txt file in the archive.
Thanks
Basically, it's a drop in plugin that presents you with a web interface for navigating the media shares and building a current playlist, pausing, stopping, next, previous, etc... Anything we wanna add really. It's *very* extensible.
It works by hosting the ASP.NET runtime, so no separate web server is required. I'm very please with how it worked out implementation wise. I weighed the advantages of using the separate web server approach and found I liked this much more.
So anyway, You can get the source and binaries at:
http://jacob.cs.ucr.edu/mediaportal/plugins/WebPlaylistManager-0.1.zip
Feel free to post here, message me, whatever if you have any problems. It's very beta, and the installation might be a little quirky. It should work on the lastest head revision and on installations done via the installer. I'm hoping some of you can help beta test things.
For installation instructions, see the WebPlaylistManager/HACKING.txt file in the archive.
Thanks