If VorbisAlbumArtistSaveOptions set to WRITE_ALBUMARTIST shoud remove JRIVER on write

Issue #187 closed
IJabz repo owner created an issue

If VorbisAlbumArtistSaveOptions set to WRITE_ALBUMARTIST shoud remove JRIVER on setField(AlbumArtist) otherwise end up with different values for ALBUMARTIST and ALBUM ARTIST if user wanted both values they would use WRITE_BOTH

Comments (2)

  1. IJabz reporter

    Actually better keep these options but added some new ones so you can either write both, write one and ignore the other (if it exists) or write one and delete other (if it exists)

    WRITE_ALBUMARTIST, WRITE_JRIVER_ALBUMARTIST, WRITE_BOTH, WRITE_ALBUMARTIST_AND_DELETE_JRIVER_ALBUMARTIST, WRITE_JRIVER_ALBUMARTIST_AND_DELETE_ALBUMARTIST,

  2. Log in to comment