-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] How can I block albums by artists as composers? #96
Comments
As of this moment, It's not possible to filter the types of releases that are downloaded as part of an artist discography. Internally it is possible to do some basic filtering through the API, but I would have to implement some kind of settings screen or options pop-up to let the user select the release types they want in the results. I would need to do some testing, but based on the filter names, it doesn't seem like these will filter out releases where the artist is e.g. only the composer. I'll keep this issue open with all this info for reference so I can do some tests if/when I find some time. |
Thank you for your reply,and hope you have the opportunity to resolve this requirement as soon as possible. |
How does one get a full list of releases for a given artist? The search function only appears to have Album and Track options, but being able to see a full release list from an artist or download multiple albums from that list at a time would be awesome |
This feature isn't implemented. If you just want to be able to get a list of albums for an artist, you can have a look at #106 where I attached a little python script that gets all albums for a label. If I find some time, I might create some gist pages for utility scripts like that and link to them in this projects wiki (if people find such things useful). For now I'm treating this issue basically as the same question in #4 but then for downloading artists. |
🚀 Feature Request
Is your feature request related to a problem? Please describe.
*no
Describe the solution you'd like
*When I download through the artist link, I don't need albums created by the artist as a composer. Many of them are not the artist's albums. How can I block these albums?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: