Giter Site home page Giter Site logo

fixid3tags's Introduction

fixID3tags

Tool to fix incorrect tag encoding in mp3 files.

build:

go build

usage:

$ ./fixID3tags
tag fix
  -dry-run
    	dry run, no changes (default true)
  -fix-ISO8859-1
    	undo UTF8 tag read as ISO8859-1
  -fix-title-only
    	parse and fix title only
  -music-dir string
    	path to music folder
  -override-album string
    	set new value for album tag
  -override-artist string
    	set new value for artist tag
  -skip-empty-tags
    	skip empty tags

Some mp3 files have tags encoded as ISO8859-1 but have russian text inside (cp1251). To fix this and encode as utf8 do

./fixID3tags -music-dir="<MUSIC>"

this will run in dry mode and show suggested changes. To apply changes, run

./fixID3tags -music-dir="<MUSIC>" -dry-run=false

Some mp3 files have incorrectly set encoding as ISO8859-1 but actual data is in UTF8, to fix this do

./fixID3tags -music-dir="<MUSIC>" -fix-ISO8859-1=true

fixid3tags's People

Contributors

drgolem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.