My software and other meaningless stuff
Spotlight on: Clamz
Clamz is a downloader for the amazon musicshop.
When you’re buying music from amazon you’ll in most cases get an encrypted .amz file containing the download links. This file would require the amazon-mp3-downloader to be decrypted. But it’s only available for a handfull and old distros.
The developer behind clamz managed to find a way to decrypt .amz files, so everyone can buy music from amazon.
First of all install clamz (users of my apt-repo simply install the clamz package):
grab the source from the homepage.
- ./configure –prefix=/usr
- make
- sudo make install (or su –c “make install”)
For simply downloading the purchased files issue:
- clamz <.amz-file>
Now lean back and wait until your files are downloaded. By default the files are placed in the music-folder set by xdg-user-dirs — this would be $HOME/Music in english or $HOME/Musik in german environments. Of course clamz got the ability to change the output directory and the output filename. Next follows the allowed set of tags for doing so:
- ${title}
- ${creator}
- ${album}
- ${tracknum}
- ${album_artist}
- ${genre}
- ${discnum}
- ${suffix}
- ${asin}
- ${album_asin}
Some examples on changing the output directory or filename:
- clamz –o “${artist} — ${title}.${suffix}” <.amz-file>
- (= Technoboy Meets Ruffian — The Undersound.mp3)
- clamz –output=”${tracknum} — ${title}.${suffix}” <.amz-file>
- (= 01 — The Undersound.mp3)
For sure you can combine both switches. If you want to resume an already began download, simply issue:
- clamz –r <.amz-file>
For all less common switches check the help:
- clamz –help
Happy listening!

The german version of this article has been released on ProLinux.
| Print article | This entry was posted by zanghar on 25.07.2010 at 21:12, and is filed under News::Linux. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |



