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

not all playlist in home assitant widget #211

Open
5 tasks
IIIdefconIII opened this issue Mar 21, 2024 · 2 comments
Open
5 tasks

not all playlist in home assitant widget #211

IIIdefconIII opened this issue Mar 21, 2024 · 2 comments

Comments

@IIIdefconIII
Copy link

IIIdefconIII commented Mar 21, 2024

Describe the bug
A clear and concise description of what the bug is.

  • Reproducable on a plain lovelace panel without card, style or theme mods
type: vertical-stack
cards:
  - type: custom:spotify-card
    card_mod:
      style: |
        ha-card {
        background: none !important;  
        border: none !important;
         }
  • Using latest version of spotcast and spotify-card [ ]
    Need to check that to be honest but i think the one i grabbed from hacs is on latest
  • Using latest stable version of Home Assistant
    Yesyes
  • I have Spotify Premium
    Yes
  • I have setup the Spotify integration in Home Assistant
    Yes as you can see alot playlist do work

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
    Dashboard, insert card an watch result
  2. See error
    No Errors

Expected behavior
To see all playlist and not just the onces you see now

Screenshots
image

Environment (please complete the following information):

  • OS: [e.g. iOS]
    Windows
  • Browser: [e.g. chrome, safari]
    G Chrome
  • Version: [ ]
    Latest
  • HA version: [ ]
    Latest
  • spotcast version: [ ]
    Latest

Configuration

type: vertical-stack
cards:
  - type: custom:spotify-card
    card_mod:
      style: |
        ha-card {
        background: none !important;  
        border: none !important;
         }

Additional context
Everything else workes perfect and fine, i can switch from pc to android phone which all works, its just not seeing all playlist

Sidenote, the order would be nice to have alphabtacly. 👯

@gdgeist
Copy link

gdgeist commented Sep 20, 2024

@fondberg is this being maintained anymore? The Spotcast integration is developed mostly by @fcusson and @Fripplebubby
Looking at Playlists in particular for this issue - if I can get the time I would like to contribute and hope my take here isnt off:

  • "include_playlists" isnt in the documentation
  • adding a playlist_type of user_owned (or a variable for user id?) to the spotcast integration and filtering out lists that arent owned by the user's id such as "id": "spotify" should make the include_playlists more relevant.
    - if your personal playlists dont make it to the default 10(or limit) then they will never make the "include_playlists" regex.

@fcusson
Copy link

fcusson commented Sep 20, 2024

@gdgeist saddly fondberg passed away, I do not know if he had provided maintainer access to anyone in this project.

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

3 participants