We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReleaseCountry
APE_MAP
RIFF_INFO_MAP
1 parent 86aa144 commit 0f52d92Copy full SHA for 0f52d92
lofty/src/tag/item.rs
@@ -82,6 +82,7 @@ gen_map!(
82
"MOVEMENTNAME" => Movement,
83
"MOVEMENT" => MovementNumber,
84
"MOVEMENTTOTAL" => MovementTotal,
85
+ "RELEASECOUNTRY" => ReleaseCountry,
86
"ALBUMSORT" => AlbumTitleSortOrder,
87
"ALBUMARTISTSORT" => AlbumArtistSortOrder,
88
"TITLESORT" => TrackTitleSortOrder,
@@ -334,7 +335,8 @@ gen_map!(
334
335
"IGNR" => Genre,
336
"ICOP" => CopyrightMessage,
337
"ICMT" => Comment,
- "ILNG" => Language
338
+ "ILNG" => Language,
339
+ "ICNT" => ReleaseCountry
340
);
341
342
gen_map!(
0 commit comments