MP3 Tagger (mp3 folksonomy)
This is not about a program to edit ID3 tags. It's about tags in reference to folksonomy. (like flickr, del.icio.us, youtube, etc)
I've been wanting this app for quite for a while now, and I'm actually quite surprised that I haven't found one yet. If I had time I'd love to write it but I simply don't... so here it is.
There needs to be a very simple app that runs alongside iTunes. The app would allow users to add "tags" to the mp3 and then store them in the comments ID3 tag. Seriously, that is not a hard thing to do. Just append tags. I'm also surprised that this isn't a built in feature to iTunes yet. If it were, it would be the best thing ever. If they didn't want to use comments, they could even store it in the XML so easily.
Why do this? For smart playlists. How do you get the genres within genres without having 50,000 genres listed in your library? Like maybe I want to listen to all the metal I have 1 day, but the next day I only want to listen to sludge metal. You might say, "make a smart playlist that has a genre containing 'metal' and another smart playlist that has a genre equal to 'sludge metal'. Well smartypants, what if I want instramental sludge metal? I could tag a song: sludge, metal, instramental. Then create a smart playlist to get a very defined list of what I want.
Not only is this useful for genres, but for moods and several other things as well. You could tag songs as energy, chill, fast, slow, local, british, tribal, etc... or I'm a big fan of songs with stories so I could tag those with "story" if I'm in a story-listening mood.
You could make so many smart playlists to get a perfectly defined set of music for your current mood.
Here is how it should work:
-Comma delimited tags should be stored in the comments ID3 like so, "Tags: rap, gangster, story, mad" "Tags:" is important for updating tags to make sure that you don't overwrite any existing comments. It may need to have a special character or 2 to make it safer. But in the code you search for the word "Tags:" in the comment, and then append to it. If it's not there append to the existing comment.
-Allow user to view their entire playlist and EASILY/QUICKLY tag items. Tagging is a big task, especially with the size of most people's playlist. So it needs to be super easy to do for it to really be worth it.
-The user should be able to tag both 1 by 1 as well as tag entire cds or genres.
-Let the application run in the background and display an icon in the system tray.
-From the system tray you should be able to right click and easily add tags to whatever song is currently playing. You should also be able to see the last 5 or so songs for easy updating of whatever you recently listened to.
I think this program could be written fairly easily. Someone should seriously write it, you would be very popular. And when you do, tell me about it - and maybe give me props (as well as a portion of any profit you make, ha). Or if something like this already exists that I don't know about - please tell me.
I've been wanting this app for quite for a while now, and I'm actually quite surprised that I haven't found one yet. If I had time I'd love to write it but I simply don't... so here it is.
There needs to be a very simple app that runs alongside iTunes. The app would allow users to add "tags" to the mp3 and then store them in the comments ID3 tag. Seriously, that is not a hard thing to do. Just append tags. I'm also surprised that this isn't a built in feature to iTunes yet. If it were, it would be the best thing ever. If they didn't want to use comments, they could even store it in the XML so easily.
Why do this? For smart playlists. How do you get the genres within genres without having 50,000 genres listed in your library? Like maybe I want to listen to all the metal I have 1 day, but the next day I only want to listen to sludge metal. You might say, "make a smart playlist that has a genre containing 'metal' and another smart playlist that has a genre equal to 'sludge metal'. Well smartypants, what if I want instramental sludge metal? I could tag a song: sludge, metal, instramental. Then create a smart playlist to get a very defined list of what I want.
Not only is this useful for genres, but for moods and several other things as well. You could tag songs as energy, chill, fast, slow, local, british, tribal, etc... or I'm a big fan of songs with stories so I could tag those with "story" if I'm in a story-listening mood.
You could make so many smart playlists to get a perfectly defined set of music for your current mood.
Here is how it should work:
-Comma delimited tags should be stored in the comments ID3 like so, "Tags: rap, gangster, story, mad" "Tags:" is important for updating tags to make sure that you don't overwrite any existing comments. It may need to have a special character or 2 to make it safer. But in the code you search for the word "Tags:" in the comment, and then append to it. If it's not there append to the existing comment.
-Allow user to view their entire playlist and EASILY/QUICKLY tag items. Tagging is a big task, especially with the size of most people's playlist. So it needs to be super easy to do for it to really be worth it.
-The user should be able to tag both 1 by 1 as well as tag entire cds or genres.
-Let the application run in the background and display an icon in the system tray.
-From the system tray you should be able to right click and easily add tags to whatever song is currently playing. You should also be able to see the last 5 or so songs for easy updating of whatever you recently listened to.
I think this program could be written fairly easily. Someone should seriously write it, you would be very popular. And when you do, tell me about it - and maybe give me props (as well as a portion of any profit you make, ha). Or if something like this already exists that I don't know about - please tell me.