@somansch
I added a Themes wiki page to document the various theme variables, as well as provide examples for popular themes. I also added the “macOS” example theme example, which gives you an idea of how to modify a theme for both light and dark modes.
Make sure you update to the latest SpotifyPlus Card and SpotifyPlus Integration versions.
You can only play 200 tracks though (Spotify API limitation on the play tracks service).
The desired shuffle mode can also be set before tracks are played.
I’m struggling to stretch the height to the size of the popup like for the width, to make the player image bigger. Same happens for the browser sections
@Sofa_Surfer
What do you have specified for the width and height values in your SpotifyPlus Card configuration? Have you tried specifying fill for those values?
If you are using fill, then it’s probably a matter of sizing the ha-dialog parent container element instead of the ha-dialog element itself maybe?
I’m not too familiar with the browser_mod, and it’s been awhile since I played with it.
I know that when I specify the fill values for the width and height that they consume 100% of the horizontal and vertical space on my mobile / tablet devices. I would think the same would apply in the browser_mod popup as well.
That was the silly problem, I “#” while doing some tests. Thank you!
I have some feature request as well, I will post it in the github pull request section
Added favorite indicator to the player section form for track, show episode, and audiobook items. The heart icon will be displayed to the right of the item name. A solid red heart indicates the item is a favorite; a transparent heart indicates the item is not a favorite.
Added “Play All Track Favorites” action to the track favorites section actions. This will get a list of the tracks saved in the current Spotify user’s ‘Your Library’ and starts playing them, with shuffle enabled.
Added logic to player PREVIOUS_TRACK control so that if more than 8 seconds have passed the currently playing track is just restarted from the beginning; otherwise, the previous track is selected if progress is past the 8 second point.
This release requires the SpotifyPlus Integration v1.0.71+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
Corrected a bug that was causing the wrong media player to be displayed when multiple SpotifyPlus media players were defined with the same prefix.
Hide Media controls for Spotify Free accounts, as a Spotify Premium membership is required for those functions.
Hide Volume controls for Spotify Free accounts, as a Spotify Premium membership is required for those functions.
The “Play All Track Favorites” is also still accessible via the track favorites detail action menu, but I thought this would make it a little bit easier to get to.
Did you ever figure out the limit on the track favorites?
i,
I didn’t noticed update of card… HA didn’t notify me that frontend card should be updated…
As I already replied in Integration forum I think that button in Favorite Tracks section to play ALL of them will be more convinced for user.
As an user, I want to just play my favorite songs - this is just a playlist, and usually when you start listen music you want to play playlist, so I think you can think about adding button to play all tracks - maybe next to refresh button, or wide button below tile and search?
Hello Lucas. First of all “Great work”. Thank you so much!!!
I would like to set up the dashboard for my daughter on a mobile device so that she can only navigate through predefined playlists. She loves LEGO Ninjago. Now there are a lot of albums. Is it possible to create a Ninjago superfolder with a selection of albums underneath (subfolder). Then I could, for example, design it so that I have a parent tile for everything she likes to listen to with a selection of albums underneath. Is that possible? I haven’t found a way yet. Thanks and best regards
Have only just looked at this card - looks great. But long term user of underlying SpotifyPlus integration - thanks!!
What could be causing volume controls (and the shuffle button) to not appear for me:
I noted your last update that was hiding volume controls for non premium accounts. I am using a PremiumFamily account, albeit the user I have connected to the integration is one dedicated to HA, and not the lead user (if that is such a thing). Related?
@jaustin@Richi
It could be related to the account type, as I am only able to test with the premium and free accounts. I don’t have a family account.
What do you see for the sp_user_product attribute when you display the spotifyplus media player state via the Developer Tools State UI? This is what I see for my premium and user accounts:
sp_user_product: premium
sp_user_product: free
It may have a different value than “premium”, which could be causing the issue since I have logic in place that checks specifically for “premium” to enable / disable premium features.
This release requires the SpotifyPlus Integration v1.0.73+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
Fixed hidden volume controls, which was caused by a bug introduced with v1.0.20.
Added the ability to disable image caching for userpreset images. More info can be found on the wiki docs.