On Tue, Sep 1, 2009 at 7:09 PM, Laszlo KREKACS<[email protected]> wrote: > Lyrics: > What is the fileformat of lyrics? > The same like for movies? .srt or .sub? (or even .mpsub?) > > Is there a website to download tagged lyrics? > (ie, its not me how adjust the lyrics to the music)
Ahh, I see it displays the text in a textbox as is. No advanced feature, like karaoke....;) Could you please wrap lines of textbox? In python is something like this: textbox = elementary.Entry(self.window) textbox.line_wrap_set(True) Best regards, Laszlo _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

