Custom Mini Media Player Help

Good afternoon,

I am going crazy trying to figure this out… :frowning: I just want to have a couple buttons on one card which plays either a radio station or a Spotify playlist to my echo plus. The radio work great but I cannot for the life of me get the playlist to work ideally I would love it to shuffle when pressed… I can get it to work if I change the type to custom but it plays a complete random playlist and not the one in the ID. Any help is greatly appreciated.

title: Kitchen Echo
type: custom:mini-media-player
shortcuts:
  columns: 3
  buttons:
    - type: custom
      name: Wild Country Radio
      id: play wild 95.3 on tunein
      icon: mdi:radio
    - type: custom
      name: Virgin Hits Radio
      id: play virgin 98.5 on tunein
      icon: mdi:radio
    - type: custom
      name: AMP Hits
      id: play amp 90.3 on tunein
      icon: mdi:radio
    - type: playlist
      name: Top 50 Global
      id: spotify:playlist:37i9dQZEVXbMDoHDwVN2tF
      icon: mdi:spotify
tts:
  platform: alexa
  enity_id: media_player.cyr_echo_plus
group: true
source: full
artwork: full-cover
entity: media_player.cyr_echo_plus
volume_stateless: true

Why not ask this in the mini-media-player thread?

Oh no ever answers or helps, figured give it a shot here as I’m at a loss. Thanks for comment tho

These are my Echo settings:


type: custom:mini-media-player
icon: mdi:music
group: false
toggle_power: true
source: full
sound_mode: full
tap_action:
  action: more-info
tts:
  platform: alexa
hide:
  name: false
  icon: false
  info: false
  power: false
  source: false
  sound_mode: false
  controls: false
  prev: false
  next: false
  play_pause: false
  play_stop: false
  volume: false
  volume_level: false
  mute: false
  progress: false
  runtime: false
  artwork_border: true
  power_state: false
  icon_state: false
  shuffle: false
  state_label: false
attribute: media_album_name
shortcuts:
  buttons:
    - name: TuneIn
      icon: mdi:radio
      type: TUNEIN
      id: radio paradise main mix
    - name: Sunshine Pop
      icon: mdi:amazon
      type: AMAZON_MUSIC
      id: Spiele Gute-Laune-Musik
    - name: Playlists
      icon: mdi:apple
      type: APPLE_MUSIC
      id: Meine Playlists
    - name: BossHoss
      icon: mdi:account-cowboy-hat
      type: custom
      id: Spiele Musik von The BossHoss
     ##  … and so on  ##
  hide_when_off: false
artwork: full-cover
info: short
entity: media_player.echo_show

I don’t have Spotify but the documentation says that you need your user id:


    buttons:
      # Start predefined playlist
      - icon: mdi:cat
        type: playlist
        id: spotify:user:XXXXXXX:playlist:37i9dQZF1DZ06evO2O09Hg 
        # Where XXXXXXX is your User ID