TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Lyrics in ogg/vorbis and MP3 files

93 pointsby severineabout 3 years ago

12 comments

egypturnashabout 3 years ago
I wish more people would <i>use</i> these, whenever I buy music off of iTunes or Bandcamp it almost <i>never</i> comes with the lyrics embedded. I know Bandcamp supports it because I recall being delightfully surprised by some music an acquaintance sold there having lyrics; not sure I can recall ever getting them off of iTunes. Every now and then iTunes sells me an album that comes with a PDF of the CD booklet, that’s about the closest it comes.
评论 #30602905 未加载
评论 #30601657 未加载
评论 #30619538 未加载
Saint_Genetabout 3 years ago
I wrote an mp3&#x2F;ogg&#x2F;flac&#x2F;acc metadata parser over 10 years ago, and it was an absolute shower of shit with regards to character sets and compatibility between players and encoders. Has anything changed?
评论 #30600309 未加载
评论 #30599754 未加载
评论 #30600913 未加载
评论 #30600375 未加载
m-p-3about 3 years ago
Sadly the ability to show lyrics on musical files isn&#x27;t as &quot;standardized&quot; as on video files. The MKV container is great for that, with the ability to add subtitle files as additional data streams, and most players are able to handle it. I wish the FLAC format would actually decide on an actual tagging standard for synced and unsynced lyrics data.<p>It&#x27;s probably because the use of lyrics file is too much of a niche compared to video subs.
评论 #30601283 未加载
jjiceabout 3 years ago
I was thinking about this a bit over a year ago while automating ID3 tagging on my library and started thinking about how there&#x27;s no standardized lyrics in music. I was using ID3v1, which I think explains my issue, but I guess it still wouldn&#x27;t have helped since I&#x27;ve never seen the option in a player or anything.<p>It&#x27;s a real shame the industry didn&#x27;t treat lyrics in a song file as important as subtitles in a movie.<p>Mini rant: back when I was in high school (I&#x27;m a college graduate now, for context on how long it&#x27;s been), Spotify had a lyric feature that was good enough. It was out of sync a lot, but pretty alright. One day, the button to display lyrics started saying that they were working on the feature and it would be back soon. Then, in the near future, they just removed the button. They added it back for a good chunk of popular songs a few months ago probably. It works pretty alright, but it&#x27;s a shame I have to use a proprietary service, and it wasn&#x27;t a priority for the biggest music streaming service to have the lyrics to a song.<p>In reality, not a big deal, just annoyed by it.<p>It&#x27;s a real shame that I haven&#x27;t even seen lyrics in music I purchase on Bandcamp.
评论 #30601327 未加载
woodruffwabout 3 years ago
It&#x27;s really unfortunate that there isn&#x27;t a single, high-quality reference source (with an API) for song lyrics, the way there is for artist&#x2F;album metadata (MusicBrainz) or cover art (Cover Art Archive).<p>No source that I&#x27;m aware of provides a public API, leaving tools like beets to haphazardly scrape a handful of websites[1].<p>[1]: <a href="https:&#x2F;&#x2F;beets.readthedocs.io&#x2F;en&#x2F;v1.6.0&#x2F;plugins&#x2F;lyrics.html" rel="nofollow">https:&#x2F;&#x2F;beets.readthedocs.io&#x2F;en&#x2F;v1.6.0&#x2F;plugins&#x2F;lyrics.html</a>
评论 #30600921 未加载
评论 #30607154 未加载
评论 #30602147 未加载
评论 #30625197 未加载
pestatijeabout 3 years ago
&gt; &quot;ogg&#x2F;vorbis is a patent-free audio codec and thus my preferred choice over mp3.&quot;<p>mp3 is patent-free as well, as far as i know.
评论 #30601344 未加载
评论 #30602957 未加载
causiabout 3 years ago
I&#x27;ve yet to find a music&#x2F;lyrics app that isn&#x27;t half-broken or riddled with spyware and advertising. Edit: I thought saying &quot;app&quot; made it clear I needed it for a mobile device, Android, sorry. Foobar2000 is my choice of music player, it just doesn&#x27;t do lyrics on mobile. I do think it&#x27;s a testament to how underserved this niche is that all the replies are either desktop programs or mobile apps that don&#x27;t support displaying lyrics while playing a song.
评论 #30601102 未加载
评论 #30599981 未加载
评论 #30600022 未加载
评论 #30599950 未加载
评论 #30611654 未加载
评论 #30599913 未加载
评论 #30600883 未加载
评论 #30601437 未加载
评论 #30599898 未加载
评论 #30600305 未加载
sandreasabout 3 years ago
If someone is looking for a possibility to do this with C#, I can recommend atl.net [1] library. Currently I am working on a tagging command line tool called `tone` that utilizes the library to do awesome stuff :-)<p>The lib supports:<p><pre><code> - default tags (id3 v2.3, v2.4, APEtag 1.0-2.0, m4a, ogg) - chapters - lyrics - custom tags </code></pre> for the most modern audio formats.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Zeugma440&#x2F;atldotnet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Zeugma440&#x2F;atldotnet</a>
extheatabout 3 years ago
Seems like a simple problem to solve as long as there’s support for arbitrary metadata in the file format. Just store the LRC data in as plaintext in one of those fields and call it a day. Of course without a proper written standard it’s going to be a hodgepodge of everyone inventing their own standard way of doing something catered to their use case. It’s an inevitable part of the software world.<p>If you absolutely need to pack the data into the audio file you can probably make a simple extractor program to read the audio file and extract the lyric data into a format that the player can read natively then feed it in to the player. Or patch the player software to support your format. The former is usually the easier option, of course.
评论 #30601100 未加载
xatttabout 3 years ago
Embedding lyrics in files is great, but still half-baked. You’re often opening up the lyrics to see what the words are in that particular moment in the song.<p>Apple Music took this feature one step further and actually provides a way to sync lyrics to the music. The UI is very intuitive as well. Not sure if Spotify offers this too.
shimonabiabout 3 years ago
I recently wanted to add bookmarks&#x2F;keywords to a recording of a lecture, but was amazed I couldn&#x27;t find any software that does that. And yes, I&#x27;ve seen the VLC bookmark plugin.<p>I ended with writing timestamps with comments using Notepad.
ncmncmabout 3 years ago
Examples of support say mostly Ubuntu 2014. Surely something is different now? Wondering too abt. MPV.