jonaheinke / mp3_tagging

This program is a command line tool to write ID3 tags to an existing MP3 file. It supports annotating chapters in particular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP3 Tagging

Requirements

  • Python 3.5 (because of the use of the **-operator)
  • mutagen pip install mutagen

Usage

python mp3_tagging.py \[parameters\]

Credits

Copyright © 2021 Jona Heinke under MIT license

About

This program is a command line tool to write ID3 tags to an existing MP3 file. It supports annotating chapters in particular.

License:MIT License


Languages

Language:Python 100.0%