Todo List
[line 27]
[line 24]
[line 26]
[line 31]
[line 32]
[line 28]
[line 29]
[line 30]
[line 25]
scrobbler __construct( $username, $password, [ $host = ''], [ $port = ''], [ $url = ''], [ $challenge = ''])
This is the constructer it takes a username and password
void get_error_msg( )
void get_queue_count( )
void handshake( )
This does a handshake with the audioscrobber server it doesn't pass the password, but it does pass the username and has a 10 second timeout
void queue_track( $artist, $album, $title, $timestamp, $length, $track)
void submit_tracks( )
This actually talks to LastFM submiting the tracks that are queued up. It passed the md5'd password combinted with the challenge, which is then md5'd