Page 51 of 58

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Thu Mar 22, 2012 7:20 am
by docv
Steegy - did not try your solution so I'm not sure if it would have worked or not.

That said, the problem is solved. Here's what did work - deleting these registry keys:

HKEY_CURRENT_USER\Software\MediaMonkey\Interface\V4\Toolbars\Persistent
np_Panel
MiniLyricsEmbedder_Panel

(np_Panel refers to MonkeyRok).

Thanks for the help working through this. Sanity restored.
nohitter151 wrote:
docv wrote:Nohitter - Thanks for reply, I've suspected Behind Titlebars is the culprit here. Problem is... I've already uninstalled it and am still having issues.
I suspect there are some registry entries left behind even after uninstalling the addon, it's most likely causing the problem.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Thu Mar 22, 2012 2:17 pm
by steviegt
Thank you Steegy. Your responce is much appreciated. Since I have the setup correct I'll have to live with it.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Fri Mar 30, 2012 6:51 am
by ohgurnam
Is there anyone having this problem?

I've installed minilyrics plugin and it's .exe program and, after many tweaks, it's finally embedded in my player (mediamonkey).
The trouble is, the lyrics won't automatically search for lyrics (i have to input the artist and songname manually) and when when i change tracks, the window keep playing the same lyrics. Is there any solution for this?

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Sat Mar 31, 2012 9:32 am
by nohitter151
ohgurnam wrote:Is there anyone having this problem?

I've installed minilyrics plugin and it's .exe program and, after many tweaks, it's finally embedded in my player (mediamonkey).
The trouble is, the lyrics won't automatically search for lyrics (i have to input the artist and songname manually) and when when i change tracks, the window keep playing the same lyrics. Is there any solution for this?
Preferences > Advanced > Lyrics download: auto download lyrics (yes/no)

Works fine here, though I prefer it disabled.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Mon Apr 23, 2012 12:08 pm
by nohitter151
steviegt wrote:
If you get an error "MiniLyrics couldn't be embedded", then make sure that MiniLyrics is running and is visible (not minimized) when MediaMonkey starts. Also make sure you try with the dockable panel visible.
1. How do you make sure ML is visable? Do you mean use Ctrl+Alt+M? (I've done this) I thought ML is linked to ML status.
2. How do you make sure the dockable panel is visable? Are you refering to the panel is selected in the View menu in MM? (If so, it is.)

I have had this as far back as I can remember. After clicking ok on the error message everything works fine. It's just annoying.
I have solved this, just replace


C:\Program Files (x86)\MediaMonkey\Scripts\Auto\Minilyrics Embedder.vbs with this file:

https://sites.google.com/site/mediamonk ... ects=0&d=1

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Sun May 27, 2012 8:29 pm
by robinsiebler
I replaced the file, but I still get the error.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Sun May 27, 2012 10:42 pm
by sinucaww
Due the couldn't be embedded issue I've switched back to Minilyrics 6.8.429, it worked for me.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Mon Aug 20, 2012 6:15 am
by Aff
Since I've commented out the check in Sub EmbedTmr_OnTimer(EmbedTmr) it works perfectly with version 7.3, see http://www.mediamonkey.com/forum/viewto ... 87#p345750
nohitter151 wrote:I have solved this
That didn't work for me at all

Re: Embedded Minilyrics v1.4b [MM2+3]

Posted: Sun Sep 30, 2012 3:42 am
by fn56
Jesterofthesky wrote:SO! hey folks, i finally figured out my problem, and i thought i'd post it here to see if it could help anyone out

I am running windows 7 64 bit, so mediamonkey installed to "J:\Program Files (x86)", and ran fine, but no matter how i installed minilyrics it would never detect when mediamonkey was opened.

HOWEVER i had the idea one night (as i fell asleep actually) that perhaps if i moved the whole mediamonkey file to regular "J:\Program Files", something might change. so i uninstalled the embedder (which wasn't working) and minilyrics (ditto) and copied the folder over, then re-installed them both and BAM! It all worked :D

I don't really understand the whole distinction between Program Files (x86) and Program Files, (perhaps someone knows?) and i am pretty sure i was running the 64 bit version of mediamonkey, but it had since updated, so i'm not entirely sure.

Anyway, if anyone else has my same problem, and this helps, i hope it makes you as happy as it has me :D
I can confirm Jesterofthesky post: On Windows 7 64bit, when installing both Media Monkey (latest version 4) and MiniLyrics in C:\Program Files instead of in the default folder C:\Program Files (x86) then the MiniLyrics embeder will work fine :D

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Sun Sep 30, 2012 7:56 am
by Guest
That's very strange as both are 32bit programs.

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Sun Sep 30, 2012 8:09 am
by fn56
Maybe the source of the problem is usage of environment variables somewhere in the program code. In 64bit systems you have two for ProgramFiles:

ProgramFiles=C:\Program Files
and
ProgramFiles(x86)=C:\Program Files (x86)

So 32bit program that would normally use the ProgramFiles environment variable on 32bit system, when running on 64bit system will need to use ProgramFiles(x86).

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Tue Oct 02, 2012 4:38 pm
by dnats
I got MediaMonkey running on Windows 8 fine with nothing wrong except this script throwing me this error and doesn't function like it suppose to.

Image

and this

Image

Does anyone know what's wrong and how can I fix this?

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Wed Oct 03, 2012 3:53 pm
by Aff
fn56 wrote:Maybe the source of the problem is usage of environment variables somewhere in the program code. In 64bit systems you have two for ProgramFiles:

ProgramFiles=C:\Program Files
and
ProgramFiles(x86)=C:\Program Files (x86)

So 32bit program that would normally use the ProgramFiles environment variable on 32bit system, when running on 64bit system will need to use ProgramFiles(x86).
This is done automatically by Windows. A 32bit process gets "C:\Program Files (x86)" when reading %ProgramFiles%. See http://msdn.microsoft.com/en-us/library ... 85%29.aspx

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Wed Oct 03, 2012 4:02 pm
by Aff
dnats wrote:I got MediaMonkey running on Windows 8 fine with nothing wrong except this script throwing me this error and doesn't function like it suppose to.(..)
Did the installer run without any errors? You could try to register the embedder manually (run "regsvr32 MMEmbedder.dll").

Re: Embedded Minilyrics v1.4b [MM2+3+4]

Posted: Fri Oct 05, 2012 10:47 pm
by Meetloaf13
I have MM4 on Windows 7 x64

I installed this with the installer and when I start MM I get the following error message:
"MiniLyrics couldn't be embedded. Possibly its a window, or the embedder window, isn't visible."

A placeholder for ML called "Embedded Minilyrics" shows up in MM, and I can toggle that little window on and off, but I can't right-click and get into any options. I don't even think ML is running. I have verified that I have the msvcr71.dll. Not sure where to start troubleshooting.

Any ideas?

Thanks