Skip to content

Conversation

certuna
Copy link
Contributor

@certuna certuna commented Nov 2, 2023

Fix for #2214

This sorts an artist's discography (Artist view) first by his own albums (Artist = Album Artist), then by his appearances (Artist != AlbumArtist).

(this is a re-submit of #2413 - I didn't realise that renaming the branch upstream automatically closes the PR)

certuna added 14 commits June 27, 2023 10:37
Sort by Artist = Album Artist first, so it shows an artist's own albums first, and appearances on other albums second.
Alias match_album_artist, allows for sorting by an artist's own albums first, then his appearances on compilations/etc.
forgot args in line 89
removed comment about Subsonic, it's irrelevant since this query is never done through the Subsonic API.
Fix EnableMediaFileCoverArt option default value
Copy link

github-actions bot commented Nov 2, 2023

Download the artifacts for this pull request:

@certuna certuna mentioned this pull request Nov 4, 2023
@deluan
Copy link
Member

deluan commented Nov 11, 2023

I think this would be better handled completely on the client. This change is too "hacky" as it depends on "virtual" sort fields. To give some context, I already regret resorting to this in other parts of the code. It makes things too magical.

@certuna
Copy link
Contributor Author

certuna commented Nov 12, 2023

Allright, I'll have a look if I can do this completely in the WebUI - it may become less magical, but I'm not sure if the result will be more readable...

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants