Clean metadata and tag audio files (MP3, FLAC, Ogg Vorbis)
Project description
audio-metatag
Clean metadata and tag audio files (MP3, FLAC, Ogg Vorbis)
- Copyright (c) 2015-2026 Corey Goldberg
- Development: GitHub
- Download/Install: PyPI
- License: MIT
About:
audio_metatag is a Python CLI program for cleaning metadata and adding
ARTIST/TITLE tags to MP3, FLAC, and Ogg Vorbis audio files. It can be used on
individual files or a library of files.
- In order to tag a file, it must be named in a specific format:
Artist - Title.mp3,Artist - Title.flac,Artist - Title.ogg- File names must contain a delimiter (
-) betweenArtistandTitle, and end with a valid extension:.mp3,.flac,.ogg(case-insensitive)
- It will skip any files that are not named according to the format specified above
Warning: Edits are done in-place. Backup your files first if you want a copy of the originals.
- Existing metadata is deleted
- ARTIST and TITLE tag data is taken from the filename
- New metadata is saved to the file
Requirements:
- Python 3.12+
Installation:
Install from PyPI:
pip install audio-metatag
CLI Options:
- If filenames are given as command-line options, it will only process those files
- If no filename is specified, it will process all files (recursively) in the current directory
- A different directory can be specified using the
--diroption
usage: audio_metatag [-h] [-d DIR] [-c] [-s] [filename ...]
positional arguments:
filename [optional] file to process (multiple allowed)
options:
-h, --help show this help message and exit
-d, --dir DIR start directory
-c, --clean only clean metadata (don't write new tags)
-s, --show only show metadata (don't remove or write tags)
Usage Examples:
Install from PyPI with pipx:
pipx install audio-metatag
Clean metadata and tag a single file:
audio_metatag "Some Artist - Some Title.mp3"
Clean metadata and tag all files in current directory (recurse subdirectories):
audio_metatag
Clean metadata from all files in a directory (recurse subdirectories):
audio_metatag --clean --dir=/path/to/files
Metadata Details:
Metadata that is clean/removed:
-
FLAC
- VORBIS_COMMENT
- PICTURE
- SEEKTABLE
- CUESHEET
- APPLICATION
- PADDING
- ID3 (extraneous)
-
MP3
- ID3v1
- ID3v2
- APEv2
-
Ogg Vorbis
- Vorbis Comments
Metadata where new tags are written:
-
FLAC
- VORBIS_COMMENT
-
MP3
- ID3v2.4
-
Ogg Vorbis
- Vorbis Comments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file audio_metatag-0.1.9.tar.gz.
File metadata
- Download URL: audio_metatag-0.1.9.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73d4395cb366a8a69015532465bc6d7fdeaada3d95707df11c060b5e952f17e3
|
|
| MD5 |
246c366faa0afd6e0706fa4d97758b61
|
|
| BLAKE2b-256 |
dd67f9a0bcab9eb96780f0f21bed3efefd794848ee9deeab0d508087676199c9
|
File details
Details for the file audio_metatag-0.1.9-py3-none-any.whl.
File metadata
- Download URL: audio_metatag-0.1.9-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d2b09bdce5346b24b0622f905f3e381082600ebf5c1ba659b494e0ff13ed595
|
|
| MD5 |
a97c00793990d6b5c4881c9bee16f8a6
|
|
| BLAKE2b-256 |
cce246e69a0fab7fbb7963eeacc9c05812230ab8978ee7ec3fe3360d57d24941
|