[Cog 3074] Inconsistent Year listed in playlist, format is based on file type #426
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#426
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe
In the playlist, MP3s display the date as just the year (ex. 2025) whereas FLACs display the actual date specified in the metadata (ex. 20250314).
I manually set the date metadata for all my music to be YYYYMMDD. Cog displays this right for my FLACs, but not my MP3s.
To Reproduce
Expected behavior
Personally, I would prefer Cog to show the exact date listed in the file's metadata. But that's because I ensure my music has high quality, consistent metadata.
Screenshots
Version information:*
The MP3 tag reader reads exactly the year, the fact the others read the rest of the date is just a fluke. I will look into doing full tag reading eventually, but the TagLib library doesn't read the full date either, only the year, as a number and not a string.