Skip to content

Releases: kalkih/mini-media-player

v1.1.1

06 May 21:18
Compare
Choose a tag to compare

FIXED

  • Incorrect spacing between media buttons
  • Incorrect spacing between volume buttons
  • border-radius not applying when card was collapsed
  • icon colors not changing correctly with icon state

v1.1.0

03 May 16:21
Compare
Choose a tag to compare

ADDED

  • New option attribute for shortcut object, to determine & display active/selected shortcut from an attribute, see README
  • New option label for shortcuts object, specify a custom shortcut list dropdown label
  • New parameter sound_mode for shortcut type option
  • New option data for shortcut object, specify extra service data (useful for script variables)

FIXED

  • Various layout & alignment fixes

CHANGED

  • Shortcut list dropdown is now aligned to the right (instead of left)
  • Removed the underline from the shortcut dropdown
  • Changed default shortcut list dropdown label from Select Media... to Shortcuts...
  • Mute button is now only visible if supported by the media player, replace_mute option will override this and can still be utilized
  • Major refactoring of the source code

REMOVED

  • icon_state option
  • title option (wasn't really working anyways 🤷‍)

v1.0.4

13 Apr 13:05
Compare
Choose a tag to compare

ADDED

  • Added new option type for the tts object, type of tts method, only for alexa atm (#99)
  • Option speaker_group replaces sonos option (#102) @hcoohb
  • Option platform in the speaker_group option object (#102) @hcoohb
  • Speaker group management support for the yamaha_musiccast platform (#102) @hcoohb

FIXED

  • volume_offset not working as expected (#88)
  • RTL layout (#103) @yosilevy
  • Got rid of jerky UI movement after initial render
  • Missaligned speaker group button

CHANGED

  • Removed max width limit of the volume slider in normal view
  • Removed slight opacity of media info text while cover artwork is present
  • TTS service method for custom alexa component (old method is getting deprecated) (#96)
  • Updated dependencies

DEPRECATED

  • Deprecating sonos option replaced by speaker_group option (#102) @hcoohb

v1.0.3

07 Mar 21:59
Compare
Choose a tag to compare
  • NEW: Option volume_offset for sonos entity object for use with synced volume (#88)
  • NEW: Icon for speaker group button (#92)
  • NEW: TTS Support for modified sonos_say script (#86)
  • CHANGE: Volume slider color when cover artwork is present
  • FIXED: Shortcut list throwing errors
  • FIXED: Shortcut list dropdown button design for new mwc-button
  • FIXED: Minor flaws with scrolling media info (#93)
  • FIXED: Prevent unsupported tts parameters from being sent to alexa_tts (would cause errors in backend)

v1.0.2: Compatibility & small changes

19 Feb 20:39
Compare
Choose a tag to compare
  • NEW: Added two theme variables
  • NEW: Option columns for shortcut buttons, to specify max amount of buttons per row (#78)
  • FIXED: Buttons to work with HA > v0.88.0 (#82)
  • CHANGE: Removed enforced uppercase for shortcut buttons (#74)
  • CHANGE: Changed color of media info when artwork is set to cover / full-cover

v1.0.1: Trigger scripts from shortcuts & fixes

13 Feb 22:46
Compare
Choose a tag to compare
  • NEW: Support for Standby state in idle view, see idle_view -> when_standby (#73)
  • NEW: Option icon_state, change icon color depending on entity state (#77)
  • NEW: Shortcut items can now trigger scripts (#76)
  • NEW: TTS Support for hass.io addon: Google Assistant Webserver and similar solutions
  • CHANGE: Artwork border is now hidden by default
  • FIXED: Sonos sync_volume not working as expected (#72)
  • FIXED: Progress not visible with group option and not collapsed (#71)
  • FIXED: Hide season and episode information if current media is a movie
  • UPDATE: LitElement dependency to v2.0.1

v1.0.0: Reworked options, seek through media & more 🎉

03 Feb 20:56
Compare
Choose a tag to compare

Time for version 1.0.0 🎉

Important for existing users
This is a major release and many configuration options have been reworked, renamed or changed in order to streamline future card configurations but also to make certain new features possible. This does introduce some breaking changes that could affect existing card configurations.
Check the updated option list and the changelog and update your configurations accordingly.

Changelog

  • NEW: Ability to seek through media by pressing on the progress bar
  • NEW: Option hide (#50)
  • NEW: source, name, progress, artwork_border, power_state mute & shuffle parameters to hide option object (#50)
  • NEW: Option shortcuts, replaces media_list & media_buttons
  • NEW: Ability to switch source through shortcuts list/buttons (#47)
  • NEW: Option hide_when_off added to the shortcuts option to specify visibility when entity is off (#49)
  • NEW: Option source to modify how source & source select is displayed
  • NEW: Option info to modify how media info is displayed (#51)
  • NEW: Option tts (#61) (@Devqon)
  • NEW: Two optional TTS options language & entity_id options for TTS (#61) (@Devqon)
  • NEW: Option sync_volume option to sonos object to sync volume across grouped Sonos speakers (#48)
  • NEW: Option show_group_count added to sonos option object to display the number of grouped speakers (if any) in the name
  • NEW: Option expanded to sonos option object to specify default state of the list
  • CHANGE: Responsive design breakpoint changed from 350px to 390px
  • CHANGE: Improved responsive design
  • CHANGE: Icons inside shortcuts list items & buttons is now displayed to the left
  • CHANGE: Progress bar background color is now slightly more transparent
  • CHANGE: Source & source select is now visible by default (if supported & available)
  • CHANGE: Progress bar is now visible by default (if supported & available)
  • CHANGE: Artwork border is now visible by default
  • CHANGE: Renamed and reworked sonos_grouping option to sonos (BREAKING CHANGE)
  • CHANGE: The idle_view option now takes an object (BREAKING CHANGE)
  • FIXED: Progress bar layout when used with group option (#56)
  • FIXED: Issue where consider_idle_after (now idle_view -> after) option would not always work properly
  • FIXED: Inconsistent height of card while using group option and artwork cover (#54)
  • REMOVED: The following options were removed hide_info, hide_power, hide_icon, hide_media_info, hide_volume, hide_controls & hide_mute options (#50) (BREAKING CHANGE)
  • REMOVED: consider_idle_after & consider_pause_idle options were removed, see new idle_view option (BREAKING CHANGE)
  • REMOVED: artwork_border option, see new hide option (BREAKING CHANGE)
  • REMOVED: power_color option, see new hide option (BREAKING CHANGE)
  • REMOVED: show_source option, see new hide & source option (#50) (BREAKING CHANGE)
  • REMOVED: show_progress option, see new hide option (#50) (BREAKING CHANGE)
  • REMOVED: show_shuffle option, see new hide option (#50) (BREAKING CHANGE)
  • REMOVED: show_tts option, see new tts option (BREAKING CHANGE)
  • REMOVED: media_list & media_buttons options were removed, see new shortcuts option (BREAKING CHANGE)
  • REMOVED: scroll_info & short_info options were removed, see new info option (#51) (BREAKING CHANGE)
  • REMOVED: Ability to run the source directly was removed, if you haven't migrated to the built bundle yet, it's time to do it now (BREAKING CHANGE)

v0.9.8: Replace mute option, button icons & more

22 Dec 19:36
Compare
Choose a tag to compare
  • Added: replace_mute option #43
  • Added: icon option to media object (media buttons/list)
  • Changed: made name option for media object (media buttons/list) optional
  • Changed: renamed media item object url option to id (you can still use url for now)
  • Changed: new shuffle icon style
  • Fixed: more_info not working when using card inside entities card #44
  • Fixed: animation improvements
  • Fixed: cleaned up & removed redundant code
  • Fixed: bumped dependencies

v0.9.7: Minor fixes

12 Dec 17:19
Compare
Choose a tag to compare
  • Fixed: card will now grow taller instead of clipping content if more space is needed when using artwork: full-cover
  • Fixed: height issue while using group option

v0.9.6: Sonos group arrangement & artwork improvements

12 Dec 03:25
Compare
Choose a tag to compare
  • Added: sonos_grouping option for Sonos group management

  • Added: showing app_name if no other media information is available #38

  • Changed: artwork images renders in base64, should result in faster rendering

  • Fixed: improvements to artwork logic, should result in smoother transitions

  • Fixed: artwork: full-cover now displays "non music" artwork in a 16:9 aspect ratio

  • Fixed: paper slider pin now displays correctly even in collapsed view

    V0.9.5 example 1