Video lyrics script request
#1
Thumbs Up 
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!
Reply
#2
actually, i don't think we can draw over a video screen... so can't show lyrics on videoclip...
Reply
#3
you can have the effect of drawing over a video.

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

Quote:if xbmc.player().isplayingaudio():
    xbmc.executebuiltin('xbmc.activatewindow(2006)')
elif xbmc.player().isplayingvideo():
    xbmc.executebuiltin('xbmc.activatewindow(2005)')
sleep(.5)
self.setfocus(self.button)
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#4
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 Huh
Reply
#5
(tokahao @ aug. 09 2005,00:21 Wrote: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 Huh
i can't add lyrics to that site.. bah...
Great Success!
Reply

Logout Mark Read Team Forum Stats Members Help
Video lyrics script request0