# Mp3tag (v2.42a) parsing for lyricsplugin, created by jefferyw on 2008-12-12
#
# This *.src file must be placed in your sources directory.
# On Windows XP it's C:\Documents and Settings\*username*\Application Data\Mp3tag\data\sources
#
# You can quickly reach it with [Windows Key + R] and enter %appdata%\Mp3tag\data\sources
# Or enter %appdata%\Mp3tag\data\sources in the Explorer address bar
#
#
#
[Name]=lyricsplugin
[BasedOn]=www.lyricsplugin.com
[SongUrl]=http://www.lyricsplugin.com/winamp03/plugin/
[WordSeperator]=%20
[SearchBy]=?artist=%artist%&title=$replace(%title%,&,%%26)
[ParserScriptSong]=...
# ###################################################################
# S O N G
# ###################################################################
# UNSYNCEDLYRICS
outputto "UNSYNCEDLYRICS"
findline "<div id="lyrics">"
regexpreplace "
" "\r\n"
findinline "<div id="lyrics">"
sayuntilML "</div>"
The above works except for one problem... it also takes in the
tag how do I disable that?