From bd48b17d7b3ad588245bc6fd3f0e564292dc5a5e Mon Sep 17 00:00:00 2001 From: Paul <203217+uniquePWD@users.noreply.github.com> Date: Sun, 6 Jul 2025 11:49:02 +0100 Subject: [PATCH] Update artist.html Modernised. --- data/interfaces/default/artist.html | 436 ++++++++++++++++++---------- 1 file changed, 288 insertions(+), 148 deletions(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 1496005a..c8ab19a1 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -8,31 +8,35 @@ <%def name="headerIncludes()">
- Refresh Artist + Refresh Artist Delete Artist - Scan Artist + Scan Artist + %if artist['Status'] == 'Paused': - Resume Artist + Resume Artist %else: - Pause Artist + Pause Artist %endif + %if artist['IncludeExtras']: - Remove Extras - Modify Extras + Remove Extras + Modify Extras %else: - Get Extras + Get Extras %endif - + +
« Back to overview @@ -41,7 +45,7 @@ <%def name="body()">
- + ${artist['ArtistName']} artist image

${artist['ArtistName']} @@ -49,10 +53,10 @@

-
+
Mark selected albums as - @@ -60,12 +64,12 @@ - + <%-- Hidden submit to allow form submission via JS --%>
- + @@ -121,24 +125,24 @@ %> - - + + @@ -152,177 +156,313 @@ <%def name="headIncludes()"> + ${parent.headIncludes()} <%-- Ensure parent head includes are kept --%> <%def name="javascriptIncludes()"> + ${parent.javascriptIncludes()} <%-- Ensure parent javascript includes are kept --%>
Name Date
${album['AlbumTitle']} thumbnail ${album['AlbumTitle']} ${album['ReleaseDate']} ${album['Type']} ${album['CriticScore']}/${album['UserScore']} ${album['Status']} %if album['Status'] == 'Skipped' or album['Status'] == 'Ignored': - [want] + [want] %elif (album['Status'] == 'Wanted' or album['Status'] == 'Wanted Lossless'): - [skip] [search] + [skip] [search] %else: - [retry][new] + [retry][new] %endif %if albumformat in lossy_formats and album['Status'] == 'Skipped': - [want lossless] + [want lossless] %elif albumformat in lossy_formats and (album['Status'] == 'Snatched' or album['Status'] == 'Downloaded'): - [retry lossless] + [retry lossless] %endif
${havetracks}/${totaltracks}