Added a way to filter artist by type (album artist, track artist, all artits). Fixes #19

This commit is contained in:
emeric
2020-01-22 21:31:11 +01:00
parent e384cdd021
commit 6950616466
10 changed files with 69 additions and 15 deletions
+11 -4
View File
@@ -6,10 +6,17 @@
<div class="page-header">
<h2>${tr:Lms.Explore.artists}</h2>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-search"></i></span>
${search}
<div class="row">
<div class="col-xs-12 col-sm-3">
<div class="Lms-explore-artists-input">
${link-type}
</div>
</div>
<div class="col-xs-12 col-sm-9">
<div class="input-group Lms-explore-artists-input">
<span class="input-group-addon"><i class="fa fa-search"></i></span>
${search}
</div>
</div>
</div>
${artists}
+3
View File
@@ -115,6 +115,9 @@
<message id="Lms.Explore.ArtistInfo.similar-artists">Similar artists</message>
<!--Explore:Artists-->
<message id="Lms.Explore.Artists.linktype-all">All artists</message>
<message id="Lms.Explore.Artists.linktype-artist">Track artists</message>
<message id="Lms.Explore.Artists.linktype-releaseartist">Album artists</message>
<message id="Lms.Explore.ArtistsInfo.recently-added">Recently added</message>
<message id="Lms.Explore.ArtistsInfo.most-played">Top artists</message>
+3
View File
@@ -115,6 +115,9 @@
<message id="Lms.Explore.ArtistInfo.similar-artists">Artistes similaires</message>
<!--Explore:Artists-->
<message id="Lms.Explore.Artists.linktype-all">Tous les artistes</message>
<message id="Lms.Explore.Artists.linktype-artist">Artiste de piste</message>
<message id="Lms.Explore.Artists.linktype-releaseartist">Artiste d'album</message>
<message id="Lms.Explore.ArtistsInfo.recently-added">Ajouts récents</message>
<message id="Lms.Explore.ArtistsInfo.most-played">Artistes populaires</message>