Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make android-remote work for mpd. Possible? #202

Open
mbhangui opened this issue Feb 10, 2020 · 0 comments
Open

Make android-remote work for mpd. Possible? #202

mbhangui opened this issue Feb 10, 2020 · 0 comments

Comments

@mbhangui
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant