Results 61 comments of Jürgen Mang

Idle events and partitions are much more clearer now for me. I Think I can start implementing this feature for the next major release myMPD v10.0.0.

v9.4.0 will be released this week hopefully. There are only some unit tests outstanding. All other tasks to improve partition support are done for the v10.0.0 version.

> The volume control is still very messed up for partitions. Changing the volume requires clicking somewhere in the slider range. The output volumes change audibly, but the GUI does...

> The volume control is still very messed up for partitions. Changing the volume requires clicking somewhere in the slider range. The output volumes change audibly, but the GUI does...

The basic infrastructure for concurrent partition support is now implemented but needs further testing. Timer and trigger frontends still need to be adjusted.

v10.0.0 is the right branch. Testing is welcome, but keep in mind that some code is missing.

The syntax of the last_played file has changed. You can convert it with ```sed -i -r 's/^(.*)::(.*)/{"LastPlayed":\1,"partition":"default","uri":"\2"}/g' /var/lib/mympd/state/last_played``` Concurrent partition support is now roughly tested and works in my test...

All features are now implemented and basically tested. Testing in other real world setup would be great!

Great new feature. I had in the past already feature requests to implement this on client side. As soon this feature is merged I will implement support for it in...

I stumbled also about this issue: ``` /myMPD/dist/mjson/mjson.c:195:14: error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable] int i = 0, n = 0; ^ /myMPD/dist/mjson/mjson.c:743:17: error: variable 'n' set but...