You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From whatever I have gathered is that the android-remote uses google proto-buf to exchange messages between clementine and remote.
I use mpd as the backend to play music but clementine to do the library/album management, because mpd is just a music playing daemon and that it does it very well. It has a good library libmpdclient, which provides APIs to manage mpd and manage the playlist, play, stop, pause songs, etc. It also provides a command line client mpc which can control mpd exactly like clementine remote.
I can write a sever side application that listens on a port and exchange data between any client, but I have no idea of how to develop the server side application that uses proto-buf. If such a code is written, the clementine remote can be extended to work for mpd as well. If this sounds reasonable, I can help contributing to writing the server side socket code which can listen on a port.
The text was updated successfully, but these errors were encountered:
From whatever I have gathered is that the android-remote uses google proto-buf to exchange messages between clementine and remote.
I use mpd as the backend to play music but clementine to do the library/album management, because mpd is just a music playing daemon and that it does it very well. It has a good library libmpdclient, which provides APIs to manage mpd and manage the playlist, play, stop, pause songs, etc. It also provides a command line client mpc which can control mpd exactly like clementine remote.
I can write a sever side application that listens on a port and exchange data between any client, but I have no idea of how to develop the server side application that uses proto-buf. If such a code is written, the clementine remote can be extended to work for mpd as well. If this sounds reasonable, I can help contributing to writing the server side socket code which can listen on a port.
The text was updated successfully, but these errors were encountered: