Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,592 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,156 people online right now. Registration is fast and FREE... Join Now!




Editing ID3 tags

 
Reply to this topicStart new topic

Editing ID3 tags

Seth
12 Jul, 2007 - 09:30 AM
Post #1

New D.I.C Head
*

Joined: 1 Dec, 2006
Posts: 12


My Contributions
How can I edit ID3 tags?

I want to create a nice ruby program in the same folder of the songs, it's like this one:
CODE
Dir.entries('.').each do |filename|
  
  change_id3_tags(filename, 'Year', 1990)
  change_id3_tags(filename, 'Title', filename.sub(/\d\d \- /))

end


But I have no idea how make it work unsure.gif

Thanks biggrin.gif
User is offlineProfile CardPM
+Quote Post

Seth
RE: Editing ID3 Tags
16 Jul, 2007 - 02:30 PM
Post #2

New D.I.C Head
*

Joined: 1 Dec, 2006
Posts: 12


My Contributions
Well...
I get a solution by myself
check this link if you're interesed smile.gif
http://bitacoreando.com/fix-mp3-tags-with-rake/
User is offlineProfile CardPM
+Quote Post

Amadeus
RE: Editing ID3 Tags
17 Jul, 2007 - 11:51 AM
Post #3

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 12,226



Thanked: 39 times
Dream Kudos: 25
My Contributions
Cool! Thanks for posting!
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/3/08 01:29AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month