diff --git a/README.md b/README.md index 67585370..55d72afa 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ A [demo](http://lms.demo.poupon.io) instance is available, with the following li - Audio transcode for maximum interoperability and low bandwith requirements - Persistent play queue across sessions - Subsonic API -- Multi-value tags -- Custom tag support (ex: "mood", "genre", "albummood", "albumgrouping", ...) +- Album artist +- Multi-value tags (artists, genres, ...) +- Custom tags (ex: "mood", "genre", "albummood", "albumgrouping", ...) - MusicBrainzID support to handle duplicated artist and release names - Playlists (only using Subsonic API for now) diff --git a/approot/artist.xml b/approot/artist.xml index ef4d8032..63b88005 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -22,7 +22,7 @@

${name class="Lms-explore-releasename"}

- ${}

${tr:Lms.Explore.various-artists}

${
} + ${}

${artist class="Lms-explore-artistname"}

${
}

${}${year}${}${} (${orig-year})${}

${play-btn}${add-btn} diff --git a/approot/release.xml b/approot/release.xml index 5f66366e..9360d5c5 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -14,7 +14,7 @@