Skip to content
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

Ignore "featuring" tracks when downloading Artist #2278

Open
medallyon opened this issue Jan 16, 2025 · 3 comments
Open

Ignore "featuring" tracks when downloading Artist #2278

medallyon opened this issue Jan 16, 2025 · 3 comments
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed Feature Request Feature Request

Comments

@medallyon
Copy link

medallyon commented Jan 16, 2025

Requested Feature

I've downloaded all tracks from a specific artist using https://open.spotify.com/artist/4cUkGQyhLFqKHBtL58HYVp. This downloaded all of their original songs as intended, but also all tracks that this artist has featured in where this artist is not the main artist as well as remixes. How do I ignore tracks where an artist is not the main artist?

SpotDL version: 4.2.10
OS: Windows 10 Pro 22H2

Possible implementation

Downloads only tracks where the specified artist is the only artist or the first artist in the list:
spotdl download https://open.spotify.com/artist/4cUkGQyhLFqKHBtL58HYVp --only-main-artist

a different approach which may be more versatile but may not get the job done accurately (perhaps better for other use cases):

Downloads only tracks that don't match the title filter regex (e.g. titles containing the word "feat"):
spotdl download https://open.spotify.com/artist/4cUkGQyhLFqKHBtL58HYVp --title-filter-out "feat(?:ure|uring|\.)"

Downloads only tracks that do match the title filter (e.g. titles containing the word "blue"):
spotdl download https://open.spotify.com/artist/4cUkGQyhLFqKHBtL58HYVp --title-filterblue

@medallyon medallyon added the Feature Request Feature Request label Jan 16, 2025
@medallyon medallyon changed the title Change this title, poorly formatted issaIgnore "featuring" tracks when downloading Artistues will not be handled Ignore "featuring" tracks when downloading Artist Jan 16, 2025
@umutulay
Copy link

Hi can I work on this feature request? @Silverarmor

@medallyon
Copy link
Author

I'll include that Armor mentioned this is a bug, not a feature request =)

@Silverarmor
Copy link
Member

Hi can I work on this feature request? @Silverarmor

Yes, of course! Please open a draft PR then mark it as ready when Ready for code review!

Thanks for your time, look forward to seeing your PR.

@Silverarmor Silverarmor added the Bug Unexpected problem or unintended behavior that needs to be fixed label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed Feature Request Feature Request
Projects
None yet
Development

No branches or pull requests

3 participants