Tagging Audio | |||||||||||||||||
Summary The idea is a part of the Web 2.0 wave. The main concept is to tag the contents of an audio, may it be a podcast, song, audio book or audio clip. A tag should be readable/writable on a specific timestamp in the track. Which is then searchable by the software. There are two ways in implementing the tags, [1] embedding in the metadata of the audio or [2] storing them in a database. [1] The tags will be encoded in the comments field in the ID3v2 or APEv2 for MP3 files and Vorbis Comment for Vorbis and FLAC files. The tags will then be parsed when read. Pros:- No other place needed for the storage of the tags also modifiable "by hand".- Plugins could be made for mainstream media players to parse and code the tags. Cons:- I don't know. Metadata corruption perhaps? Or the tags are not that "secured"? [2] The tags and their respective timestamps are stored in a database then the audio file could be track in a certain way, some that came up with: - A hash of the track will be stored in the database which will then be matched to a hash calculation done by the client computer.- Placing an ID on the metadata of the track which should match in the database. Pros:- Centralized server Cons:- Centralized server- Requires an Internet connection Tools/References:ID3APEv2Vorbis CommentPHP PEAR MP3_ID packagePHP PEAR File_Ogg package
jploh, Apr 24 2006
What do you think of this idea or comment? | |||||||||||||||||
Users who liked this idea also liked: | |||||
| |||||
Copyright © Barry Nalebuff & Ian Ayres
Add your comment
Three comments:
1. Is musicbrainz.org relevant here?
2. Accuracy of ID3 tag database. Read discussion thread here: http://ask.slashdot.org/article.pl?sid=06/01/23/2135212
3. I foresee an invention waiting to happen. Read my quick links here: http://joelogs.blogspot.com/2006/03/i-foresee-invention-waiting-to-happen.html
With so many slightly different duplicates of hacked podcasts floating around, how would you limit the duplication?