Skip to content

Instantly share code, notes, and snippets.

@ffaerber
Forked from kevinfoerster/gist:1181913
Created August 30, 2011 20:31
Show Gist options
  • Save ffaerber/1181940 to your computer and use it in GitHub Desktop.
Save ffaerber/1181940 to your computer and use it in GitHub Desktop.
# coding: utf-8
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