Minz

Results 6 comments of Minz

> You can add sample styles, for example before Configuration. Yes, good idea. I will try to incorporate some examples in the next revision. I will also rewrite the descriptions....

FYI: Very busy right now but im still on it.

@ItzLuk3 try the ones from these repos: https://github.com/search?q=spotify-appkey

@hbashton Any status on this?

IMO this should be configurable by the user

Ran into the same issue. As a quick workaround you can disable metadata padding during save: ```py mutagen_file.save(padding=lambda info: 0) ``` _Ref.: https://mutagen.readthedocs.io/en/latest/user/padding.html_ Attached below is a test file and...