项目作者: BilawalAhmed0900

项目描述 :
ID3v1 and ID3v2 remover from mp3 file
高级语言: Python
项目地址: git://github.com/BilawalAhmed0900/ID3_REM.git
创建时间: 2018-03-16T05:10:15Z
项目社区:https://github.com/BilawalAhmed0900/ID3_REM

开源协议:MIT License

下载


ID3_REM

ID3v1 and ID3v2 tag remover from mp3 file, works with both Python 2.7.x and Python 3.x

Usage:

  1. usage: ID3_REM.py [-h] [-o OUTPUT] Input
  2. Remove ID3 tag from mp3
  3. positional arguments:
  4. Input Input file
  5. optional arguments:
  6. -h, --help show this help message and exit
  7. -o OUTPUT Output file

If OUTPUT is not given, changes are written to INPUT directly

ID3 tag structure

Coming soon