I wonder how much verification is done that the files are MP3? You could reasonably put other data inside MP3 containers and use Cloud Drive as a nice, inexpensive backup solution.
Well, if I were to do it, I'd probably implement a few checks.
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.
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.