<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; mp3 downloads</title> <atom:link href="http://www.ghacks.net/tag/mp3-downloads/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 21:54:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Download music from Amazon with clamz</title><link>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/</link> <comments>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/#comments</comments> <pubDate>Sun, 25 Apr 2010 13:52:24 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[mp3]]></category> <category><![CDATA[mp3 downloads]]></category> <category><![CDATA[source]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24864</guid> <description><![CDATA[Lately I have been going on and on about the Ubuntu Music Store. So much so, it would seem I have forgotten the other music store that is friends to Linux. Not so. I am still a fan of the Amazon MP3 store and last night I took the opportunity to purchase something. I was [...]]]></description> <content:encoded><![CDATA[<p>Lately I have been going on and on about the Ubuntu Music Store. So much so, it would seem I have forgotten the other music store that is friends to Linux. Not so. I am still a fan of the Amazon MP3 store and last night I took the opportunity to purchase something. I was looking for the soundtrack to my favorite TV show (Fringe) on the Ubuntu Music Store when I quickly realized they didn&#8217;t have it. So I opted to check out the next best thing &#8211; Amazon.com. Well they had it&#8230;BUT&#8230;the MP3 downloader doesn&#8217;t work with Ubuntu 10.4 (yet). There have been a lot of complaints about the Amazon MP3 downloader  (it&#8217;s proprietary) so someone came up with an option. That option? <a
title="Clamz" href="http://code.google.com/p/clamz/" target="_blank">Clamz</a>. Clamz is a command line tool that will allow you to download your music from Amazon, once you have purchased it. The installation isn&#8217;t the easiest in the world, but it&#8217;s certainly not compiling a kernel.</p><p>In this article I will show you how to install and use the clamz downloader for purchased music from Amazon.com.</p><p><span
id="more-24864"></span><strong>Meeting the dependencies</strong></p><p>First things first. I will be illustrating the installation on a Ubuntu (10.4) machine. You can alter this installation easily for your distribution.  I am going to show you two different installation commands, one of which should work on your system. The commands are (depending upon your release and what you have installed):</p><p><em> sudo apt-get install libgcrypt11-dev libcurl4-gnutls-dev libcurl4-openssl-dev libexpat1-dev</em></p><p><em></em>or</p><p><em>sudo apt-get install libgcrypt11-dev libcurl4-openssl-dev libexpat1-dev</em></p><p><em></em>On my Ubuntu 10.4 system, libcurl4-gnutls-dev wouldn&#8217;t install. That&#8217;s not a show stopper as you can use the second command to install without that application.</p><p><strong>Installation</strong></p><p>Now that you have the dependencies installed, let&#8217;s install the application itself. We&#8217;ll be doing so, from source. Download the latest, greatest from the <a
title="clamz download" href="http://code.google.com/p/clamz/downloads/list" target="_blank">project download page</a> and save it do your <strong>~/Downloads </strong>directory. Now, from a terminal window, issue the following commands:</p><p><em> tar -zxf clamz-0.1.tar.gz</em></p><p><em> cd clamz-0.1</em></p><p><em>./configure &amp;&amp; make</em></p><p><em>sudo make install</em></p><p>That will install the executable command <em>clamz</em> into <strong>/usr/local/bin/</strong>. You are almost ready to download.</p><p><strong>Make it ready</strong></p><p>When you purchase music from Amazon, your browser attempts to detect if you have the downloader installed. If the browser does not detect the downloader, it will then direct you to a page instructing you to install the downloader. We have to get around that. You can do this easily by scrolling all the way down to the bottom of the page (the page instructing you to download and install the downloader) you will see a line that reads:</p><p><em>If you have already installed the latest Amazon MP3 Downloader, click </em><em>here</em><em> to enable it for use with this browser.</em></p><p>Once you have done this your browser should save the *.amz file to your <strong>~/Downloads</strong> directory. Now it&#8217;s time to use clamz.</p><p><strong>Usage</strong></p><p>Using clamz is simple. From within the directory you downloaded the *.amz file<em> </em>issue the command:</p><p><em>clamz -d ~/MUSIC AmazonMP3-XXX.amz</em></p><p>Where MUSIC is the directory you want the downloads to be placed in and XXX is the file name (it will be a random string of numbers and/or letters).</p><p>The files will then download from the Amazon site and be saved in the directory you chose. You can now use your Amazon MP3 files without ever having to have installed the Amazon MP3 Downloader!</p><p><strong>Final thoughts</strong></p><p>It may seem like a lot of work at first, but once you get the hang of it, it&#8217;s a piece of cake. And for those who refuse to use proprietary software, it&#8217;s a must-have if you want to download music from Amazon.com.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>Free Music Downloads with We7</title><link>http://www.ghacks.net/2007/04/18/free-music-downloads-with-we7/</link> <comments>http://www.ghacks.net/2007/04/18/free-music-downloads-with-we7/#comments</comments> <pubDate>Wed, 18 Apr 2007 11:03:40 +0000</pubDate> <dc:creator>Samer</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[legal mp3]]></category> <category><![CDATA[mp3 downloads]]></category> <category><![CDATA[mp3 portal]]></category> <category><![CDATA[music-downloads]]></category> <category><![CDATA[we7]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/04/18/free-music-downloads-with-we7/</guid> <description><![CDATA[While there is no shortage of sites that offer mp3 downloads, both legal and illegal, the concept of a site for legitimate free mp3 downloads that is completely supported by ads remains elusive. The latest site to take a stab at making this model work is We7, a new site with a prominent backer in the form of no other than Peter Gabriel.
Currently the site is still in the early stages and the range of (DRM-free) mp3s available for download is still quite small (I counted 8 artists and 19 tracks, but I guess you have to start somewhere).]]></description> <content:encoded><![CDATA[<p>While there is no shortage of sites that offer mp3 downloads, both legal and illegal, the concept of a site for legitimate free mp3 downloads that is completely supported by ads remains elusive. The latest site to take a stab at making this model work is <a
href="http://www.we7.com/">We7</a>, a new site with a prominent backer in the form of no other than Peter Gabriel.</p><p>Currently the site is still in the early stages and the range of (DRM-free) mp3s available for download is still quite small (I counted 8 artists and 19 tracks, but I guess you have to start somewhere).</p><p><span
id="more-1435"></span><br
/> If you’re looking to get your music distributed be sure to check them out; part of We7’s vision is to showcase new musical talent (Oh and by the way, We7 artists get paid).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/04/18/free-music-downloads-with-we7/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
