mutagen icon indicating copy to clipboard operation
mutagen copied to clipboard

Python module for handling audio metadata

Results 133 mutagen issues
Sort by recently updated
recently updated
newest added

Originally reported by: **Christoph Reiter (Bitbucket: [lazka](http://bitbucket.org/lazka), GitHub: [lazka](http://github.com/lazka))** --- _From [[email protected]](https://code.google.com/u/111208578537171919870/) on May 23, 2014 08:45:10_ ``` It would be great if mutagen would support tagging of Flash videos....

enhancement

It seems that there where some changes to the structure of the package, and my usage of pip install doesn't clear it up. ```shell mutagen-inspect -h Traceback (most recent call...

Provides support to all file formats to preserve the original file mtime on save. I'm aware some users already implement this functionality outside of Mutagen (e.g. Picard) so this has...

This maybe not actually an issue After muxing a flac file using ffmpeg, I'm trying to add metadata using Mutagen. Post processing in mutagen, the file is still showing Writing...

enhancement

While using beets I found all but 9 of 455 .opus files were "unreadable." Upon further investigation I found that they were also not readable in picard, however they were...

https://github.com/quodlibet/mutagen/blob/f95d3ae19e25e3f0a91061566551843d799317c5/mutagen/mp3/__init__.py#L36 This is a very unusable implementation - namely because it requires a `match/case` or similar anti-pattern to be implemented as you've created a fairly whacky method of returning a...

enhancement

mutagen lists itself as [py.typed](https://github.com/quodlibet/mutagen/blob/main/setup.py#L290) however several of the modules are considered private - see [this](https://microsoft.github.io/pyright/#/typed-libraries?id=library-interface) for more information. example: `mutagen.File`, `mutagen.MutagenError` are both stored in "_xx" files which is...

Trying to see whether ISRC tags are present in a large audio collection using `mid3v2 -l 00*/*3 | grep -a TSRC` it dies halfway through, saying ``` IDv2 tag info...