AudioMeta Webapp
Browser-based interface for exploring and editing audio file metadata. Pairs with AudioMeta Python for the same formats and use cases, without leaving the web.
Use it when you are cleaning up a collection, checking what a file really contains, or demoing metadata workflows to someone who will never open a terminal. The goal is clarity: see fields, edit them safely, and trust that the same rules apply as on the server.
Quick demos
See it in action—pick a link and the live app opens in your tab. No install, no terminal, just click and try.
Live app
Open the deployed app, pick a track, and walk through read/edit flows without installing Python.
Try the app (opens in a new tab)
Who it's for
Listeners, archivists, and light technical users who want to fix tags in the browser without a local Python setup.
Key features
- Read and edit audio metadata (ID3, Vorbis, RIFF) in the browser
- Next.js web UI complementing the AudioMeta Python library
- Documentation experience via published docs bundle
Related projects
Metadata engine and PyPI package: AudioMeta Python.
Technical documentation
Setup, APIs, architecture, and contribution workflows live in each repository's README (and linked resources). This page focuses on the product story and ecosystem fit.