Skip to content

Instantly share code, notes, and snippets.

@kevinfoerster
Forked from ffaerber/gist:1181878
Created August 30, 2011 20:21
Show Gist options
  • Save kevinfoerster/1181913 to your computer and use it in GitHub Desktop.
Save kevinfoerster/1181913 to your computer and use it in GitHub Desktop.
require "rubygems"
require "mp3info"
filename = "Haendel--Messiah - Evry valley--.mp3"
content = Mp3Info.open(filename).tag
puts content
puts "Händel"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment