PDA

View Full Version : Video lyrics script request


tokahao
2005-06-23, 07:03
could someone tell me if the xbmclyrics script can somehow be modified to display during music video playback, like on yahoolaunch. *the reason i ask is because i enjoy watching the videos but kinda wish i knew what they were saying sometimes.

my vision is this: *open launchbrowser. *play a video, bring up the controls and select xbmclyrics. *xbmclyrics would have to be modified to only display on the bottom of the screen, similar to captions/subtitles.

is there a way that xbmclyrics can identify the name and artist of video playing and find the correct lyrics online?

i appreciate the help! *i would love to have this script if anyone knows how. *thanks!

solexalex
2005-06-24, 13:17
actually, i don't think we can draw over a video screen... so can't show lyrics on videoclip...

Nuka1195
2005-06-24, 15:55
you can have the effect of drawing over a video.

just activate the correct window. i did this in poker timer.

if xbmc.player().isplayingaudio():
* * xbmc.executebuiltin('xbmc.activatewindow(2006)')
elif xbmc.player().isplayingvideo():
* * xbmc.executebuiltin('xbmc.activatewindow(2005)')
sleep(.5)
self.setfocus(self.button)

tokahao
2005-08-09, 02:21
what if the lyrics panel is opened after video playback is minimized, similar to music? can the lyrics.py script be able to read artist and song title and search it on http://lyrc.com.ar ???

Djsnake
2005-08-09, 11:37
what if the lyrics panel is opened after video playback is minimized, similar to music? can the lyrics.py script be able to read artist and song title and search it on http://lyrc.com.ar ???
i can't add lyrics to that site.. bah...