error executing script event. object required:doc
I had to remove the script.

Just installed LyricsFetcher & LV, and did your patch - works great! Thanks for the awesome plugin!ACDias wrote:About the line breaks issue. I think its because the LV renders the lyrics as an HTML and it does not replace the \r\n or \n to <br/> to show. I've changed the script to make it work but I'm not the author of the plugin so I can't fix it for you. If you want to try, open {MMInstallationDir}\Scripts\Auto\LyricsViewer.vbs in a text editor and search for LyrTxt=HtmlMarkup(Sng.Lyrics) and replace it for LyrTxt=Sng.Lyrics. Now search for Doc.Add " <p>" & LyrTxt & "</p>" and replace it for Doc.Add " <p><pre>" & LyrTxt & "</pre></p>". I'll talk to the author and see if he can update it...
Thanks for that.ACDias wrote:About the line breaks issue. I think its because the LV renders the lyrics as an HTML and it does not replace the \r\n or \n to <br/> to show. I've changed the script to make it work but I'm not the author of the plugin so I can't fix it for you. If you want to try, open {MMInstallationDir}\Scripts\Auto\LyricsViewer.vbs in a text editor and search for LyrTxt=HtmlMarkup(Sng.Lyrics) and replace it for LyrTxt=Sng.Lyrics. Now search for Doc.Add " <p>" & LyrTxt & "</p>" and replace it for Doc.Add " <p><pre>" & LyrTxt & "</pre></p>". I'll talk to the author and see if he can update it...
For MM 4, LyricsViewer.vbs should be in C:\Users\[username]\appdata\roaming\mediamonkey\scripts\Auto.naaaab wrote: Hi ACDias, I also have this problem of the line breaks issues.
I'm on MM 4 and I don't have any LyricsViewer.vbs in the Scripts\Auto directory... is it normal?
i dont know nothing about Xpath 1.0. just have the url... http://www.musica.com http://www.azlyrics.com wish anybody could help meWhen a song starts do play it check if there's an embed lyrics. If there's not, they fetch the lyrics and embed it. You can choose and save your preferred search engine in it. You just have to know a little bit of XPath 1.0. Currently it goes with the Brazilian search service called Terra Letras. Feel free to remove it if you don't like it and put you preferred one.
If you want I can put more search engines. Just give me the XPath and the URL. You have to put the URL of the search engine replacing in the artist and the song name by {artist} and {song} (in the URL like this: http://letras.terra.com.br/winamp.php?a ... sica={song}). It will use the ID3v2 tag to get the names.
The program runs in the notification bar of Windows. When you right click in it you can mark the song as instrumental (it will save the word "Instrumental" in the lyrics). You can choose if it will show balloons when the program is downloading a lyric.