You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a customized source list to display for the source dropdown list?
I wrote a custom integration named SoundTouchPlus that controls Bose SoundTouch speakers and compatible devices. It pulls the source_list values directly from the device; there are 18 sources in all, and most I don't use though the capability is there (e.g. I listen to TUNEIN and PANDORA, but not SPOTIFY since I don't have a Spotify account). It would be nice to configure the MMP to only display the sources that are relevant to me, as well as possibly have a UI friendly name versus the device source name (e.g. 'NAS Music Server' is more relevant to the end user than 'STORED_MUSIC:2f402f80-da50-11e1-9b23-0017886e13fe/0' as defined to the Bose device).
Would something like this be possible?
Thank you for your consideration, and keep up the awesomeness that is the mini-media-player. Great work!
Proposed MMP Configuration Example (new source_list variable):
- type: custom:mini-media-player
entity: media_player.bose_st10_1
group: true
source: full
source_list:
- PANDORA ; Pandora
- TUNEIN ; TuneIn
- 'STORED_MUSIC:2f402f80-da50-11e1-9b23-0017886e13fe/0 ; NAS Music Server'
- BLUETOOTH ; BlueTooth
- AUX ; Aux Input
info: short
hide:
Here is what my current MMP dashboard looks like:
And here is the list of sources that are supported by a Bose SoundTouch device. Note that there are 18 entries in the list:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would it be possible to have a customized source list to display for the
source
dropdown list?I wrote a custom integration named SoundTouchPlus that controls Bose SoundTouch speakers and compatible devices. It pulls the
source_list
values directly from the device; there are 18 sources in all, and most I don't use though the capability is there (e.g. I listen to TUNEIN and PANDORA, but not SPOTIFY since I don't have a Spotify account). It would be nice to configure the MMP to only display the sources that are relevant to me, as well as possibly have a UI friendly name versus the device source name (e.g. 'NAS Music Server' is more relevant to the end user than 'STORED_MUSIC:2f402f80-da50-11e1-9b23-0017886e13fe/0' as defined to the Bose device).Would something like this be possible?
Thank you for your consideration, and keep up the awesomeness that is the mini-media-player. Great work!
Proposed MMP Configuration Example (new
source_list
variable):Here is what my current MMP dashboard looks like:
And here is the list of sources that are supported by a Bose SoundTouch device. Note that there are 18 entries in the list:
Beta Was this translation helpful? Give feedback.
All reactions