Coder Social home page Coder Social logo

mp3-tag's Introduction

Due to a bug (fixed in version 0.9701) when multiple edits were done on
the same file, several K of zero bytes may have been inserted between
the ID3v2 tag and the body of audio.  These bytes were not included in
the count of bytes of the tag.

To fix files with this unwanted padding, one can do the following:

  a) include the byte count of the padding into the tag size (quick);

  b) Remove the padding (will require rewriting of the file, so may take
     some time).

To do "a", enable the option 'id3v2_mergepadding' when you update tags.

To do "b" enable the option 'id3v2_shrink' when you update tags.  (With
method 'update_tag', you may want to specify the $force2 option; with mp3info2,
use -2 option).

Example:

  mp3info2 -C "~id3v2_shrink=1~id3v2_mergepadding=1" -u2 -R .

mp3-tag's People

Contributors

jonathancast 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.