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

Question: what is the minimum version of mpd supported. #25

Closed
pcwalden opened this issue Sep 5, 2015 · 3 comments
Closed

Question: what is the minimum version of mpd supported. #25

pcwalden opened this issue Sep 5, 2015 · 3 comments

Comments

@pcwalden
Copy link

pcwalden commented Sep 5, 2015

I currently use mpdas 0.3.0 and would like to upgrade to 0.4.0, but my primary mpd server is on a RaspberryPi with a relatively up to date Raspbian distribution:

*distribution="Debian"
*distversion="7.6"
*kernel="3.12.28+"
*architecture="armv6l"

The mpd version provided is 0.16.7, and is unlikely to change until they upgrade to the next version of Debian.

Given that the mpd version is fairly old, what is the minimal mpd version expectation of mpdas?

I do not want to update mpdas and find my mpd version is not supported.

@hrkfdn
Copy link
Owner

hrkfdn commented Sep 5, 2015

This depends entirely on what libmpdclient version you have installed and
how well that version supports your mpd. So mpdas is not really the factor
here..

While I don't believe that there have been any major changes in the mpd
protocol, my guess is as good as anyone's. Ultimately you will probably
have to try and find out yourself.

TL;DR: It probably won't be a problem, but I don't know for sure.
On Sep 5, 2015 7:14 PM, "pcwalden" notifications@github.com wrote:

I currently use mpdas 0.3.0 and would like to upgrade to 0.4.0, but my
primary mpd server is on a RaspberryPi with a relatively up to date
Raspbian distribution:

*distribution="Debian"
*distversion="7.6"
*kernel="3.12.28+"
*architecture="armv6l"

The mpd version provided is 0.16.7, and is unlikely to change until they
upgrade to the next version of Debian.

Given that the mpd version is fairly old, what is the minimal mpd version
expectation of mpdas?

I do not want to update mpdas and find my mpd version is not supported.


Reply to this email directly or view it on GitHub
#25.

@pcwalden
Copy link
Author

pcwalden commented Sep 5, 2015

Well the version of mpd does determine the commands and arguments accepted by the protocol. I ran into a problem a short while back wherein playlist load command would not accept range arguments as documented in the mpd.ord wiki. Turned out the range arguments were added in version 0.17; my mpd is 0.16. The current mpd version is 0.19 and it adds several more capabilities. The earliest version AFAIK is 0.14.

I hoping someone could easily point out the baseline version of mpd that mpdas expects.

I guess not. I'll let you know what happens.

@hrkfdn
Copy link
Owner

hrkfdn commented Sep 6, 2015

I understand, but like I said, libmpdclient takes care of communication with MPD, so you'll need to do your research in that department. Let me know how it goes, please :)

@hrkfdn hrkfdn closed this as completed Sep 6, 2015
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

2 participants