Opened 14 years ago
Last modified 10 years ago
#7426 new enhancement
MediaPlayer: Lyrics subtitle
Reported by: | shinta | Owned by: | stippi |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Applications/MediaPlayer | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It's nice when MediaPlayer plays music PV, MediaPlayer shows lyrics as subtitle.
Lyrics subtitle file's format is defined as time-tag standard.
http://hp.vector.co.jp/authors/VA023256/TimeTagDev.html
According to this standard, lyrics file is text-base, so we can create lyrics subtitle file easily.
There are many applications that supports time-tag standard
- Lyrics Player (Windows)
- KbMedia Player (Windows)
- Gucchi's Lyrics Plug-In (Winamp plug-in)
- tmsVU (Winamp plug-in)
- KRAAMP (Winamp plug-in)
- CoolBar (Winamp plug-in)
- LyricTimeStamp (Mac)
- Transcend MP330 (Portable MP3 player)
- waku-WAK KARAOKE Player (Haiku)
---
SHINTA (Enhancement No.8)
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
comment:3 by , 12 years ago
System: Haiku R1Alpha4.1 on Virtualbox v4.2.4r81684. Lyrics in the form of .lrc are not being loaded loaded. When using open file->lyricfile.lrc a message saying " None of the files you wanted to play appear to be media files".
comment:4 by , 10 years ago
LRC files on wikipedia: http://en.wikipedia.org/wiki/LRC_(file_format) This is not exactly the same as the TimeTag spec linked above (which is available only in Japanese language). The base format is common, so we could start with that.
comment:5 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|---|
Priority: | normal → low |
Basically, lyrics file (foo.lrc) is below:
[mm:ss:xx] Some lyrics
For example
[00:05:00] Hello
[00:10:00] Hi
"Hello" is shown at 5 sec and "Hi" is shown at 10 sec.