I want to create a nice ruby program in the same folder of the songs, it's like this one:
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
Thanks

New Topic/Question
Reply




MultiQuote



|