duck

Results 109 comments of duck

this would be freaking amazing if it happened, no rush I know that this is an extremely difficult undertaking & i definitely do not expect to have a working game...

> are there any subsonic clients that support lyrics? I use [iSub](https://github.com/einsteinx2/iSubMusicStreamer) and it has a lyrics window, that's how I found out about it. I wish Subsonic had a...

This OpenSubsonic thing is cool! I wonder if I could ask about timed lyrics there.

Perhaps the timings like `[00:00.00]` should be removed by the server if the lyrics are being sent to a client that doesn't support them

I could go through each of my `.lrc` files with a regex that removes them, and output them as `.txt` files, seeing as my client obviously doesn't support the timings...

This is amazing news!

Is there a `.lrc` parser for Go?

[https://pkg.go.dev/github.com/env25/mpdlrc/lrc](https://pkg.go.dev/github.com/env25/mpdlrc/lrc) could work!

We're in the same boat. I have no experience with Go, I'm better with Rust. I do know that you should use a `lrc` parsing library like the one I...

So I take it we will have to fix the existing stubbed `getLyrics` and also add the `getLyrics2` from [the RFC](https://github.com/opensubsonic/open-subsonic-api/discussions/60)?