-
can you make it possible to add a request to a song in the parameter?
so for instance
--play_ thunder
and it would then search for thunder, find thunder by Imagine Dragons and play thay.
or for in…
-
Blocked because sometimes the songs get removed from Spotify. In this case, we may want to either search for songs with similar titles, search youtube, or gracefully give up.
-
o3o1b
This week I used the spotify api to populate the playlists component with a user's playlists, including the name, description, and photo. I built a songlist component so that when a playlist …
-
To connect to a streaming service to create the playlist we need a way of allowing the user to authenticate into their account to create the playlist from the running python service.
-
When using MPD's `find` command the results are supposed to be an exact match of the query but due to limitations in Spotify's searching you actually get partial matches more akin to SQL's LIKE operat…
-
# The Problem
Spotipy is a great library to extend the spotipy API . It is a really great wrapper around the spotipy API. But most of the return types lack a defined type, which makes it harder for a…
-
## Description
I can't use any of the buttons when using the Spotify audio source, yet I see what song is playing and what the progress is.
## How To Reproduce
1. Go to Spotify, play any song.
2…
-
Code:
```py
search_ : pyyoutube.SearchListResponse = youtube.search_by_keywords(q = content)
tracks = []
for result in list(search_.items):
video :…
-
Hi folks,
Trying to follow this tutorial: https://www.youtube.com/watch?v=prayNyuN3w0 using this web api. I'm having an issue where my response after calling getMyCurrentPlaybackState(). All of the…
-
https://github.com/thelinmichael/spotify-web-api-node/blob/2fcd60c30368255dab658b534b4229909ace5d43/src/spotify-web-api.js#L145
For `getTracks()`, `50` is the max number of IDs to get, according to…