This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#491 - Karaoke mode (ID3 Lyric Display)
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Wednesday, 30 October 2002, 10:33 GMT+1
Last edited by Marc Guay (Marc_Guay) - Friday, 12 December 2008, 16:40 GMT+1
Opened by Anonymous Submitter - Wednesday, 30 October 2002, 10:33 GMT+1
Last edited by Marc Guay (Marc_Guay) - Friday, 12 December 2008, 16:40 GMT+1
|
DetailsApparently within the ID3 spec there is a standard to
display timed lyrics. As far as I know this hasn't been implemented or suggested in any of the Rockbox postings so far. If there is no timing information or it's in an invalid format within the ID3 Lyrics tag, then you could possibly display lyrics a line at a time and allow a keypress to read the next line? There is obviously more scope for bouncing ball effects etc. on the recorder - but displaying a line or two of text on the player isn't a problem, and it could be configured with a karaoke WPS file to define scrolling effect etc. My girlfriend and I look forward to the day when we can huddle together in front of the archos and sing J-POP songs together. All the best, Mark Campbell [mqarkcambie@hotmail.com] |
This task depends upon
Closed by Marc Guay (Marc_Guay)
Friday, 12 December 2008, 16:40 GMT+1
Reason for closing: Invalid
Additional comments about closing: There are a few lyrics patches.
Friday, 12 December 2008, 16:40 GMT+1
Reason for closing: Invalid
Additional comments about closing: There are a few lyrics patches.
There is a well known format for lyrics (.lrc files) that
basically goes like this simple example :
[00:05] lalallalalalal
[01:12] la la lala alala
[01:35] and I love youuuuuu
...and so on.
Generally, the lyric file has the same name than the mp3 file
except the extention is .lrc instead of .mp3.
There are many winamp plugins that can read this format.
http://www.rockbox.org/tracker/task/8376