flutter_media_metadata icon indicating copy to clipboard operation
flutter_media_metadata copied to clipboard

Fixes genre. Allows for more info to be retrieved on MacOS. Fixes mimeType on Windows/Linux.

Open holotrek opened this issue 1 year ago • 0 comments

  • A lot of info was being missed on MacOS when metadata was edited in Music (formerly iTunes) on MacOS
  • For Genre, it is modified to no longer require it to be in a specific list of predetermined genres
  • Also, a fix was made to the Flutter code to get Genre from the correct map
  • The mimeType was fixed on Windows/Linux by adding the "InternetMediaType" key to the list of fields to retrieve from MediaInfo.dll

holotrek avatar Feb 22 '24 06:02 holotrek