mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Add TPE2 -> albumartist ID3v2 mapping
Reported by Ace Jones.
This commit is contained in:
parent
5da807f829
commit
9e8403061c
@ -64,6 +64,7 @@ static struct metadata_map md_map[] =
|
||||
{ "author", 0, mfi_offsetof(artist) },
|
||||
{ "TPE1", 0, mfi_offsetof(artist) }, /* ID3v2 */
|
||||
{ "albumartist", 0, mfi_offsetof(album_artist) },
|
||||
{ "TPE2", 0, mfi_offsetof(album_artist) }, /* ID3v2 */
|
||||
{ "album", 0, mfi_offsetof(album) },
|
||||
{ "TALB", 0, mfi_offsetof(album) }, /* ID3v2 */
|
||||
{ "genre", 0, mfi_offsetof(genre) },
|
||||
|
Loading…
Reference in New Issue
Block a user