Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
173 views

Lyrics translation in html

How to represent lyrics and corresponding translation strophe in HTML? just an example: Может, поздно, может, слишком рано, Maybe, it's too late or, maybe, early, И о чем не думал много ...
2
votes
2answers
547 views

Iphone - Writing a media player with lyrics

I want to write a simple media player which displays lyrics that are retrieved from the web. I know once LyricWiki was such a source, but now no longer exists. Does a new API or source for lyrics ...
1
vote
1answer
78 views

Lyrics following a song in the same time as It listened

I want to do something which is maybe special. I have a song, and I have It's lyrics, what I want to do is that a method to provide the opportunity to the lyrics to follow the song, for example I ...
1
vote
0answers
74 views

how can I display lyrics line by line according to the playback time?

how can I display lyrics line by line according to the playback time?? I use MPMediaItem to get it's property of Lyrics but I don't know how to do afterward
1
vote
2answers
446 views

Is there something in the Android architecture or API that prevents people from creating MP3 players that read embedded lyrics?

When I play certain MP3 files (such as lessons from JapanesePod101.com) on my iPod Touch, lyrics or transcripts that are embedded in the MP3 files are displayed in the media player. The lyrics are, I ...
1
vote
1answer
295 views

Music and Lyrics

I have a song and its lyrics. The song can be played using MusicPlayer class. But how do I show the lyrics of the song and also highlight them in sync with the audio. Words appear and fade with the ...
1
vote
4answers
393 views

Lyrics flow (Delphi / pseudo-code)

I would like to build a program which lets lyrics of a song run over the screen. Something like this: http://www.youtube.com/watch?v=kIAiBvD9njM Can you help me? Algorithm: pushes the marker to ...
1
vote
1answer
424 views

iTunes COM - How to acess Lyrics

I have been messing around with iTunes COM from python. However, I haven't been able to access the Lyrics of any track. I have been using python for this. Here is the code: >>> import ...
0
votes
1answer
238 views

Android music player with lyrics Crashed when replaying

I created a project called "MusicMod" on Google Code (Based on eliot stocker's Music Mod.) http://code.google.com/p/musicmod/ Screenshot is available on project page It can shows lyrics when ...
0
votes
0answers
79 views

Lyrics Metadata in ID3v2tags format (Synced ones)

I've created a program to sync lyrics. The timing is all right and I'm doing it in the format of [00:01.00] This is the first line [00:02.00] Second line and so... But, the media player ...
0
votes
1answer
180 views

How to use javas built-in javascript engine to run script on a web-page?

I want to show lyrics for songs in my player. I used to use lyricsplugin.com because it had a lot of English and Russian lyrics, but recently they've changed their web-site from being a static page to ...
0
votes
2answers
135 views

accessing iTunes Lyrics data in Java on Windows

I am writing a short Java program that downloads the lyrics from a website. The only problem is that I don't know how to access the lyrics tab in the mp3 file. Any help would be appreciated