|
Project Information
Featured
Downloads
|
Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon. Please keep in mind that there is absolutely no warranty of any kind. Use this software at your own risk. InstallationA few OS distributions now include clamz packages/ports, so you may want to consult your friendly neighborhood package manager first. Clamz uses the libraries libgcrypt, libcurl, and libexpat, so you will need to have all three libraries installed (including "development" packages, if any) before compiling clamz. After downloading the source package, run the following commands to unpack and compile clamz: tar xfvz clamz-0.5.tar.gz cd clamz-0.5 ./configure make To install it, run (as root): make install After installing clamz, click one of the following links to enable the "MP3 downloader" mode in Amazon's web store: (US) (UK) (France) (Germany) (Japan) You can then proceed to purchase MP3 songs or albums. When you do so, you will be given a .amz file (a small, encrypted data file); run clamz on this file to download the actual MP3 music files. See the clamz manpage (man clamz) and README file for more information. |