Giter Site home page Giter Site logo

node-spotify-playlist's People

Contributors

darthbatman avatar jessevelden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

node-spotify-playlist's Issues

spotify-playlist is incorrectly throwing error

This throws an error where it shouldn't:

`
import Spotify from 'spotify-playlist'

Spotify.playlist('billboard.com', '6UeSakyzhiEt4NB3UAd6NQ', (err, result) => {
if (err) {
if (err === 'Result:') {
throw Error('spotify-playlist is incorrectly throwing error')
}

console.error(err)

}
})
`

Update spotify url

Spotify changed url where you can access playlist.

Fix:

Spotify.url = {
    playlist: 'https://open.spotify.com/embed?uri=spotify%3Auser%3A%s%3Aplaylist%3A%s'
}

error in sample - should be lower case l

It says var spotifyPlaylist but calls spotifyPlayList. This btw. returns plenty [object].

Nice tool actually for someone who doesn't use spotify but wants to see a list of titles. ๐Ÿ‘

Did URLs change?

I keep getting network errors today when I load a list. An earlier issue said URLs lool like
https://open.spotify.com/embed?uri=spotify:user:xxx:playlist:yyy
What works is https://open.spotify.com/embed/user/xxx/playlist/yyyy

Doesn't work

I'm trying to run it, but it returns an empty array of tracks. Guess Spotify changed the design

Limited to 200 tracks

Hi,
everything works just as expected, but it doesn't load more than 200 titles.

Is there any fix for this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.