cordova-spotify-plugin
cordova-spotify-plugin copied to clipboard
This plugin provides a PhoneGap / Cordova API for the Spotify iOS SDK.
Hi, wondering if you have any suggestions on how to get the currently playing Spotify track? I forked in hopes of making getCurrentTrackMetadata or getCurrentTrackURI to work but no luck....
After a long and vicious battle, I finally got the plugin installed and building. However, when I try to call the spotify.authenticate method in javascript, I'm getting the js error...
I was very excited to find this plugin, but unfortunately when I attempt to install the plugin to my app I am getting stuck. When the install script prompts me...
Trying to run `spotify.getPlaylists` via: `spotify.getPlaylists(session.canonicalUsername, session, function(error,result) { if(error) alert("error: " + error); var playlists = result; });` In my code, the 'session' object does exist and is a...
I am using the plugin in an Ionic / Angular project. Each time I build for ios via: `$ ionic build ios` ...Xcode adds a duplicate URL Type in Xcode...
After calling createAudioPlayer with a working player (I can play and manipulate a queue) I can't get any events to fire. I've tried registering as follows: ``` js var audioPlayer...