- 04 Apr, 2009 6 commits
-
-
elleo authored
Return a full OK message after successful submissions handshake (tells the client where to submit now playing and submissions requests)
-
elleo authored
Basic implementation of submissions handshake protocol (currently only works with standard authentication, not web services auth) Add helper functions for validating webservices/standard tokens (only standard tokens are implemented) Change password storage to only be md5($password) rather than md5(md5($password)), otherwise standard tokens can't be generated (standard tokens are "md5(md5($password) . $timestamp)") Update README to give details on testing submissions handshake via standard auth.
-
bmccalip authored
See the README for a walkthrough of a test sequence.
-
elleo authored
Add Auth table to install script
-
bmccalip authored
Just wanted to get a proof-of-concept going. This currently fakes its way through the authentication process, but there is no database storage as of now so it's not practical yet. Feel free to hack, slash, and delete at will. =) I've at least gotten all the API error constants in and documented, and established a basic dispatching method for processing requests. Copy 2.0/, api/, and data/ directories to a PHP-capable server's root to simulate the Last.FM experience. The hosts file would need to alias last.fm and ws.audioscrobbler.com, but I'm not bothering with that yet.
-
- 03 Apr, 2009 3 commits
-
-
elleo authored
Initial commit for gobbler (last.fm compatible audioscrobbler). Just a simple install/configuration script for now.
-
mattl authored
this is all GPLv2 stuff.
-
mattl authored
adding rhythmbox plugin for last.fm, for reference. a rhythmbox plugin would be probably the best way to make a start on this.
-
- 02 Apr, 2009 3 commits