Opened 13 years ago

Last modified 9 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

---

SHINTA (Enhancement No.8)

Change History (5)

comment:1 by shinta, 13 years ago

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.

comment:2 by ariza09, 12 years ago

(Google Code-in)

Haiku revision: hrev42211 still a bug.Media Player don't show lyrics as subtitle. . System: Haiku hrev1-alpha3 on VMware workstation 8 on windows 7 32 bit

comment:3 by Freeman, 11 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".

Last edited 11 years ago by Freeman (previous) (diff)

comment:4 by pulkomandy, 9 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 pulkomandy, 9 years ago

Milestone: R1Unscheduled
Priority: normallow
Note: See TracTickets for help on using tickets.