Skip to content

Releases: thlucas1/spotifyplus_card

v1.0.38

07 Feb 16:32
Compare
Choose a tag to compare

[ 1.0.38 ] - 2025/02/07

  • Added card configuration option searchMediaBrowserQueueSelection; True to add track / episode to play queue when search result is clicked; Otherwise, false to play the track / episode immediately when track search result is clicked. Default is false.
  • Added theme variable --spc-card-wait-progress-slider-color and cardWaitProgressSliderColor card configuration option; Color of the card area wait progress indicator (default #2196F3).
  • Added theme variable --spc-player-progress-label-color and playerProgressLabelColor card configuration option; Color of the player progress text labels (default #ffffff).
  • Added theme variable --spc-player-progress-slider-color and playerProgressSliderColor card configuration option; Color of the player progress slider bar (default #2196F3).
  • Added theme variable --spc-player-volume-label-color and playerVolumeLabelColor card configuration option; Color of the player volume text labels (default #ffffff).
  • Added theme variable --spc-player-volume-slider-color and playerVolumeSliderColor card configuration option; Color of the player volume slider bar (default #2196F3).
  • Corrected a bug when displaying player queue; the queue would not render when it contained a mix of tracks, podcast episodes, and audiobook chapters. Queue will now be displayed on the type of items in the queue, and not based on what the player is currently playing.

v1.0.37

05 Feb 15:58
Compare
Choose a tag to compare

[ 1.0.37 ] - 2025/02/05

  • Updated favorite browsers to clear cached filter criteria if the filter criteria textbox was cleared.

v1.0.36

03 Feb 03:09
Compare
Choose a tag to compare

[ 1.0.36 ] - 2025/02/02

  • Updated section filter criteria to include both the name and subtitle value when filtering the list of items. This was applied to the following sections: Albums, Audiobooks, Episodes, UserPresets, and Tracks.
  • Added theme variable --spc-media-browser-items-svgicon-color and mediaBrowserItemsSvgIconColor card configuration option for styling media browser svg icon items color.
  • Added theme variable --spc-player-controls-color and playerControlsColor card configuration option; Color of the player media control labels (default #ffffff).
  • Added theme variable --spc-player-controls-icon-color and playerControlsIconColor card configuration option; Color of the player media control icons (default #ffffff).
  • Added theme variable --spc-player-controls-icon-toggle-color and playerControlsIconToggleColor card configuration option; Color of the player media control icons when they are toggled (default #2196F3).
  • Defaulted some theme variables so that card look and feel is ready to use. Prior to this fix, some details would not show correctly out of the box (e.g. device names).

v1.0.35

01 Feb 20:46
Compare
Choose a tag to compare

[ 1.0.35 ] - 2025/02/01

  • This release requires the SpotifyPlus Integration v1.0.90+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
  • Added utils.getHomeAssistantErrorMessage function to make error messages and warnings a little more user-friendly.
  • Added card version to General Editor form.
  • Added refresh of media list when a userpreset filtersection event is processed, which ensures that cached values are refreshed and any newly added favorites are displayed.

v1.0.34

27 Jan 03:50
Compare
Choose a tag to compare

[ 1.0.34 ] - 2025/01/26

  • Added card configuration option deviceDefaultId for specifying a Device ID to use for all SpotifyPlus service calls that require a deviceId argument. This allows you to hide the Devices section, and utilize the specific device for all service requests that require a deviceId.
  • Added card configuration option playerVolumeMaxValue for specifying the maximum volume value allowed to be set via the card user-interface. This value does not apply if adjusting the volume via services or other media player UI's.

v1.0.33

23 Jan 17:10
Compare
Choose a tag to compare

[ 1.0.33 ] - 2025/01/23

  • This release requires the SpotifyPlus Integration v1.0.86+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
  • Added support for Google Chromecast devices.
  • Moved support for Sonos devices to the underlying spotifywebapiPython package.
  • Added support for new Zeroconf discovery process, in support of Chromecast devices.
  • Updated underlying spotifywebapiPython package requirement to version 1.0.156.
  • Updated underlying smartinspectPython package requirement to version 3.0.34.

v1.0.32

17 Jan 15:09
Compare
Choose a tag to compare

[ 1.0.32 ] - 2025/01/17

  • Fixed issue with random track playing if shuffle mode was on while selecting a track favorite. To fix, I had to disable shuffle prior to starting play of the track as the Spotify Web API would always play a shuffled track. The only other alternative was to just play 1 track, which would then end play when the song ended.
  • Fixed play button icon sizing when player is idle.

v1.0.31

15 Jan 03:45
Compare
Choose a tag to compare

[ 1.0.31 ] - 2025/01/14

  • Renamed theming variable --spc-medialist-items-color to --spc-media-browser-items-color to more closely align with new theme naming standards.
  • Added card configuration option mediaBrowserItemsColor for styling media browser items title and sub-title text colors.
  • Added theme variable --spc-media-browser-items-title-font-size and mediaBrowserItemsTitleFontSize card configuration option for styling media browser items title text font-size.
  • Added theme variable --spc-media-browser-items-subtitle-font-size and mediaBrowserItemsSubTitleFontSize card configuration option for styling media browser items sub-title text font-size.
  • Added theme variable --spc-media-browser-section-title-font-size and mediaBrowserSectionTitleFontSize card configuration option for styling media browser section title text font-size.
  • Added theme variable --spc-media-browser-section-subtitle-font-size and mediaBrowserSectionSubTitleFontSize card configuration option for styling media browser section title text font-size.
  • Added theme variable --spc-player-header-title1-color and playerHeaderTitle1Color card configuration option for styling player section header title 1 text color.
  • Added theme variable --spc-player-header-title1-font-size and playerHeaderTitle1FontSize card configuration option for styling player section header title 1 text font size.
  • Added theme variable --spc-player-header-title2-color and playerHeaderTitle2Color card configuration option for styling player section header title 2 text color.
  • Added theme variable --spc-player-header-title2-font-size and playerHeaderTitle2FontSize card configuration option for styling player section header title 2 text font size.
  • Added theme variable --spc-player-header-title3-color and playerHeaderTitle3Color card configuration option for styling player section header title 3 text color.
  • Added theme variable --spc-player-header-title3-font-size and playerHeaderTitle3FontSize card configuration option for styling player section header title 3 text font size.

v1.0.30

13 Jan 04:17
Compare
Choose a tag to compare

[ 1.0.30 ] - 2025/01/12

  • Added touchSupportDisabled config option to disable touch events and force mouse events for media browser items. More info can be found on the wiki docs.

v1.0.29

12 Jan 02:56
Compare
Choose a tag to compare

[ 1.0.29 ] - 2025/01/11

  • This release requires the SpotifyPlus Integration v1.0.85+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
  • Modified isTouchDevice method to better detect touchscreen support for dual-monitor setups.