alexmercerind / flutter_media_metadata

A Flutter plugin to read 🔖 metadata of 🎵 media files. Supports Windows, Linux, macOS, Android, iOS & Web.
MIT License
70 stars 37 forks source link

Catch error if no albumart found. #1

Closed stonega closed 3 years ago

stonega commented 3 years ago

Fix the bug, load file failed when no album art included in audio file.

alexmercerind commented 3 years ago

Thanks!

I had to do this some day, either now or in future.

I appreciate the PR.

alexmercerind commented 3 years ago

I'll make changes in Java implementation itself to avoid try catch clause in future.

stonega commented 3 years ago

Thank you for the plugin, I have used it in my project :)

stonega commented 3 years ago

@alexmercerind Yeah, that would be great!

alexmercerind commented 3 years ago

@stonega.

Just so that you know, now this package has name flutter_media_metadata to specify its functionality more clearly.

It also has Linux support now. Windows support will arrive soon.

And, Android version now has a new method setUri to get metadata of a file directly from URL.

stonega commented 3 years ago

@alexmercerind Great job!