Philipp Wolfer
Philipp Wolfer
Maybe interesting, there is a read/write implementation for RIFF tags in https://github.com/metabrainz/picard/blob/master/picard/formats/wav.py . I always wanted to submit this in some way to mutagen, but never was sure how to...
If you are new to using Python I really suggest you go with Python 3. There is really no good reason to start learning Python with version 2, you won't...
Just to clarify: Would such a rewrite also help solving the way multiple values are stored as discussed in https://tickets.metabrainz.org/browse/PICARD-376 ?
You'd need to test with a player where you know for sure loading APIC with remote URL is supported. Actually I think this might be the bigger issue, this feature...
FYI: The current solution in Picard is to pass the `known_frames` arguments to the `mutagen.aiff.AIFF` constructor. Same is true for `mutagen.dsf.DSF`. For our purpose this fixes the issue mostly. The...
The override is not easy to add, all of the affected formats (currently AIFF, WAVE and DSF) both use a custom subclass of `mutagen.id3.ID3`. This subclass handles seeking the proper...
This is likely a temporary file created during partial download
Might be interesting: https://github.com/QBobWatson/python-ebml . It's GPLv3, though.
Yes, I think 3.6 would be ok from Picard side. Ubuntu 16.04 is using Python 3.5, this is something that could be considered. But from our side this is not...
> Also I disagree with statement ` "local cover art" never worked as it should`, because it was never defined how it should work to start with (or I'm not...