I notice one big thing about image-based announcements: I'd rarely hear about the publicly first, and I'd definitely not hear about them internally in an official way. Leak-proofing things.
I suspect the reason for images is because it's simply harder for PR/management types to make a decent looking webpage that works in multiple browsers. It's way faster to export an image from whatever software they use to generate it.
And I suspect it avoids deployment headaches.
It's akin to infographic SEO (You can look it up).
But since I bought an MP3 album a while back, I effectively have a free cloud to store my 40GB of music in. I'll take text-ful-images for that.
I think the reason Amazon might not be supporting them is that not all browsers can play them natively — specifically, Safari needs a plug-in to play them. So, for my site, which is using jPlayer, I have to compress all the files as .oga and .mp3, then set up the mp3s as a fallback so Safari will stream them.
Time to start writing a tool ;)
I would check to make sure that the ID3 information was no more than, say, 10% of the total file size. (I'd probably adjust the percentage based on actually inspecting a large collection of files; say, the ones available for download through Amazon.)
I'd probably make sure that the resulting sound output had a regular pattern - a steady beat, etc - and flag for review anything that wasn't, probably with a rating of how likely it is for the file to not be an mp3.
And obviously, scan the file to make sure that it doesn't obviously contain an archive, images, ASCII text that falls within the KJV bible distribution, and check for other formats; someone renaming stolen_e_book.pdf into music.mp3 would probably be pretty obvious.
>Note: Music recordings in other formats, lossless files, or audio recordings that are not of songs and non-audio files (even if in MP3 or AAC format) are not eligible for unlimited music space and will count against your Cloud Drive storage space.
I have to wonder if this is simply a TOS issue or if Amazon is actually doing something similar to iTunes Match and creating audio fingerprints of your songs so as to de-duplicate them.
"Upload an unlimited number of songs in any supported file format with Amazon Cloud Player.
Supported file formats for songs Cloud Drive currently supports song files in the following formats:
.mp3—Standard non-DRM file format (Includes Amazon MP3 Store purchased files)
.m4a—AAC files (Includes iTunes store purchased files)
Any MP3 or AAC files added to your Cloud Drive will be available for playback and download using Amazon Cloud Player. Upload your music now with Amazon Cloud Player."
But you're able to store any kind of files in Cloud Drive if you just want access to them to copy to different computers.
(full disclosure, I am an Amazon employee, not affiliated with the MP3 or cloud drive team. I was just independently motivated to share this, because not one hour earlier I had been looking at my downgrade options on my phone).
"Information About Your Cloud Drive Account
Hello,
Thanks for your prior purchase of the 100 GB Amazon Cloud Drive storage plan. Beginning today, all paid Cloud Drive storage plans include unlimited space for MP3 and AAC (.m4a) music files at no extra charge for a limited time. Learn more here:
http://www.amazon.com/mp3gettingstarted
Because your current plan now includes unlimited space for music, we're refunding the difference between the cost of your original Cloud Drive plan of 100 GB and the cost of a current 20 GB plan ($20), which is the least-expensive Cloud Drive plan that includes unlimited space for music. A refund of $80 will be issued to the card originally used for your Amazon Cloud Drive storage plan. Refunds are typically completed within 10 business days and will appear as a credit on your credit card statement.
We hope to see you again soon!
Sincerely,
The Amazon MP3 Team http://www.amazon.com/mp3
A: The cloud is a term used to describe the Internet. [...]
Hm; that kind of straightforwardness is actually kind of refreshing.
Of course, I think most people are probably on the 20GB plan since Amazon was giving those away with the purchase of an MP3 album for quite some time.
"Upload all of your mp3/aac files for free with any paid cloud drive plan... until we start charging for the 'mp3/aac files don't count towards your quota' option, which is $9.99/mo."
(I know about the web-based uploader, but it's super-clunky for uploading more than one or two albums - unlimited MP3 storage is no good if you have to spend a week navigating the interface, never mind the actual upload time!)
Unlimited space for music details Limited time offer: All paid storage plans include unlimited space for music at no additional charge. Upload as many songs as you like without taking up any of your storage space. Listen to your music anywhere with Amazon Cloud Player.
I am using the player right now: very convenient to use from my laptop or droid. I haven't tried it from the living room on Google TV yet but that should also work fine.
I did find a reference to mounting it as a virtual drive on Windows.
Specifically I was wondering about the possibility of rsync.
There must be some serious file duplication between users especially if they're offering unlimited mp3 sharing, since many people will have the same MP3 files (they can profit off piracy while pretending it doesn't exist).
If they're really clever about it they might even store the data separately (which will increase duplicate collisions quite a lot due to retagging)