
last.fm-ripper - save last.fm radio to mp3 files

last.fm-ripper -u <username> [-p <password>] [-d] -[c] [-o <output-dir>] [-a <artist>] <lastfm-url>
-u, --username last.fm username -p, --password last.fm password -a, --artist artist name (to find similar titles), obsolets last.fm url -d, --debug enable debugging output -o, --output_directory where to save mp3-files -n, --no_covers disable cover download -w, --aws_token amazon webservices developer token for advanced tagging (http://amazon.com/soap)

Jochen Schneider, <scne59@googlemail.com>

last.fm-ripper is a small utility to save the last.fm program to individual mp3-files including all availabel id3-tags and the cover art (requires MP3::Tag module). Requires a valid last.fm login and password (http://www.last.fm/signup.php). If you don't like to enter your password on the commandline last.fm-ripper asks for it (requires Term::ReadPassword not to be echoed to the terminal).
For advanced tagging (track-no., year) an amazon webservices developer token is required (http://amazon.com/soap).

Copyright (c) 2006 Jochen Schneider. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.