You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worked on this tonight. I have an idea of how I want it to work, but was unable to complete. I have the cocoa_spotify binary, and am now working to allow command line args to point to the user's key file.
To do this, I'm using the appkey binary instead of appkey.c. However, I'm having trouble initializing the SPSession when doing so.
That being said, once your run the .key file through the script mentioned in the above issue, it was able to read the binary. Apparently this is a known issue to Spotify developers.
The binary now excepts command line arguments and can be found at cocoa_spotify, the Cocoa Spotbox Driver.
Would be useful for those who don't have / want xcode. Would also remove complicated build process.
Need to update player to allow credentials (username + password + api key) to be specified either on the command line, or in a config file.
The text was updated successfully, but these errors were encountered: