Skip to content

Commit

Permalink
APEtag : Map the Publisher field [#243]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Jan 6, 2024
1 parent af24c2b commit 4ea2b42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ATL.unit-test/IO/MetaData/APE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public APE()
testData.Publisher = null;
testData.GeneralDescription = null;
testData.Date = DateTime.Parse("01/01/1997");
testData.Publisher = "abc publishing";

// Initialize specific test data (Picture native codes are strings)
IList<PictureInfo> testPictureInfos = new List<PictureInfo>();
Expand Down
Binary file modified ATL.unit-test/Resources/MP3/APE.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions ATL/AudioData/IO/APEtag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class APEtag : MetaDataIO
{ "ALBUM ARTIST", Field.ALBUM_ARTIST },
{ "CONDUCTOR", Field.CONDUCTOR },
{ "LYRICS", Field.LYRICS_UNSYNCH },
{ "PUBLISHER", Field.PUBLISHER },
{ "BPM", Field.BPM }
};

Expand Down

0 comments on commit 4ea2b42

Please # to comment.