-
This project should use an external library for Spotify requests. Since it is rather request-intensive, throttling is an absolute must so that we don't butt up against Spotify's [rate limits](https://…
epsil updated
7 years ago
-
**Is your feature request related to a problem? Please describe.**
Currently some api calls of the `SpotifyApi` interface return an object wrapping a `Paging` object. This is done because of how 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…
-
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…
-
Hi all,
is there any way to do this ?
-
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…
-
This is something I'd like to discuss with people actually using this lib.
I first tried to stick as closely as possible to the C API, just adding some javascript sugar and grouping namespaced C func…
Floby updated
11 years ago
-
-
When I open a player and send a play request it returns 404: Not found. After manually starting a song in the player, I can again control it, but if nothing has played for a while the error returns, e…
-
After doing a few search tests, I've come across some unexpected results. When searching for a particular track, I am receiving results that were queried against other fields besides just the track na…