MMSocketServer

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MMSocketServer

Re: MMSocketServer

by Pater » Sat Feb 11, 2012 3:41 pm

Good point. There should be some security build in. I'll look in to that!!

thanks for sharing your opinion!

Re: MMSocketServer

by mcow » Sat Feb 11, 2012 1:24 pm

I have my doubts about a third party communications layer for fourth-party apps to connect with. When I created my remote interface, I used Python to build a webserver that hooks directly to the MM scripting interface. It does use JSON to package data to and from my specialized web app, but that JSON has custom information that wouldn't be useful to anyone else; and it certainly doesn't open up MediaMonkey for general-purpose usage.

If you make a general open socket, what's to stop your roommate from accessing it and deleting your library?

MMSocketServer

by Pater » Fri Feb 10, 2012 7:37 am

Hi

I am developing a program with the goal to unify the way apps connect to mediamonkey.
It also has the advantage that you do not have to create a back-end for every app,
and enable users to use whatever app they like (as long as it was developed to use MMSocketServer,
and MMSocketServer is running on the PC you want to connect to)

I would like to hear your opinion on this initiative... based on your input i'll decide whether to further develop this software
(I myself only need the basic functions)

check out http://mmss.peterelzinga.eu/wiki for the details

Top