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

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

Moderators: Peke, Gurus

Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

sn0skier wrote:I just realized that you can make minilyrics transparent.
But then, when it's transparent, it's impossible to embed it into MediaMonkey (at least that's what I heared quite some times --> opacity should be 100%).
The Crow wrote:The embedder doesn't work with Windows standard theme.
I tried this several times, in different ways, and it works fine for me. Can you give me more information, e.g. the exact steps to reproduce, the version of MM, ...?
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
The Crow
Posts: 44
Joined: Wed Nov 28, 2007 4:05 pm

Post by The Crow »

It works with MM 2.5 skinned and non-skinned, but with MM 3.0.1.1109 only in skinned mode.

If Minilyrics runs in background I can even change between all MM versions and having started them it always gets embedded automatically except in MM 3 non-skinned mode. I actually didn't make big changes to MM except testing some skins.

However I managed to use MM in skinned mode and will use XP-Blue skin in the future and everything works fine. Thanks.

One more question: Would it be possible to prevent that the embedded window can be closed in party mode (like the Now Playling list also can't get shut down if the option "Disable repositioning of dialogs and controls" in the party mode settings is activated?)
If this is too complex, is there a simple method for me to change something in the script so that the close down button isn't visible?
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

I didn't test the problem in MM3 yet. I'll do this asap.
The Crow wrote:One more question: Would it be possible to prevent that the embedded window can be closed...
MediaMonkey doesn't provide such a feature yet (also there's no possibility to hide the window's title/caption bar). It's not possible to do this through scripting either. However, when the panel gets closed, a Close event can be (and is) handled, and then it should be possible to re-open the closed panel (probably in a blink of an eye). It's not an optimal solution (undoing instead of preventing) but it'll probably work.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

1. Updated version: Due to changes in MM3 unskinned the embedder dll had to be updated. The updated version 1.4b can now be downloaded from the first post.



2. @The Crow
What you want can be done very easily:
add

Code: Select all

    MI.Enabled = False
to the end of the OnStartup subroutine
and add

Code: Select all

    Panel.Common.Visible = True
    Exit Sub
to the beginning of the Panel_OnClose subroutine.


Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
The Crow
Posts: 44
Joined: Wed Nov 28, 2007 4:05 pm

Post by The Crow »

Thank you, it works!
sn0skier
Posts: 135
Joined: Fri Apr 13, 2007 6:03 pm

Post by sn0skier »

sorry I didn't respond before.
The update worked. it now runs in non-skinned. However, the installer didn't update the .dll automatically. I had to go into the skins folder and delete it first and then install the new version again.
Thanks for your help.

----------------
Now playing: DJ Krush - 3rd Eye
via FoxyTunes
last.fm signatures don't work anymore, which is sad. Any easy replacement?
Fraxav
Posts: 369
Joined: Fri Nov 02, 2007 5:19 pm
Location: Italia

Post by Fraxav »

Hey i like your script. Well, i like the way Minilyrics is done (also if it misses some songs e tempos), so i like that someone made a script to embed it in MM3.
I agree that the title bar should be cut off. Did you do this already?
Sorry, i cannot read all the 13 pages of this topic :oops:
I don't have no time for no MediaMonkey buisness...

Fraxav uses a Windows XP Home Edition SP2 on an Acer Aspire 5670 laptop with an Intel Core Duo T2300 (1.66 GHz) processor, ATI Mobility Radeon X1400 512 MB, 100 GB Hard Disc and 1 GB DDR2 Ram.
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Post by nohitter151 »

You don't have to read all 13 pages, its the 4th post! :wink:
Steegy wrote:
i really wish i could hide the titlebar
I know. This is currently a limitation of the scripting possibilities.
I have mentioned this in the scripting wishlist already, so hopefully this will be "fixed" soon.

...

Cheers
Steegy
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.
Fraxav
Posts: 369
Joined: Fri Nov 02, 2007 5:19 pm
Location: Italia

Post by Fraxav »

Eheheh nohitter, i know...i read the 4th post but i was guessing if it was "soon" enough :P
Maybe not... :-?
I don't have no time for no MediaMonkey buisness...

Fraxav uses a Windows XP Home Edition SP2 on an Acer Aspire 5670 laptop with an Intel Core Duo T2300 (1.66 GHz) processor, ATI Mobility Radeon X1400 512 MB, 100 GB Hard Disc and 1 GB DDR2 Ram.
MM3 monkey
Posts: 455
Joined: Mon Aug 27, 2007 2:34 am

Post by MM3 monkey »

Steegy wrote:
i really wish i could hide the titlebar
I know. This is currently a limitation of the scripting possibilities.
I have mentioned this in the scripting wishlist already, so hopefully this will be "fixed" soon.
I've tried to search but no luck:- Any news on this do you know Steegy (or anyone)?
Cran
Posts: 6
Joined: Wed Jan 30, 2008 1:57 pm

Post by Cran »

Hello Steegy,

thanks for your nice component !
I love what you did for ML.

I got the following idea : I think that two panels
for lyrics AND album art is a bit of overkill.
I wish I could merge the two panels in one.
One panel that display the album art a little dimmed
and the lyrics over it.

What do you think ?
Could I use your component to do that ?

How did you manage to embedd ML features in
your COM server ?

Keep up the good work.
Dreadlau
Posts: 1967
Joined: Sun Nov 25, 2007 6:49 am

Post by Dreadlau »

sn0skier wrote:http://www.mediamonkey.com/forum/viewto ... minilyrics

I thought that some people in this forum would be interested in this idea

edit: I just realized that you can make minilyrics transparent. If you can make minilyrics transparent, then you don't need to use the display background picture to display album art like I mention in the other thread, at least not if there was a way to display album art in the embedded panel for minilyrics.
This just gave me an idea.

Could someone make a script that embed the minylirics window in the album art pannel?
I've post a screenshot of what it could look like



[img][img]http://img341.imageshack.us/img341/8215 ... dy1.th.png[/img][/img]
Cran
Posts: 6
Joined: Wed Jan 30, 2008 1:57 pm

Post by Cran »

That's exactly what I have in mind.
Thanks for the mockup !
Dreadlau
Posts: 1967
Joined: Sun Nov 25, 2007 6:49 am

Post by Dreadlau »

:oops: Sorry Cran I didn't see your post.

I'm really glad that you're working on it. If it works it will be wicked.



:P
Cran
Posts: 6
Joined: Wed Jan 30, 2008 1:57 pm

Post by Cran »

It's in very early stage :
- asking Steegy how he did to use the MiniLyrics Panel
- asking the MiniLyrics to send me the SDK

I'm waiting answers to both questions.

But yeah, it would be a great improvement in MM !
Post Reply