audio-scan-info
Show metadata, tags, and stream information for audio files (MP3, FLAC)
- Copyright (c) 2025-2026 Corey Goldberg
- Development: GitHub
- Download/Install: PyPI
- License: MIT
About:
audio_scan_info is a Python CLI program that shows metadata, tags, and stream
information from MP3 and FLAC audio files. It can be used on individual files
or a library of files.
MP3 information:
- ID3 tags
- APEv2 tags
- length
- bitrate
- sample rate
- bitrate mode
- channels
- track gain
- track peak
- album gain
FLAC information:
- FLAC tags (Vorbis comment block)
- length
- bitrate
- bits per sample
- sample rate
- channels
- check for existense of embedded pictures, cuesheets, and seek table
Requirements:
- Python 3.12+
Installation:
Install from PyPI:
pip install audio-scan-info
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_scan_info [-h] [-d DIR] [filename ...]
positional arguments:
filename [optional] file to process (multiple allowed)
options:
-h, --help show this help message and exit
-d, --dir DIR start directory
Usage Examples:
Install from PyPI with pipx:
pipx install audio-scan-info
Show information from a single file:
audio_scan_info "Some Artist - Some Title.mp3"
Show information from all files in current directory (recurse subdirectories):
audio_scan_info
Show information from all files in a directory (recurse subdirectories):
audio_scan_info --dir=/path/to/files
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audio_scan_info-0.1.3.tar.gz
(5.9 kB
view details)
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_scan_info-0.1.3.tar.gz.
File metadata
- Download URL: audio_scan_info-0.1.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
782a578c6257388e03021e3f465b027f2c9bc629f7181c5b946a6760007cce81
|
|
| MD5 |
4d773eee6a67038b17f192c5ade89ec2
|
|
| BLAKE2b-256 |
da1555887645b76cf4ef883de80ef7af80dee1b8135f00316b827ebf98898240
|
File details
Details for the file audio_scan_info-0.1.3-py3-none-any.whl.
File metadata
- Download URL: audio_scan_info-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b290e431f4f9f025aa15883034127ea5285e1b4f5667d44dfb6a805ed367fcc
|
|
| MD5 |
3aa65d401d4a0034b42bced7d4cb5084
|
|
| BLAKE2b-256 |
125a5611dba9c37055b553de7bb11716077d915e2583313a96289818d8aae3f6
|