spotify-node-applescript
spotify-node-applescript copied to clipboard
Control Spotify on Mac OSX with NodeJS and AppleScript
Hi, thank you for running this awesome project. I'm opening this PR to add seeking capability for extending [vscode-spotify](https://github.com/ShyykoSerhiy/vscode-spotify). You can find the main changes in 14d3e45. The others are...
[](url)https://open.spotify.com/playlist/1tksGn5Q7iFq2h9w1NU1uv?si=pGuoUwDEQueMVKPq1t0NHw
Calling getTrack() often returns empty properties: ```javascript { artist: "" album: "La Face B" disc_number: 0 duration: 286053 played_count: 0 track_number: 0 popularity: 0 id: "spotify:track:1Qo3yZVoWOrDhj4NioYW2E" name: "" album_artist: ""...
After I've installed the extension and successfully logged in to my account, I receiving the following error when I tried to listen a music: `vscode-spotify: Failed to perform operation Unknown...
Is it possible to get all artists on a song, rather than just the first one?
Hi, Do you know if it would be possible to support a new feature ? It would consist to add the current playing song to the library.
Here: https://github.com/andrehaveman/spotify-node-applescript/blob/295cf27b56c7b537f4bb599936798f7985955670/lib/spotify-node-applescript.js#L95 So that it doesn't print to stdout. Thanks.
If I run `getTrack` when playing [this song](https://open.spotify.com/track/6h5PAsRni4IRlxWr6uDPTP?si=V-9b9pp4QiKMYd3_w_yp7w), the `/\` in the artist's name crashes this package. Error: `UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token in JSON at position 21`
I was running into issues where `getState` script would result in `undefined` which would cause the `JSON.parse(result)` to throw and error.