LucJosin / on_audio_query

Flutter Plugin used to query audios/songs infos [title, artist, album, etc..] from device storage.
https://pub.dev/packages/on_audio_query
42 stars 27 forks source link

no artwork image? #107

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, I'm trying to use on_audio_query with just_audio + just_audio_background, now i'm trying to show artwork in media notification. queryArtworkWidget shows local music image/cover image but when i call queryArtwork with audio id, it always returns null for all songs.

LucJosin commented 1 year ago

Hi @altrepo2022, could you provide more details?

ghost commented 1 year ago

Hi @altrepo2022, could you provide more details?

  • Platform (Android, iOS)
  • Platform version
  • Flutter/Dart version
  • Plugin version

@LucJosin

Platform: Android Platform version: MIUI 14, Android 13 Flutter/Dart version: flutter:3.7.10 dart: 2.19.6 Plugin version: 2.7.0 / 3.0.0 beta

LucJosin commented 1 year ago

Hey @altrepo2022. I've made some tests and couldn't find any issue.

https://github.com/LucJosin/on_audio_query/blob/e8d881bf25039f4ac65738e157ef0233a0849ed7/packages/on_audio_query/example/lib/main.dart#L43-L50

Enable DEBUG logging and please provide the output.