Changes every day to display the current song-of-the-day, so you can listen and download a new song, for free, every day.
Click here to download the "song of the day" dashboard widget. Only works on Mac OSX 10.4.0 and newer.
Magnatune for Small Screens
A miniature browser of the magnatune catalog, for small-screen devices that want to listen to our music (such as cell phones, palm and WinCE devices). There are several small-screen interfaces to Magnatune available at these urls:
The general idea is that someone browsing your web site, can also listen to magnatune music while they read.
Or, if you have a personal home page you use as your "launch pad", you can put the "Magnatune Mini Browser" on your page, so you always can listen to Magnatune.
The changed.txt file contains a single number, which is a CRC of all our releases. When that number changes, this means that all the other data feeds also have new data. You can check this changed.txt file as often as you like, but we recommend no more frequently than every 24h.
For instance, Webjay helps
people listen to and publish web playlists, while iRate
radio is a collaborative filtering system for music. These are the kinds of
things we at Magnatune love and want to promote.
We only ask that you do not upload our MP3s to Kazaa, or other peer-to-peer
services, as we don't consider them to be ethical businesses and do not want to
support them. If you're wondering how we'd feel about a specific use of
Magnatune's music, feel free to contact us and tell us your thoughts.
Below are the data feeds which can help you. These are continuously updated with the latest data. Contact us if you need something special; we're happy to
oblige.
Song-by-song XML file. Every 128k mp3 at Magnatune
described, with each mp3 file (ie, each song) fully described. This file is for
uses that are more single-mp3 oriented. A simplified
version of this file is also available.
These files are also available in a number of compressed formats:
Song-by-song XML file: zip, gzip, bzip2
simplified version: zip, gzip, bzip2
Song-by-song MYSQL table dump. Every 128k mp3 at Magnatune
described, with each mp3 file (ie, each song) fully described, loadable directly into
your MYSQL database. Creates a "magnatune_song_info" table.
SQLite Export: a fully normalized small database in SQLite format.
Song-by-song CSV file. Every 128k mp3 at Magnatune
described, with each mp3 file (ie, each song) fully described, the comma-separated-value
(CSV) format which imports directly into most database programs and Microsoft
Excel.
This file is also available in a number of compressed formats:
zip, gzip, bzip2
Albums and songs XML file Every album and song
described, with each song grouped into the album it belongs to. This provides
more information, and is useful for uses that are more album oriented.
This file is also available in a number of compressed formats:
zip, gzip, bzip2
To keep these downloads small, we reccomend using the bzip2 files if possible.
an instruction document in XML will appear, displaying this help:
The following fields are required:
sku= field, which is the album's sku code
amount= field, which is how much is being paid for this album in US Dollars
For a credit card charge:
cc= field, which is a Credit card number (VISA/MASTERCARD only)
yy= field, which is a two digit year of the credit card expiration date (zero padded)
mm= field, which is a two digit month of the credit card expiration date (zero padded)
For a Gift Card purchase:
gc= field, which is a Magnatune gift card number
name= field, which is the name of the buyer (if you want it to be blank, send "name=")
email= field, which is the email address of the buyer, so they can retrieve their purchases later if they lose the download info (if you want it to be blank, send "email=")
id= field, which is your partner id. Contact john to obtain one (there is no cost).
Magnatune.com offers 2 types of memberships that lets users enjoy aditional benefits. A 'stream' membership, lets users stream the entire Magnatune.com catalog with no speaker interruption at the end at each track and listen to ogg streams in higher quality. The download membership lets users download an unlimited amount of albums at no aditional charge. While memberships has to be created at the Magnatune.com site, it is possible to use the memberships from other applications. The download membership also includes the benefits of the stream membership.
Stream membership
To play a membership stream with no speaker interruption, the standard stream url should be modified to point at the correct membership sub-site. Authentication can either be handleded by imnbedding the membership username and password in the url, or by handeling sessions. Also, all speechless streams has _nospeech appended to the filename.
for instance, to transform the url "http://he3.magnatune.com/all/03--Massassi%20Morning%20Star--Ishwish.mp3" to a valid stream mebership url, could look like this
"http://he3" should be replaced with either "http://username:password@membership_type" or "http://membership_type"
".mp3" or ".ogg" should be replaced with "_nospeech.mp3" or "_nospeech.ogg" respectively.
Download membership
To download albums without having to pay for each one uses an API very simmilar to the one for making credit card purchases. Both the request and the resulting xml reply are modelled on the purchase API.