Skip to content

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 22:35
2694289

Music Assistant Player Card v2.6.0

Breaking Changes

A few different configuration options for hidden elements have been changed with this release. This should not effect most users but the fix should be relatively painless:

  • player.hide:
    • group_volume changed to group_selector
    • power changed to power_button
    • repeat changed to repeat_button
    • shuffle changed to shuffle_button
    • favorite changed to favorite_button
    • mute changed to mute_button
  • media_browser.hide:
    • search changed to search_button

queue.limit_before and queue.limit_after are no longer used. This is not a breaking change, however - these options will just be ignored. Thanks to the change below, there is no need to limit the number of items returned. If you still have a use for these options, please submit an issue and we can discuss re-adding them or creating alternate solutions.

What's new:

No more limits

A virtualizer has been added for the player queue and collections views! What this means for you is that the card no longer needs to limit the track lists to just a handful of items at a time. All collection items will now always be available while the queue will always pull up to 500 items! No changes are required on your end to make this work.

Now you see me...

More items can now be hidden:

  • Music Player
    • Player name
    • Track title
    • Track artist
    • Progress time
    • Progress bar
  • Media Browser
    • Filter button

Additionally, every section can now have their header and header title removed.

Other changes:

  • Players can now be grouped with players from other providers if supported
  • Misc styling tweaks, improvements, and standardizations
  • Various bug fixes from the HA 2026.4.0 update

🐛 Bug fixes

🚀 Enhancements

  • Pad menu button for collection row; ignore misclicks @droans (#624)
  • Remove elevation from collection row menu button, use outline instead @droans (#626)
  • Allow hiding player name, track title, artist, and progress @droans (#629)
  • Allow hiding filter button for media browser @droans (#630)
  • Allow hiding section titles @droans (#631)
  • Allow hiding section headers @droans (#632)
  • Automatically hide volume bar, mute button, and power button if unsupported by player @droans (#637)
  • Use virtualizer for queue, collections to allow for scrolling entirety of items instead of just subset @droans (#640)
  • Allow sections to fill behind navbar @droans (#648)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates