Do you mind sending me screenshot of your setup? I guess I could remove the max-width limit of the slider in the “non-compact” card config. I’ve actually never tried the card with panel set to true.
Idk if this is of interest to you but I found myself in a similar situation, where I wanted to make fine volume adjustments easier. I ended up using seperate card just for the volume control, where I hid everything except the volume slider.
hello, fisrt of all just wanna say im completely in love with this mode, works as a charm!!! Thank you so much.
The only thing seems not working for me is the progress bar for some reason…
Other thing i created some buttons for my playlists which are working perfect but would be awsome to see which playlist is playing … if any. Like changing the color of the button, any idea?
Hi, in order for the card to calculate and display the progress your media player component has to expose the following three attributes media_duration, media_position and media_position_updated_at. You can check if it does by navigating to /dev-state.
Don’t think it’s possible to implement, at least not with the Spotify component, since there is no way of knowing which playlist is currently playing.
Okay, you can’t manually enable those unfortunately, the specific media player component has to have support for those attributes and if it does, they will be exposed by default.
Sorry about that, the documentation showed unreleased stuff.
I changed back the repo to show the master branch now which is the latest release.
The speaker_group option is called sonos until next release, so simply changing speaker_group to sonos should solve your issue.
In the next release the sonos option will be renamed to speaker_group and take an additional platform option, in order to support speaker grouping for more platforms than Sonos in the future.
Old configurations still using the sonos option will continue to work, at least for a few more updates, to give people time to switch over to the new configuration option.
and calling the script, i.e. script.play_french_jazz:
play_french_jazz:
alias: Play French Jazz
sequence:
- data:
entity_id: media_player.406_living_room_echo_dot
media_content_id: 'CAFÉ I Soulside Radio Paris'
media_content_type: 'TUNEIN'
service: media_player.play_media
works. But for the life of me, I can’t figure out how to just embed this into the shortcut (i.e. type: source and id: TUNEIN:‘CAFÉ I Soulside Radio Paris’). Is my syntax wrong, is this not supported, am I asking the impossible?
ha thanks for that, @traverst
would you know of a way to use spotify in that same manner?
media_content_type: ‘Spotify’ and preferably an album to choose?
Cant seem to get it to work (on my google homes, or chrome casts) nor can I find real solutions in this community. Other than using the media_player spotify, which is not what I am looking for I think.
no worries hope others will read too;-)
where did you get the reference for the content_types? as described in my post above, we use non listed options. might be more I don’t know of, and hopefully spotify would among those?
My experience with this has shown me; use upper-case (ie TUNEIN for TuneIn)… that works for mine. I’ve also succeeded with AMAZON_MUSIC. I’ve seen comments from others that SPOTIFY works. I have NOT succeeded with IHeartRadio yet.
Oh yeah, one other little observation. If you use multiple Echo’s, tuning each to a different source at the same time works fine, except for Amazon… it only allows one Amazon source selection at a time.