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

"&" in artist name may need to be split into title tag #9

Open
cdown opened this issue Aug 19, 2018 · 3 comments
Open

"&" in artist name may need to be split into title tag #9

cdown opened this issue Aug 19, 2018 · 3 comments
Labels
enhancement New feature or request fixers Related to the actual fixers themselves

Comments

@cdown
Copy link
Owner

cdown commented Aug 19, 2018

This is somewhat difficult and is outside the current provided infrastructure because it requires one to do some checks first to see if this looks like something that should be split out. For example "Simon & Garfunkel" should stay the same, but this should not as "Die Lit" is already attributed to the primary artist:

  • Artist: Playboi Carti & Nicki Minaj
  • Album: Die Lit
  • Track: Poke It Out

should become

  • Artist: Playboi Carti
  • Album: Die Lit
  • Track: Poke It Out (feat. Nicki Minaj)

...because "Die Lit" being in both shows this is really just a feat tag.

Possible other things to look for:

  • &
  • and
  • feat[uring]
  • vs
  • with
@cdown cdown added enhancement New feature or request fixers Related to the actual fixers themselves labels Aug 19, 2018
@Siilwyn
Copy link

Siilwyn commented Aug 27, 2023

Came here to ask for an option to put featuring artists in the artist field but what are your thoughts on using multiple tags? id3v2.4 supports having them with a null separated list.

@cdown
Copy link
Owner Author

cdown commented Aug 28, 2023

I like the idea, my only concern is (for example) how does audioscrobbler deal with that? AFAIK it only supports a single artist.

@Siilwyn
Copy link

Siilwyn commented Aug 31, 2023

That's a valid concern, there is probably a lot of software that only deals with one field to be honest. I had to look up what audioscrobbler is but it looks like it doesn't support multiple fields. Bit of a shame.
Thoughts on adding this feature behind a flag as a "future" feature that'll become more useful over time (🤞) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixers Related to the actual fixers themselves
Projects
None yet
Development

No branches or pull requests

2 participants