You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was adjusting some tags on some of my music, and I noticed that certain applications pointed out the mp3 doesn't have a date, even tho I set a year in tagger.
One example of such an application is Gramophone: AkaneTan/Gramophone#171
Turns out, this has to do with two different properties: release year and recording year.
I was expecting that tagger updates the release year, because that is what I expected by "Year".
However, inspecting the file after tagging with id3v2, the year field is empty.
So, I think it would make sense to either expose all the fields related to "year".
And I think the release year should be the default. Right now the UI just says "Year" and it is not clear what tag exactly will be set.
The text was updated successfully, but these errors were encountered:
I was adjusting some tags on some of my music, and I noticed that certain applications pointed out the mp3 doesn't have a date, even tho I set a year in tagger.
One example of such an application is Gramophone: AkaneTan/Gramophone#171
Turns out, this has to do with two different properties: release year and recording year.
I was expecting that tagger updates the release year, because that is what I expected by "Year".
However, inspecting the file after tagging with id3v2, the year field is empty.
So, I think it would make sense to either expose all the fields related to "year".
And I think the release year should be the default. Right now the UI just says "Year" and it is not clear what tag exactly will be set.
The text was updated successfully, but these errors were encountered: