{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"},{"label":"Multimedia","url":"https://skillfed.io/packages/category/multimedia"},{"label":"Sound/Audio","url":"https://skillfed.io/packages/category/multimedia-sound-audio"},{"label":"Analysis","url":"https://skillfed.io/packages/category/multimedia-sound-audio-analysis"}],"enrichment":{"capability":"Reads metadata (artist, title, duration, bitrate, and more) from audio files in formats including MP3, MP4, FLAC, OGG, WAV, and others, without writing or modifying tags.","skillfed_tags":["audio-metadata","pure-python","cli-tool"],"use_cases":["Extract duration and bitrate from audio files in a media player or streaming application.","Build a music library cataloger that reads artist, album, and title from files in bulk.","Validate audio file properties (channels, sample rate, MIME type) before processing.","Populate a database with metadata from a folder of mixed audio formats.","Implement a command-line tool to inspect or report on audio file properties."],"what_it_does":"tinytag is a lightweight Python library for reading metadata from audio files. It extracts common fields like artist, album, title, track number, duration, bitrate, and sample rate from MP3, MP4, FLAC, OGG, WAV, ASF (WMA), and AIFF files using a single consistent API. The library is pure Python with no external dependencies, making it simple to embed in any project.\n\nThe package is designed for reading metadata only\u2014it explicitly does not support writing or modifying tags. It provides both a Python API and a command-line interface for quick inspection of audio files. It returns metadata as simple attributes on a TinyTag object, with additional or format-specific fields available through an `other` dictionary.","worth_installing":"Yes. tinytag is actively maintained, has zero known vulnerabilities, no dependencies, and a permissive license. It solves a narrow, well-defined problem (reading audio metadata) reliably across common formats. Install it if you need to extract metadata from audio files without the overhead of a heavier library."},"id":"tinytag","links":{"html":"https://skillfed.io/packages/tinytag","md":"https://skillfed.io/packages/tinytag.md","pypi":"https://pypi.org/project/tinytag/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":null,"license_treatment":"permissive","name":"tinytag","python_support":"supports_current","summary":"Read audio file metadata"},"popularity":{"monthly_downloads":5450739,"position":2098,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.3.0"}
