this post was submitted on 30 Jul 2026
62 points (100.0% liked)

Selfhosted

61070 readers
1063 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

With v0.63, audio streamer Navidrome finally got full lyrics support. I just wanted to try it out and fell flat on my face because... well, not even the official docs say anything about lyrics. Also, I'm not too familiar with how lyrics are added to songs in general. So my questions are these:

  1. How can I add any lyrics to my songs so the web client will display them?
  2. What formats would you recommend sticking with? (TTML, ELRC, SRT, YAML, LRC, or even TXT)
  3. Is there a way to automate adding lyrics in bulk (instead of tedious manual work)?
top 15 comments
sorted by: hot top controversial new old
[–] irmadlad@lemmy.world 3 points 23 hours ago (1 children)

Hmmmm....Navidrome has supported lyrics for a while now, no? Apps like Feishin will fetch lyrics for you based on the song being played, if it's available that is. But it doesn't embed them, to my knowledge. However, since I still have a stripped down Windows 10 installation, I used MusicBee to embed the lyrics. Highlight the library, and let it eat. If your library is large, it will take some time. When finished, the lyrics will be embedded in the audio file, and will display in Feishin and in Navidrome.

I know that beets has a lyric plugin, and that might be an avenue for you OP. However, in my case, I started with MusicBee so very long ago, and it's still a top notch player imho, even tho it is a Windows app.

[–] _Nemo_@lemmy.ml 1 points 16 hours ago

You are correct, it seems to have supported it for a while now, but it got more support now.

I'm afraid MusicBee is not for me since my household has been powered by Linux only for years now. I'll look into that beets plugin though, which has been recommended to me somewhere in the comments before. Thanks!

[–] K3can@lemmy.radio 2 points 1 day ago (1 children)

I use beets to add synced lyrics to my library automatically.

To display them in the web browser interface, click the lyrics button (looks like a book).

[–] duckshuffgoose@lemmy.ml 1 points 1 day ago

I recently did this. It was very easy if you already use beets

[–] Dojan@pawb.social 7 points 1 day ago* (last edited 1 day ago) (2 children)

I'm personally going with elrc where available, otherwise lrc.

The E in ELRC stands for enhanced. It has karaoke-style granularity, if that's something you care for, and can find.

Navidrome has supported lyrics for a while now, but the web client only supports embedded ones. Checked my instance and that still seems to be the case as most of my songs have lyrics as standalone files, but the client insists that there aren't any lyrics.

With the update I've added this Navidrome lyrics plugin, but I've not really tested it yet. I've been using lrcget to locate and add lyrics before this update.

Lyrics work fine in other clients. On my phone I've been experimenting with NaviBeat, otherwise I've been using Amperfy.

On desktop I've been using Nocturne, (via flathub), but I think based on how long lyrics take to load in that, that it fetches the lyrics from somewhere other than Navidrome.

[–] irmadlad@lemmy.world 2 points 23 hours ago

With the update I’ve added this Navidrome lyrics plugin, but I’ve not really tested it yet. I’ve been using lrcget to locate and add lyrics before this update.

I love the fact that they have really opened up Navidrome to use plugins, and it seems the community is starting to produce some pretty decent examples.

[–] starshipwinepineapple@programming.dev 6 points 1 day ago* (last edited 4 hours ago) (1 children)

I use that lyrics plugin and it works great. Basically you just enable it in navidrome and in your configuration you set the lyrics priority. I have it set so its lrc -> txt -> plugin -> embedded so if i have lrc/txt lyrics already it pulls those and if not the plugin will search. If plugin fails it will check for anyvembedded lyrics. This works with my feishin (pc) and symfonium (android) apps if I'm on my network or vpn'ed in (i don't expose my server).

Another thing you can do is use the LRCGET app which can bulk download them.

I haven't touched the ELRC lyrics yet but will look into pulling those

[–] gedaliyah@lemmy.world 4 points 1 day ago

Big +1 for LRCGET. It is extremely powerful and dead simple to use. I'm generally able to point it at a directory and press go. It will return lyrics about as accurately and reliably as any manual search, and it has the (experimental) ability to embed the lyrics as well.

I prefer embedded lyrics, since I know that they will be available and inseparable from the files regardless of what my library looks like in the future.

[–] eshol@lemmy.world 6 points 1 day ago (1 children)

I believe it requires sidecar lyric files, although I'm not sure which formats it all supports.

You might try something like this to collect them: https://github.com/f1nniboy/lrcmux

[–] chtk@feddit.nl 3 points 1 day ago

Navidrome did support lyrics before, but only embedded. And maybe only LRC, though I'm not sure about that.

[–] PieMePlenty@lemmy.world 1 points 1 day ago (1 children)

Anyone know a good way to automatically tag audio files with lyrics? Like how mp3tag pulls data from musicbrainz and tags tiles in a few clicks.

[–] overstep8556@jlai.lu 4 points 1 day ago* (last edited 1 day ago) (1 children)

Beets with the lyrics plugin is good, it can use various sources. It embeds the lyrics in the file directly and prioritizes synced lyrics. It will look for the lyrics every time new music is imported into the library. However, this might mean using beets more extensively when managing your music library. lrcget may be more suited then.

[–] PieMePlenty@lemmy.world 2 points 23 hours ago

lrcget

I used this and it did exactly want I wanted, great tool. Thanks!

[–] BlueEther@no.lastname.nz 3 points 1 day ago
[–] frongt@lemmy.zip 1 points 1 day ago

I would open an issue asking for documentation.