Lyricator v1.5.5 (2022-11-25)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

BionicRooster
Posts: 18
Joined: Tue Jun 09, 2009 5:40 pm

Re: Lyricator v1.4.1 (2018-4-23)

Post by BionicRooster »

I had the same problem. When you get this screen, just click the Lyricator button again and it closes the popup and loads correctly. It is just a workaround but it does work for me.
“Heart disease is a foodborne illness." Caldwell Esselstyn MD
BionicRooster
Posts: 18
Joined: Tue Jun 09, 2009 5:40 pm

Re: Lyricator v1.4.1 (2018-4-23)

Post by BionicRooster »

timepiece wrote: Tue Mar 05, 2019 9:06 pm I am also getting error screens that look like this, ever since I had to reinstall MM and Lyricator on a new drive. I really miss being able to use it.
nonob wrote: Wed Sep 26, 2018 4:46 am Hi,

Thanks for this addon.

I often have this message "This page can't be displayed" then this screen :

Image

I have version 1.4.1.1.

Do you know how to resolve this issue ?

Thanks
Just click the lyricator button again without closing the popup and it will load correctly
“Heart disease is a foodborne illness." Caldwell Esselstyn MD
BionicRooster
Posts: 18
Joined: Tue Jun 09, 2009 5:40 pm

Re: Lyricator v1.2.2 (2014-10-12)

Post by BionicRooster »

tj_junk wrote: Fri Oct 17, 2014 1:25 am Suggestions:
  • Sort the Lyricator Submenu

    Code: Select all

    'To Add lyrics site add here
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "Toolbar"
          lyricator_submenu.Caption = "All configured sites"
          lyricator_submenu.Hint = "Find lyrics using all lyrics sites chosen in Lyricator options"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "AZLyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "ELyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Genius"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Hiplyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Letras"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyrDB"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyricsMode"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Lyricstime"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyricWikia"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "MetroLyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Mp3Lyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "SeekALyric"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "SongColeta"
    
  • Rank the providers and sequence the searches accordingly

    Some providers are excellent: They have a high success rate for finding song lyrics, they return results quickly, and the lyrics are formatted well (e.g., with mixed case and grouped into logical paragraphs). Other providers are very poor: They have a low success rate, they are slow, and/or their lyrics are formatted poorly.

    After running several tests, i would rank the providers in the following order from best to worst, and would prefer that Lyricator search the best providers first.

    Code: Select all

    LyricsMode   (good success rate, very good formatting)
    SongColeta   (good success rate, very good formatting)
    LyrDB        (good success rate, good formatting)
    Hiplyrics    (medium success rate, good formatting)
    Genius       (medium success rate, good formatting)
    SeekALyric   (medium success rate, fair-to-good formatting)
    ELyrics      (medium success rate, fair formatting)
    MetroLyrics  (medium success rate, poor formatting)
    Letras       (medium success rate, poor formatting)
    AZLyrics     (low success rate)
    LyricWikia   (low success rate)
    Mp3Lyrics    (very low success rate)
    Lyricstime   (extremely slow, very low success rate)
    
In which file would I need to make this change?
“Heart disease is a foodborne illness." Caldwell Esselstyn MD
pheb62
Posts: 20
Joined: Sat Dec 30, 2006 5:50 pm
Location: Germany

Re: Lyricator v1.4.1 (2018-4-23)

Post by pheb62 »

Open Windows Explorer.
Locate the folder "C:\Program Files (x86)\MediaMonkey".
Right click - Properties - Tab Security - Button "Extended"
Click Button "Add" - click link "select principal"
Enter your user name and click button "verify".
Select " full access" on top of checkbox list.
Confirm all dialogs with "OK".

Mediamonkey Addons should now check for updates and install them properly, and also Lyricator should load fine.
gibbon
Posts: 49
Joined: Wed Nov 07, 2007 5:20 am

Re: Genius, Lyricswiki

Post by gibbon »

gibbon wrote: Thu Oct 04, 2018 6:41 am Genius is a good source combined with the Lyricator. But I notice all the time that it could be even better. After treating my files with Lyricator I look manually for those files where lyrics could not be found.
Very often I find a result at Genius which Lyricator could not find automatically.
In the past I noticed that Genius results with Lyricator were no so good as with manually looking at the genius-website. But at the moment I get no results at all with Lyricator and Genius. There is no error message - Genius just seems to skip all songs.

As Genius is one of the best sources at all It would really appreciate if someone who is able to do so could look into the code for the reason and maybe repair the code.
nonob
Posts: 283
Joined: Fri Jun 20, 2008 8:18 am
Contact:

Re: Lyricator v1.4.1 (2018-4-23)

Post by nonob »

BionicRooster wrote: Thu Apr 04, 2019 9:07 am
timepiece wrote: Tue Mar 05, 2019 9:06 pm I am also getting error screens that look like this, ever since I had to reinstall MM and Lyricator on a new drive. I really miss being able to use it.
nonob wrote: Wed Sep 26, 2018 4:46 am Hi,

Thanks for this addon.

I often have this message "This page can't be displayed" then this screen :

Image

I have version 1.4.1.1.

Do you know how to resolve this issue ?

Thanks
Just click the lyricator button again without closing the popup and it will load correctly

Hi,

It works :)
Thanks
Website "Le Geek du Cerisier" : MediaMonkey
MMW on desktop PC: Windows 10, MB MSI MAG B550 TOMAHAWK (MS-7C91) (AM4), CPU AMD Ryzen 5 5600G with Radeon Graphics 3.90 GHz, RAM DDR4 16 GB, SSD M.2 SK-Hynix SSS0L24765 512 GB (C:), 3,5" Seagate ST1000DM003-1CH162 1 To (D:)
MMA on 4 Android devices - MMW5 gold in test... - MMW4 gold used for years (with extensions: AdvancedReport, Album Art Tagger, CustomFieldsTagger, Custom Report, Discogs Tagger, French translation, GenreFinder, Last.fm Scrobbler, Lyricator, MM codec pack Trial, MusicBrainz Tagger, MusicIPTagger, RegExpFind and Replace, Tagging inconsistencies)
gibbon
Posts: 49
Joined: Wed Nov 07, 2007 5:20 am

Re: Lyricator v1.4.1 (2018-4-23)

Post by gibbon »

I am using the Lyricator now for years but since a few days the Lyricator stopped working.
When I select 1 or more files the spinning circle appears with no result and never stops spinning.

I deinstalled Mediamonkey and installed it again with Lyricator but nothing changes.
The only things that changed are the regular Windows 10 updates.

Anybody still using Lyricator without these problemes?
Any suggestions how to solve this problem?
TekGamer
Posts: 110
Joined: Sun Jul 22, 2007 5:33 am
Location: Chicago, IL

Re: Lyricator v1.4.1 (2018-4-23)

Post by TekGamer »

pheb62 wrote: Fri Apr 12, 2019 1:02 pm Open Windows Explorer.
Locate the folder "C:\Program Files (x86)\MediaMonkey".
Right click - Properties - Tab Security - Button "Extended"
Click Button "Add" - click link "select principal"
Enter your user name and click button "verify".
Select " full access" on top of checkbox list.
Confirm all dialogs with "OK".

Mediamonkey Addons should now check for updates and install them properly, and also Lyricator should load fine.
I have the same issue with Lyricator not functioning and coming up with a blank like window, and I am running MM4 in Portable mode on an exFAT formatted HDD so NTFS permissions are not the issue.
TekGamer
danQ
Posts: 2
Joined: Wed Nov 21, 2018 4:55 am

Re: Lyricator v1.4.1 (2018-4-23)

Post by danQ »

I downloaded version 1.4.1.1 and tried to upgrade from v1.3.2.1, now I'm receiving the following error every time I bring up MM.

Error #-2147024894 -
File: "C:\Users\dvqumxppData\Roaming\MediaMonkey\Scripts\Auto\LyricsFetcher.vbs", Line: 4, Column: 1

Followed by:

Error happened during script execution:
The system Cannot find the file specified

When I go to the Extensions menu, I see both 1.3.2.1 and 1.4.1.1 are installed. I uninstalled both versions, and re-started MM. I still get the error even with the scripts uninstalled!

I don't see Lyricator on the: Options, Scripts, or Extensions Menu.

I'm confused.

Please help
pheb62
Posts: 20
Joined: Sat Dec 30, 2006 5:50 pm
Location: Germany

Re: Lyricator v1.4.1 (2018-4-23)

Post by pheb62 »

Is there really no backslash before "Data"?
pheb62
Posts: 20
Joined: Sat Dec 30, 2006 5:50 pm
Location: Germany

Re: Lyricator v1.4.1 (2018-4-23)

Post by pheb62 »

Install v1.4 again.
Try to locate "C:\Users\dvqumxppData\Roaming\MediaMonkey\Scripts\Auto\LyricsFetcher.vbs"
or rather "C:\Users\dvqumxpp\Data\Roaming\MediaMonkey\Scripts\Auto\LyricsFetcher.vbs"
and check line 4 in the script, doesn't refer to a file there?

Either the wrong path TO the script is somewhere in the MM settings or config files, or the script itself is there and references a file that cannot be found.
thehammer
Posts: 153
Joined: Wed Dec 15, 2004 2:15 pm

Re: Lyricator v1.2.2 (2014-10-12)

Post by thehammer »

BionicRooster wrote: Thu Apr 04, 2019 9:42 am
tj_junk wrote: Fri Oct 17, 2014 1:25 am Suggestions:
  • Sort the Lyricator Submenu

    Code: Select all

    'To Add lyrics site add here
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "Toolbar"
          lyricator_submenu.Caption = "All configured sites"
          lyricator_submenu.Hint = "Find lyrics using all lyrics sites chosen in Lyricator options"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "AZLyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "ELyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Genius"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Hiplyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Letras"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyrDB"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyricsMode"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Lyricstime"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "LyricWikia"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "MetroLyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "Mp3Lyrics"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "SeekALyric"
    
          Set lyricator_submenu = SDB.UI.AddMenuItem(lyricator_menu, 0, 0)
          lyricator_submenu.UseScript = Script.ScriptPath
          lyricator_submenu.OnClickFunc = "RunOneSite"
          lyricator_submenu.Caption = "SongColeta"
    
  • Rank the providers and sequence the searches accordingly

    Some providers are excellent: They have a high success rate for finding song lyrics, they return results quickly, and the lyrics are formatted well (e.g., with mixed case and grouped into logical paragraphs). Other providers are very poor: They have a low success rate, they are slow, and/or their lyrics are formatted poorly.

    After running several tests, i would rank the providers in the following order from best to worst, and would prefer that Lyricator search the best providers first.

    Code: Select all

    LyricsMode   (good success rate, very good formatting)
    SongColeta   (good success rate, very good formatting)
    LyrDB        (good success rate, good formatting)
    Hiplyrics    (medium success rate, good formatting)
    Genius       (medium success rate, good formatting)
    SeekALyric   (medium success rate, fair-to-good formatting)
    ELyrics      (medium success rate, fair formatting)
    MetroLyrics  (medium success rate, poor formatting)
    Letras       (medium success rate, poor formatting)
    AZLyrics     (low success rate)
    LyricWikia   (low success rate)
    Mp3Lyrics    (very low success rate)
    Lyricstime   (extremely slow, very low success rate)
    
In which file would I need to make this change?
Sorry that I haven't the time to support this plugin for a while. You could modify in the lyricator.js file in the plugins folder by changing the order that the lyrics site searches are added to the array (lines 136 through 256). The aR.include(..) lines are adding them to an array that is processed in the order they are added. I also noticed you still had Hiplyrics in your code snippet. That is old code removed two versions ago. Upgrade to 1.4.2.1 it has pretty much the same sorting and has Musixmatch with is a very good site.
Last edited by thehammer on Sun May 26, 2019 1:58 pm, edited 1 time in total.
ImageSpoon!
thehammer
Posts: 153
Joined: Wed Dec 15, 2004 2:15 pm

Re: Lyricator v1.4.1 (2018-4-23)

Post by thehammer »

danQ wrote: Sat May 18, 2019 3:32 am I downloaded version 1.4.1.1 and tried to upgrade from v1.3.2.1, now I'm receiving the following error every time I bring up MM.

Error #-2147024894 -
File: "C:\Users\dvqumxppData\Roaming\MediaMonkey\Scripts\Auto\LyricsFetcher.vbs", Line: 4, Column: 1

Followed by:

Error happened during script execution:
The system Cannot find the file specified

When I go to the Extensions menu, I see both 1.3.2.1 and 1.4.1.1 are installed. I uninstalled both versions, and re-started MM. I still get the error even with the scripts uninstalled!

I don't see Lyricator on the: Options, Scripts, or Extensions Menu.

I'm confused.

Please help
That script has nothing to do with Lyricator. I don't have that .vbs file and don't see errors. It must be another plugin you have installed. You can search for that file being referenced in the scripts.ini file in "C:\Users\dvqumxppData\Roaming\MediaMonkey\Scripts" to track down what plugin it may have been.
ImageSpoon!
Lowlander
Posts: 56465
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Lyricator v1.4.1 (2018-4-23)

Post by Lowlander »

Mikado86

Re: Lyricator v1.4.1 (2018-4-23)

Post by Mikado86 »

Can anyone post the instructions again to add a new lyrics site? i tried following the instructions but i am apparently too technologically impaired to make sense out of them
Post Reply