Hi, I propose to add support for the ArtistSort and AlbumArtistSort tags in libmpdclient; see attached patch.
Best regards, Kim Tore Jensen
diff --git a/include/mpd/tag.h b/include/mpd/tag.h index 48f7cfe..7e8c7c1 100644 --- a/include/mpd/tag.h +++ b/include/mpd/tag.h @@ -44,6 +44,8 @@ enum mpd_tag_type MPD_TAG_ARTIST, MPD_TAG_ALBUM, MPD_TAG_ALBUM_ARTIST, + MPD_TAG_ALBUM_SORT, + MPD_TAG_ALBUM_ARTIST_SORT, MPD_TAG_TITLE, MPD_TAG_TRACK, MPD_TAG_NAME, diff --git a/src/tag.c b/src/tag.c index 04fce10..5ac6c99 100644 --- a/src/tag.c +++ b/src/tag.c @@ -41,6 +41,8 @@ static const char *const mpd_tag_type_names[MPD_TAG_COUNT] = "Artist", "Album", "AlbumArtist", + "AlbumSort", + "AlbumArtistSort", "Title", "Track", "Name",
signature.asc
Description: Digital signature
_______________________________________________ mpd-devel mailing list [email protected] http://mailman.blarg.de/listinfo/mpd-devel
