Skip to content

Request: Parse ALBUMARTIST separately to ARTIST for Vorbis tags #116

Description

@SigmoidDev

It would be very handy if there were separate fields for artist and albumArtist as currently they are both parsed into the same field (at least for Vorbis tags). Looking at vorbis_comment.dart, parseVorbisComment contains the following, which could easily be split into two cases:

case 'ARTIST' || "ALBUMARTIST": metadata.artist.add(value); break;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions