We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When downloading songs that contain multiple artists, spotdl always creates files with an artist tags like: Dua Lipa/Troye Sivan
Dua Lipa/Troye Sivan
I only care about the main artist. The other artists are often also attributed in the title tag (in this case Physical (feat. Troye Sivan))
Physical (feat. Troye Sivan)
The issue here is that there is no artist named "Dua Lipa/Troye Sivan", and it's just polluting my database and my last.fm scrobbles.
Add an option to only add the first artist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requested Feature
When downloading songs that contain multiple artists, spotdl always creates files with an artist tags like:
Dua Lipa/Troye Sivan
I only care about the main artist. The other artists are often also attributed in the title tag (in this case
Physical (feat. Troye Sivan)
)The issue here is that there is no artist named "Dua Lipa/Troye Sivan", and it's just polluting my database and my last.fm scrobbles.
Possible implementation
Add an option to only add the first artist.
The text was updated successfully, but these errors were encountered: