Skip to content

windix/mp3-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mp3-tag

Convert Chinese Mp3 ID3tag to ID3tag V2 / Unicode

Features:

  • Convert Chinese (simplified Chinese - GBK / tranditional Chinese - BIG5) into Unicode format
  • Attach cover art to mp3 files (image stored locally or remotely)
  • Create ID3tags based on filename (Still working on...)
  • Provide command line interface (finished) & web interface powered by Sinatra for remote management

Usage:

Command line

Usage: mp3tag <info / conv / cover> [-big5] <file.mp3 / dir> [<cover_image>]

Examples:
mp3tag info test.mp3
mp3tag conv -big5 ~/music/
mp3tag cover test.mp3 http://test.com/123.jpg
mp3tag fname test.mp3

Web

$ ruby web.rb 
== Sinatra/0.9.4 has taken the stage on 4567 for development with backup from Mongrel

About

Covert Chinese mp3 ID3 tags into unicode format to be able to display correctly in iTunes. Command line tool + Sinatra web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages