Replies: 6 comments 2 replies
-
As a side note, the album selection filter should work for tracks containing 'Album Title'. Just to clarify I understand the use case. The files already contain Album Title and track Artists. P.S. Just wondering about a more elaborated solution... Ideally, there should be either a check box modifying the search button behavior or a 'Search for releases' one that searches for releases containing multiple artists. For instance (not a very good example, btw): |
Beta Was this translation helpful? Give feedback.
-
Yes, you get it right. Normally my files are more or less fully tagged, but lack extra information like label and catalog #. That's often true for compilation albums. I use "VA" as Album Artist for these, but raw files may have "Various Artists" or "Various" as well. As for your example, yes, I would expect something like that (not sure on exact Discogs REST API capabilities tho). But also maybe the checkbox could be supplied with a little smartness, i.e. configurable $if() switch which should produce that true/false value for the checkbox. |
Beta Was this translation helpful? Give feedback.
-
Added to TODO list |
Beta Was this translation helpful? Give feedback.
-
There have been some advances related to VAs. Here is a beta release in case you would like to give it a try. Other fixes:
The new feature has been only roughly tested, but beta 3 should prove that your idea looks viable, even though behind the scenes, the search is not bounded by type 'artist' but any content: release, master, artist and label. Thanks for testing! |
Beta Was this translation helpful? Give feedback.
-
This is Beta 4, probably the last beta release before final v1.0.20 Change log:
Other fixes:
From previous betas... (Beta 3)
(Beta 2)
(Beta 1)
|
Beta Was this translation helpful? Give feedback.
-
Nice, you found it! The 'VA' case was a bug. Currently, after this fix, the following patterns should be working: Album Artist equals to "VA" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use case:
When I call Discogger for a compilation (albumartist = VA) I expect to see search results for its artist(s).
Expected:
Search by first artist (or something a bit more smarter) to have Album selection filter actually work.
Actual:
Search happens for "VA" with no meaningful results.
P.S. Same for "Various Artists" and "Various".
P.P.S. There's no configuration for that behavior in Searching tab either.
Beta Was this translation helpful? Give feedback.
All reactions