mkulesh / onpc

Enhanced Music Controller
GNU General Public License v3.0
129 stars 22 forks source link

Volume slider in Group/Ungroup popup #224

Closed reyostallenberg closed 3 years ago

reyostallenberg commented 3 years ago

Wouldn't it be nice to somehow have volume control for grouped devices without the need to select the device

So if you group device 2 on device 1 you can manage the volume of device 2 in the part of the app that manages device 1.

I would like to try to work on this if you like, but before I begin I would like to know what your idea is on this functionality

mkulesh commented 3 years ago

Hi @reyostallenberg I think this a good idea. If you like to implement this feature, I am happy with it and will provide you all information. First of all please note that I have two different sources:

You can select the branch for your development and I can merge the solution into other branch.

Some technical background. The app implements so called ISCP protocol in order to communicate with the receiver. The protocol is described here: https://github.com/mkulesh/onpc/blob/master/doc/ISCP_AVR_140.xlsx

With respect to protocol, my app has some parts:

Of course there are a lot of other solutions like re-define master volume control if a group is active, add a new dialog like "Group volume control", add new buttons to the existing master volume control view or master volume dialog, etc. Do you have any ideas about possible GUI implementation for this feature?

mkulesh commented 3 years ago

No response