You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when using the combined list, even if noRoleFilter is true (so no role_id is passed), albumsQuery still restricts to active combined list roles:
From looking at how noRoleFilter et al. is implemented it seems to completely rely on the browse menu code. And Queries then would assume "standard roles", rather than "no filter". I believe that's still the old assumption that there's basically one kind of artist, "the" artist. And what that artist is we did make some assumptions. The pref therefore has got a slightly different meaning with the arrival of more roles. Now the question is: should the pref be redefined, or the behaviour adjusted?
The problem would be that all callers of the albums query would have to pass the roles they want. That would be a breaking change. We should probably introduce a new param to tell when a caller really doesn't want any role filter at all.
However, when using the combined list, even if noRoleFilter is true (so no role_id is passed), albumsQuery still restricts to active combined list roles:
slimserver/Slim/Control/Queries.pm
Lines 364 to 373 in a1719ae
Of course the PR for this would take about 5 minutes, but is it controversial? Possibly!
The text was updated successfully, but these errors were encountered: