KRTirtho / metadata_god

Audio file Metadata reading and writing library for Flutter
MIT License
22 stars 11 forks source link

Need fetching more metadata types #5

Open realth000 opened 1 year ago

realth000 commented 1 year ago
  1. I'm trying to read metadata from mp3 files, however, some images in 'Disc' position were not found when using MetadataGod.getMetadata() method. That mp3 file with id3v2 format metadata has an album cover image named as 'Disc'.

mp3_artwork (foobar2000 can get the image.)

Usually image is in 'Front Cover' (the first line in table) and MetadataGod.getMetadata() works well, but unfortunately, I have many music files only in 'Disc' position. I didn't learn rust so I can't pull any requests now.

Demo mp3 file to reproduce is in the zip file. ape-id3v2.zip

  1. Is there any plan to fetch lyrics and sample rate?

Environment:

KRTirtho commented 1 year ago

The rust plugin only reads the very first Image metadata although it can read from that position but doesn't do it to maintain a Uniform interface for all audio file's metadata So give me some time to find the possible solution for these