Embedded MiniLyrics Issue

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

Moderators: Peke, Gurus

zephism

Embedded MiniLyrics Issue

Post by zephism »

Hi all,

Just a small issue, but a rather annoying one.

Installed the latest MM (4.0.6.1501) and MiniLyrics (7.4.12), and used the Embedded MiniLyrics installer to get the MiniLyrics panel in MM.

It works and looks great - exactly how I want it. The only issue is, every time I start MM I get that pesky "MiniLyrics couldn't be embedded. Possibly its window, or the embedder window, isn't visible." error - even though MiniLyrics is embedded just fine, working just fine, not transparent etc... anyone know how I can disable this error or at least fix it?

Thanks in advance.
zephism

Re: Embedded MiniLyrics Issue

Post by zephism »

Bump. This is really quite an irritating issue and I'm sure I'm not the first person that would have encountered it.
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Embedded MiniLyrics Issue

Post by nohitter151 »

I think it has something to do with the plugin being in the MM program folder, because I never get that error if I run MM as admin.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
zephism

Re: Embedded MiniLyrics Issue

Post by zephism »

Running as admin makes no difference on my end.

This is on a fresh windows install with everything installed as the latest version (MM, ML etc.)
Aff
Posts: 307
Joined: Sun Oct 05, 2008 4:46 pm
Location: Switzerland

Re: Embedded MiniLyrics Issue

Post by Aff »

Had the same issue, portable install (full rights).

I simply commented out the check in Sub EmbedTmr_OnTimer(EmbedTmr), seems to work now flawlessly:

Code: Select all

'    EmbedTriesCount = EmbedTriesCount + 1
'    If Not Embedder.EmbedWindow Then
'        If EmbedTriesCount >= EmbedTriesMax Then
'            Script.UnRegisterEvents EmbedTmr
'            Set EmbedTmr = Nothing
'            SDB.MessageBox "MiniLyrics couldn't be embedded. Possibly its window, or the embedder window, isn't visible.", mtError, Array(mbOK)
'        End If
'        Exit Sub
'    End If
fn56
Posts: 15
Joined: Sat May 28, 2005 4:05 am

Re: Embedded MiniLyrics Issue

Post by fn56 »

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

See http://www.mediamonkey.com/forum/viewto ... 93#p348448
Post Reply