Search found 3458 matches
- Sat May 07, 2011 6:46 pm
- Forum: Wishlist (mmw)
- Topic: Open subfolder in mediamonkey 's now playing
- Replies: 5
- Views: 1462
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 added to MM's...
- Sat May 07, 2011 6:35 pm
- Forum: Need Help with Addons?
- Topic: ExternalTools v1.4 [MM2+3+4]
- Replies: 118
- Views: 216448
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...
- Fri Oct 01, 2010 12:00 pm
- Forum: Wishlist (mmw)
- Topic: "Sampler" feature
- Replies: 15
- Views: 2214
- Wed Sep 08, 2010 5:15 pm
- Forum: Need Help with Addons?
- Topic: MiniLyrics - any way to auto download for ALL songs?
- Replies: 4
- Views: 1996
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...
- Mon Aug 16, 2010 1:25 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Song Length Format In .VBS
- Replies: 2
- Views: 957
Re: Song Length Format In .VBS
Hello,
There are several solutions. Here are 2 examples:
Cheers,
Steegy
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)
Steegy
- Sun Aug 15, 2010 12:24 pm
- Forum: Wishlist (mmw)
- Topic: No script global variable corruption
- Replies: 18
- Views: 3111
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...
- Sun Dec 07, 2008 11:03 am
- Forum: Wishlist (mmw)
- Topic: Recommend SRS WOW be added
- Replies: 7
- Views: 2306
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, ...
- Sun Dec 07, 2008 8:05 am
- Forum: Off Topic
- Topic: happy birthday steegy
- Replies: 3
- Views: 1853
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
Thank you Roving Cowboy. I had a nice and relaxed birthday.
Cheers
Steegy
- Mon Jul 07, 2008 2:28 pm
- Forum: Off Topic
- Topic: I can't find the MediaMonkey store.
- Replies: 4
- Views: 1842
- Sun Jun 29, 2008 3:42 pm
- Forum: Need Help with Addons?
- Topic: Embedded Minilyrics v1.4b [MM2+3+4]
- Replies: 851
- Views: 688048
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).

I've found the MiniLyrics developer to be very friendly and helpful (read: open for suggestions and then implementing them).
- Thu Jun 19, 2008 2:33 pm
- Forum: News and Other Stuff
- Topic: New MediaMonkey web site
- Replies: 98
- Views: 26662
Re: New MediaMonkey web site
Wow... very nice!
- Thu Jun 19, 2008 2:31 pm
- Forum: Need Help? (mmw)
- Topic: how do i get my money back
- Replies: 7
- Views: 990
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...
- Sun May 11, 2008 8:47 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Events don't work with C#
- Replies: 34
- Views: 10863
- 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: 3163
- Tue May 06, 2008 3:59 pm
- Forum: Need Help with Addons?
- Topic: ExtractFields v0.1.4 [MM2+3]
- Replies: 164
- Views: 162437
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" to the SongDataF...