Skip to content

Instantly share code, notes, and snippets.

@a1ip
Created March 11, 2013 10:00
Show Gist options
  • Save a1ip/5133181 to your computer and use it in GitHub Desktop.
Save a1ip/5133181 to your computer and use it in GitHub Desktop.
ruby -e "require 'taglib'; TagLib::MPEG::File.open('rus_1_1.mp3') { |file| file.id3v2_tag.frame_list('TIT2').first.text = 'Бытие, глава 1';file.id3v2_tag.frame_list('TPE1').first.text = 'Библия'; file.save}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment