NEEOInc / neeo-sdk

NEEO Brain SDK
https://neeoinc.github.io/neeo-sdk/
MIT License
48 stars 17 forks source link

MusicPlayer/Volume #153

Open tmrobert8 opened 5 years ago

tmrobert8 commented 5 years ago

According to the doc, the music player type requires volume/mute. Is there any chance to make that optional (and if not specified, revert to the auto wiring to have a TV/AVR as the volume source)?

I ask that because some music players (Kaleidescape being one of them) depend on an external device for volume...

pfiaux commented 5 years ago

That's a good point, making it optional is one thing i guess that goes in the lines of #113.

Using the other devices is a bit more tricky because it will depend on the type of device implementing the player:

It's also related to #118 about making the player UI more flexible. Maybe we'll regroup the issues into one later to have a better overview.