MP3 tags missing song duration metadata (TLEN) #5425
Unanswered
davidgrisham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Beets for a long time and am now building my own music player, so I'm getting into parsing my library that has been entirely tagged with Beets. When parsing the id3v2.4 tags from my MP3 files, I'm noticing that there's no
TLEN
field specifying the duration of the song. I was able to parse the duration from my M4A files via themvhd
atom, and was surprised to find no such information in the MP3 files.I've seen that, in cases where this information isn't in the metadata, the best way to get the duration of a song in an MP3 file is to parse the entire file. I'd really like to avoid this - is there a way to have Beets write the
TLEN
field? The only indication I've seen that this did happen at some point was here: #3815Here's a sample song:
And my beets config:
Beta Was this translation helpful? Give feedback.
All reactions