regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

Fix a bug in FLAC mimetype handling and add support for OGG Vorbis and Opus files #5

Closed SumnerH closed 3 years ago

SumnerH commented 3 years ago

Hey, here is some code adding support for OGG Vorbis and OGG Opus files (typically found with .ogg and .opus extensions respectively) as well as a minor bug fix for the FLAC support.

I wrote these patches myself and hereby release them and any future merge requests I submit to this repository under the terms of the MIT License currently included as the LICENSE file in the repository.

SumnerH commented 3 years ago

Those comment issues should be fixed in my latest commit. I've not used github's merge requests much, so I don't know if I need to send another request (I think you have to do the actual merge since it needs write access).