erikas-taroza / audiotags

Read and write audio metadata in Flutter. Supports multiple formats.
https://pub.dev/packages/audiotags
MIT License
9 stars 4 forks source link

Add new metadata fields #10

Closed dannyglover closed 7 months ago

dannyglover commented 7 months ago

Added support for the following fields (dart field names):

Changed fields:

dannyglover commented 7 months ago

I will be adding to this PR until I've implemented all of the fields I requested in https://github.com/erikas-taroza/audiotags/issues/9

Once you're happy with the PR, please don't merge until I comment here stating that I am finishing implementing this PR in its entirety.

erikas-taroza commented 7 months ago

I will be adding to this PR until I've implemented all of the fields I requested in #9

Once you're happy with the PR, please don't merge until I comment here stating that I am finishing implementing this PR in its entirety.

I will make this a draft PR. You can then mark it as ready to review when you are done.

dannyglover commented 7 months ago

I revised my feature request requirements due to producer and language barely being featured in any of my commercial music library (and lofty throwing errors for them with certain file formats).

I still want the originalReleaseDate field, but I'm going to have to leave that one to you.