regosen / get_cover_art

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

Refactor out the duplicate code used by ogg vorbis/ogg opus into a base ogg class #6

Closed SumnerH closed 3 years ago

SumnerH commented 3 years ago

You're right that duplicating that code is smelly. This pulls out most of the logic into a base ogg class and does minimal setup of the appropriate format parsers in the specific child classes.