-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
Currently in the process of finding a way to generate .lrc files for some obscure music I'm hoarding. This project is great! However, my use case isn't karaoke but rather audio playing.
I'm wondering if this could be made to support a non-specific karaoke format for use with media servers or if it'd be out of scope for this project?
As an example, this is the output as-is:
[re:MidiCo]
[00:00.000]1:Here's
[00:11.060]1:the
[00:11.199]1:story
[00:11.519]1:of
[00:11.779]1:a
[00:11.939]1:sinner,
...
I'm new to this so I looked this up and the 1:{word}
format looks to be specific for karaoke (as in singer 1). My audio player however lists each word and includes the 1:
format.
This is more like what I'm looking for however:
[00:10.00]<10.00>Here's <11.06>the <11.19>story <11.51>of <11.77>a <11.93>sinner
[00:13.00]<13.06>Who <13.33>used <13.83>to <14.06>be <14.20>a <14.33>winner
The word-by-word timestamps may be a bit too much so it could as easily be:
[00:10.00]Here's the story of a sinner
[00:13.00]Who used to be a winner
I'm a software engineer so can help out with this but if it's out of scope for this project, I'll fork - with your permission - and make some changes there instead π
Thanks!