Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media player doesn't show extra.title when playing an audio stream #748

Open
4 tasks done
XqeH57r opened this issue Sep 7, 2024 · 0 comments
Open
4 tasks done

Media player doesn't show extra.title when playing an audio stream #748

XqeH57r opened this issue Sep 7, 2024 · 0 comments

Comments

@XqeH57r
Copy link

XqeH57r commented Sep 7, 2024

My Home Assistant version: 2024.9.1

What I am doing:

I'm using browser_mod to play an icecast audio stream on my dashboard on a button click. It's working well, but the media player doesn't show the extra.title property of the media_player.play_media action.

The audio plays great! But there is no title rendered on the media-control card.

What I expected to happen:
The media-control card to show the extra-title property.

What happened instead:
No title is rendered (also showing mini-media-player card).

image

Minimal steps to reproduce:

This is how I am playing the audio:

# The least amount of code or steps possible to reproduce my error

    tap_action:
      action: perform-action
      perform_action: media_player.play_media
      data:
        media_content_id: http://IP:PORT/STREAM
        media_content_type: audio/mpegURL
        extra:
          title: Police and Fire Scanner
      target:
        entity_id: media_player.desktop_browser

Error messages from the browser console:

No errors


By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • Have made sure I am using the latest version of the plugin.

  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant