GNOME Bugzilla – Bug 674147
fetch lyrics from j-lyric.net
Last modified: 2012-10-21 08:34:46 UTC
Created attachment 212090 [details] The parser A lyrics searcher for j-lyric.net, for the "Lyrics" plugin. j-lyric.net is a lyrics site for japanese songs. There must be two line added in LyricsSites.py: from JlyricParser import JlyricParser lyrics_sites = [ ... { 'id': 'j-lyric.net', 'class': JlyricParser, 'name': _("Jlyric (j-lyric.net)") }, ... ]
Thanks! Providing this code as a patch is welcome. See https://live.gnome.org/Git/Developers#Contributing_patches
Created attachment 212180 [details] [review] patch for LyricsSites.py and Makefile.am
(In reply to comment #1) > Thanks! Providing this code as a patch is welcome. See > https://live.gnome.org/Git/Developers#Contributing_patches The patch for LyricsSites.py and Makefile.am already provided. Thanks!
The JlyricParser patch has been merged into the Bug 674178, that patch included the japanese lyrics parser (JlyricParser) and korean lyrics parser (JetlyricsParser) already.
*** This bug has been marked as a duplicate of bug 674178 ***