Audio::Scrobbler 0.01 review
DownloadAudio::Scrobbler is a Perl interface to audioscrobbler.com/last.fm. SYNOPSIS use Audio::Scrobbler; $scrob = new Audio::S
|
|
Audio::Scrobbler is a Perl interface to audioscrobbler.com/last.fm.
SYNOPSIS
use Audio::Scrobbler;
$scrob = new Audio::Scrobbler(cfg => { ... });
$scrob->handshake();
$scrob->submit(artist => "foo", album => "hello", track => "world",
length => 180);
The Audio::Scrobbler module provides a Perl interface to the track submission API of Last.fm's AudioScrobbler - http://www.audioscrobbler.com/. So far, only track submissions are handled; the future plans include access to the various statistics.
Requirements:
Perl
Audio::Scrobbler 0.01 search tags