notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

volume slider doesn't work #61

Closed typhoon71 closed 9 years ago

typhoon71 commented 9 years ago

well, ympd works fine, but the volume slider seems to only have 2 possible values: max volume and a really low volume setting. other mpd client seems to be fine to me. can this be fixed/investigated?

notandy commented 9 years ago

Do you use an old/mobile browser? What one?

typhoon71 commented 9 years ago

I forgot to post it that I fixed it using mixer = software in mpd config. I don't know why other client were fine without this fix; I tested with auremo, on windows 7. mpd and ympd are on a headless raspberry pi 1 running raspian hf, the browser is firefox 36, same lan.

I'm using the code from https://github.com/notandy/ympd/issues/46, but I don't know if it's realated.

notandy commented 9 years ago

Hrm. very strange. It sounds like a problem with the mpd mixer controls, but then it shouldn't work in other clients. My tests with raspberry pi's didn't showed any problems. I don't think #46 breaks anything with the mixer controls.

I close this bug since I can't reproduce it, if you could trace the source of this bug feel free to reopen it.