diff --git a/README.md b/README.md index 1e4349aa..11ffd899 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A [demo instance](http://lms-demo.poupon.dev) is available. Note the administrat * Audio transcoding for maximum interoperability and reduced bandwith requirements * Multi-value tags: `genre`, `albumgenre`, `mood`, `albummood`, `albumgrouping`, ... * Artist relationships: `composer`, `conductor`, `lyricist`, `mixer`, `performer`, `producer`, `remixer` +* [Release types](https://musicbrainz.org/doc/Release_Group/Type): `album`, `single`, `EP`, `compilation`, `live`, ... * [MusicBrainz Identifier](https://musicbrainz.org/doc/MusicBrainz_Identifier) support to handle duplicated artist and release names * [ListenBrainz](https://listenbrainz.org) support for: * Scrobbling and synchronizing listens diff --git a/approot/artist.xml b/approot/artist.xml index add9a9e7..3b305bb0 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -20,14 +20,8 @@ - ${} - ${}

${tr:Lms.Explore.releases}

${
} - ${releases class="mb-3"} - ${
} - ${} -

${tr:Lms.Explore.Artist.appears-on}

- ${appears-on-releases class="mb-3"} - ${
} + ${release-containers} + ${appears-on-releases} ${}

${tr:Lms.Explore.tracks}

${tracks class="mb-3"} @@ -38,4 +32,11 @@ ${} + +
+

${release-type}

+ ${releases} +
+
+ diff --git a/approot/messages.xml b/approot/messages.xml index 3b338585..7eb377d8 100644 --- a/approot/messages.xml +++ b/approot/messages.xml @@ -197,6 +197,23 @@ Similar albums Copyright Disc {1} +Type +Album +Broadcast +EP +Other +Single +Audiobook +Audio drama +Compilation +Demo +DJ-mix +Interview +Live +Mixtape/Street +Remix +Soundtrack +Spokenword Delete playlist? diff --git a/approot/messages_fr.xml b/approot/messages_fr.xml index 850d261e..1817137f 100644 --- a/approot/messages_fr.xml +++ b/approot/messages_fr.xml @@ -197,6 +197,23 @@ Albums similaires Copyright Disque {1} +Type +Album +Broadcast +EP +Other +Single +Audiobook +Audio drama +Compilation +Demo +DJ-mix +Interview +Live +Mixtape/Street +Remix +Soundtrack +Spokenword Supprimer la liste de lecture ? diff --git a/approot/messages_it.xml b/approot/messages_it.xml index 77712086..a322cbdc 100644 --- a/approot/messages_it.xml +++ b/approot/messages_it.xml @@ -198,6 +198,23 @@ Copyright Disco {1} + + + + + + + + + + + + + + + + + diff --git a/approot/messages_zh.xml b/approot/messages_zh.xml index 99542a29..41402fe0 100644 --- a/approot/messages_zh.xml +++ b/approot/messages_zh.xml @@ -198,6 +198,23 @@ 版权所有 唱片 {1} + + + + + + + + + + + + + + + + + 删除播放列表? @@ -210,10 +227,6 @@ 清除 创建新播放列表 - - - - 播放队列 广播模式 循环播放 diff --git a/approot/release.xml b/approot/release.xml index 91a38f6f..2d9d2c94 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -103,7 +103,19 @@