-
Notifications
You must be signed in to change notification settings - Fork 28
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
More tag variants for albumartists
#47
Conversation
Rebased on top of master and updated description. |
Argh; really too bad that people haven't standardized this. I'm not really sure what to do about the concatenated values from multiple lists—it does not seem good! Ideally, we would have the first non-empty list take precedence, and any remaining values would be ignored. But I don't really understand where the concatenation is coming from in the first place… tracking down the source of that issue seems like an important first step. |
This seems to come from there: Line 1275 in 341db18
Anyway - I would leave this as a draft for now and wait a bit for Picard's. |
Done ;) |
. |
4da6698
to
9c29886
Compare
Nothing is happening in Picard issue, so I think we should think about merging this one to maintain compatibility with all software ;/ What do you think about it? Does it need some changes? Concatenated lists are fixed now ;) |
bump, can we merge this? |
Sorry for letting this slip through the cracks!! Seems like we should head toward merging it. A couple of high-level challenging questions:
Adding a changelog entry would also be great! |
There's no actual standard for those. I'd go with marking the one with space as read-only as I personally don't like this one :D
TBH. I can't even imagine where it could be useful and I found no regression when testing this. This was probably by mistake as it was easier to write it like this. This would cause some issues for re-reading files with multiple RW tags with the same data - cloning values. AFAIK we didn't before have any multi-tags with list values. |
Based on Kodi and Jaikoz/Songkong
Now it returns first found tag like `MediaField` does.
Fixed mentioned |
I'd like also mention that readthedocs seems not to update automagically and seems to be not updated since looong time (v0.4.0). |
@sampsyo bump ;) |
bump! :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay on this; finally cycling back in. Looks good; merging now!
Some fight about tag naming in Picard is still having place: https://tickets.metabrainz.org/browse/PICARD-700
Meanwhile different software using this tag uses other variants for it.
e.g. Kodi can read
ALBUMARTISTS
andALBUM ARTISTS
whilejaudiotagger
is tagging files usingALBUM_ARTISTS
tag.