Well,

So here I am.

With a friend, we are trying to implement the protocol of sending commands to xmms2 via TCP in Elixir (or Erlang). We feel it's hard to find the appropriate documentation but I eventually managed to gather some information on the wiki, hence the title of this email.

At the moment, we are able to send a hello command to the server. We figured how to do this by looking at the code of a javascript client.

I would like to know where is the more fiable source that says that a "hello" command is "32", that an error type is "1", integer is "2" and must be 64bits, how to properly encode payload and what to expect in return, …

I don't mind reading any code but I'm far from good at C. I can't find the python source code for a module named "xmmsapi" that xmmsclient depends on.

Can you give me some insights of where to start ?

Thank you !


--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms2.org
https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to