-
Notifications
You must be signed in to change notification settings - Fork 11
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
See what Spotify API can do for Playlists #21
Comments
The following request: Results in:
The same happens if we pass a playlist id, like:
What can be done: ask helm-spotify-plus user to configure manually his token and use it. |
How about this one:
Results in:
|
I was thinking about a user that wants to play his own playlists. I'll try to use filters and see what can be done with the "type=playlist" search. Even if can not retrieve user's playlists, it would be a nice feature to add. This works too:
So the user could store his playlists uri and play them easily with the mode. I think it's very boring to configure, but maybe it'd worth! |
Yes, I think is good enough. This brought me this idea: For example: We could make an Action (place it in F3 maybe) where the user can Store any playlist, album or even tracks. Creating a mode custom user-list. We might persist it in a file called .helm-spotify-plus-customs and have an option to not request directly to the Spotify API, instead we show the custom list of things. Could be a feature to the next release 1.2 because I think many things will need to be done to accomplish that. What you think? |
Nice idea. Basically, we would reproduce Spotify's desktop app left bar! |
See if Spotify API can be used to search playlists in general or even from a certain user.
The text was updated successfully, but these errors were encountered: