Hello all. I recently downloaded the source code to the Web Remote MJ plugin. I've made a few changes:
1) The volume bug has been squashed; it now works as intended.
2) The server now starts automatically when MJ is started.
3) I've added support for cascading stylesheets.
Phat Phreddy has confirmed that the volume works and the server auto-starts. The css support is a bit rough at the moment, not to mention untested. There are two issues:
1) The location of the css file on the server is hard-coded to "C:\wr.css".
2) The css file loads sporadically when the browser is on the same machine as MJ.
The reason for 1) is that within the plugin I can't yet figure out how to get the current directory. When I can, the css file will live in the plugins directory. The name will still (and always) be "wr.css". I don't know the reason for 2). It works perfectly when used remotely. Considering that it's meant to be used remotely anyway I don't see this as a big problem.
So now you can change the volume, start the server automatically, and change the look of the pages with a stylesheet. Not too bad for a few hours' work!
The HTML that's generated by Web Remote is VERY spartan; there's not much to actually style. But you can still make significant changes to the look of the pages nonetheless. I'll be sprucing up the HTML to add tables, DIVs, etc. so there's more to style.
Hey jriver, how can I get this out to people? Needess to say I'll supply the changed sources to you. But can I just put the new dll on my server for download?