Search found 3458 matches

by Steegy
Sat May 07, 2011 6:46 pm
Forum: Wishlist (MMW4)
Topic: Open subfolder in mediamonkey 's now playing
Replies: 5
Views: 1955

Re: Open subfolder in mediamonkey 's now playing

By default MediaMonkey adds actions like "Play Next in MediaMonkey" to context menu of music files and folders in Windows Explorer. I think sajjad.ir means that when this action is started on a music folder with subfolders (from within Windows Explorer) only the files in the folder are add...
by Steegy
Sat May 07, 2011 6:35 pm
Forum: Need Help with Addons? (MMW4)
Topic: ExternalTools v1.4 [MM2+3+4]
Replies: 118
Views: 251986

ExternalTools v1.4 test version

Hello, I just added a test version for ExternalTools v1.4: Installation Package ExternalTools14.mmip CHANGES: Some minor bug fixes MM Installation Package support Changed/added parameters: %O = full path, %P = directory/folder (without ending \), %F = file name ......... (this means you might have t...
by Steegy
Fri Oct 01, 2010 12:00 pm
Forum: Wishlist (MMW4)
Topic: "Sampler" feature
Replies: 15
Views: 2650

Re: "Sampler" feature

by Steegy
Wed Sep 08, 2010 5:15 pm
Forum: Need Help with Addons? (MMW4)
Topic: MiniLyrics - any way to auto download for ALL songs?
Replies: 4
Views: 2527

Re: MiniLyrics - any way to auto download for ALL songs?

Maybe you can use SongPreviewer in combination with MiniLyrics and let MediaMonkey play the music you want lyrics for, while you're away from your computer. It's a slow process, but at least it's faster than doing it in the normal way, and it also doesn't abuse the MiniLyrics server by doing some ki...
by Steegy
Mon Aug 16, 2010 1:25 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Song Length Format In .VBS
Replies: 2
Views: 1320

Re: Song Length Format In .VBS

Hello,

There are several solutions. Here are 2 examples:

Code: Select all

If Len(SongLengthString) < 5 Then SongLengthString = "0" & SongLengthString

Code: Select all

SongLengthString = FormatDateTime(SongLengthString, vbShortTime)
Cheers,
Steegy
by Steegy
Sun Aug 15, 2010 12:24 pm
Forum: Wishlist (MMW4)
Topic: No script global variable corruption
Replies: 18
Views: 3905

Re: No script global variable corruption

A script can prevent itself from running (but not from loading) more than once: ... this is only useful if you don't use the global variables. Let's be clear then that this is not a remedy for the corruption problem under discussion. Indeed. In that case it's better to not use global variables, but...
by Steegy
Sun Dec 07, 2008 11:03 am
Forum: Wishlist (MMW4)
Topic: Recommend SRS WOW be added
Replies: 7
Views: 2785

Re: Recommend SRS WOW be added

This Winamp forum thread (note it's from 2000) might explain the problem. In short: SRS WOW is not for free. Including it would mean a higher overall MM cost. Or it would have to be distributed separately (for minimum 10 $). There are a lot of DSP plugins which probably have about the same effect, ...
by Steegy
Sun Dec 07, 2008 8:05 am
Forum: Off Topic
Topic: happy birthday steegy
Replies: 3
Views: 2122

Re: happy birthday steegy

Decided to take a look at the forum and then saw this message.

Thank you Roving Cowboy. I had a nice and relaxed birthday.

Cheers
Steegy
by Steegy
Sun Jun 29, 2008 3:42 pm
Forum: Need Help with Addons? (MMW4)
Topic: Embedded Minilyrics v1.4b [MM2+3+4]
Replies: 860
Views: 812420

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

A bouncing ball? R U kiddin? :-?

I've found the MiniLyrics developer to be very friendly and helpful (read: open for suggestions and then implementing them).
by Steegy
Thu Jun 19, 2008 2:33 pm
Forum: News and Other Stuff
Topic: New MediaMonkey web site
Replies: 98
Views: 30363

Re: New MediaMonkey web site

Wow... very nice!
by Steegy
Thu Jun 19, 2008 2:31 pm
Forum: Need Help? (MMW4)
Topic: how do i get my money back
Replies: 7
Views: 1588

Re: how do i get my money back

Using TrialPay, you can get MediaMonkey Gold without paying for it (i.e. for free). --> That is, if you accept some offer on TrialPay. However, most offers on TrialPay will need you to pay money, for example to get a membership to something, to test some product, to book some holiday, ... So in most...
by Steegy
Sun May 11, 2008 8:47 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Events don't work with C#
Replies: 34
Views: 14728

This has been asked quite a few times in the past (including by me), but the problem didn't get solved.

Hopefully you will have better luck.

Meanwhile, you can use the "old-style event system", i.e. checking each x seconds (using a timer) if a property has changed.
by Steegy
Wed May 07, 2008 9:15 am
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: 1166 Illegal #EXTINFUTF token in Send to... .m3u... [6907]
Replies: 11
Views: 3799

This is undesirable because it can cause failure of interoperation with other programs. If anyone knows of another publically-released program that is compatible with this token, please do say.
Winamp, I think.
by Steegy
Tue May 06, 2008 3:59 pm
Forum: Need Help with Addons? (MMW4)
Topic: ExtractFields v0.1.4 [MM2+3]
Replies: 165
Views: 260952

Sure. Using the information from here and here , you can add quite some new fields to be used with ExtractFields. You need to be at the last part of the script code (the EXTRA ENUMERATIONS section). For the grouping field, you can/should add "%ZO" to the CommonTags array, "Grouping&qu...