Search found 21 matches

by Nanya
Sun Dec 09, 2012 7:33 pm
Forum: Beta Testing, Bugs & Feature requests (mma)
Topic: [REQ] Advanced Headphone Button Controls [#10184]
Replies: 1
Views: 1841

[REQ] Advanced Headphone Button Controls [#10184]

Other player apps have an option to enable/disable advanced controls for the buttons that come on some headphones. I.e., default setting is one click to pause and play, but you can turn on the ability to double or triple tap for next/back functionality. Any chance of this being added? Great app, tha...
by Nanya
Sun Dec 02, 2012 2:19 pm
Forum: Beta Testing, Bugs & Feature requests (mma)
Topic: REQ: restricting library search/scanning paths [#10170]
Replies: 4
Views: 2697

Re: REQ: restricting library search/scanning paths

Came here to request this. Love the app, and this would make it even better!
by Nanya
Tue Oct 23, 2012 5:34 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Automating a script when click on tab
Replies: 6
Views: 3457

Re: Automating a script when click on tab

It would be nice and helpful that you create new Topic/Mantis BUG with list of events that could be added in 4.1 as we are approaching beta period. So it is right time for this. Peke, perhaps you should take a look at the wishlist, as much of this still hasn't been implemented: http://www.mediamonk...
by Nanya
Tue Oct 23, 2012 5:34 pm
Forum: Need Help with Addons? (MMW4)
Topic: Scripting Functionality Thread (NO Script Requests Here!)
Replies: 192
Views: 120983

Re: Scripting Functionality Thread (NO Script Requests Here!

T'would be nice to have the ability to click on a spot on an SDBUITrackBar to change its value, (perhaps there already is, but it's just undocumented). Having the ability to return to a previous view after a refresh would also be nice, i.e., selected tracks, visible tracks, etc.. And what about cont...
by Nanya
Fri Oct 19, 2012 5:41 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: How can I return to previous view after a refresh?
Replies: 2
Views: 2436

Re: How can I return to previous view after a refresh?

Yeah, I tried this code: ( Tracks is a SDBSongList) SDB.MainTracksWindow.Refresh Dim oShell Set oShell = CreateObject("WScript.Shell") oShell.SendKeys "^a" SDB.UI.MainWindowFocus = 2 SDB.MainTracksWindow.RemoveSelectedTracks For a = 0 to Tracks.Count - 1 SDB.MainTracksWindow.AddT...
by Nanya
Thu Oct 18, 2012 7:47 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: How can I return to previous view after a refresh?
Replies: 2
Views: 2436

How can I return to previous view after a refresh?

If I use "SDB.MainTracksWindow.Refresh" in a script, how can I return to the previous view afterward? I.e., back to the same albums and tracks that were selected?
by Nanya
Thu Oct 18, 2012 2:17 pm
Forum: Need Help with Addons? (MMW4)
Topic: Import tag info (track titles) from .txt files?
Replies: 65
Views: 83674

Re: Import tag info (track titles) from .txt files?

Thanks for the awesome script, I use this all the time. I wanted it to support Unicode so I added a "-1" to lines 45 and 136. They should now read: Set File = FileSys.OpenTextFile(EditPath.Text, 1, False, -1) Additionally, in order to prevent the script from continuing, it's necessary to a...
by Nanya
Tue Oct 16, 2012 9:18 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: How can I find out what events an object has?
Replies: 3
Views: 2351

Re: How can I find out what events a object has?

Yeah, I just put that OnChange event there!
by Nanya
Tue Oct 16, 2012 8:26 pm
Forum: Need Help with Addons? (MMW4)
Topic: Previewer 2.9 - Updated 26/07/2014
Replies: 133
Views: 134503

Re:

Thanks so much for this script, trixmoto! As with all of your scripts, it's really great! New version (2.2) is now available from my website. I have added a (non-editable) trackbar which shows the current song position. I have requested an event which will allow me to make this trackbar editable in ...
by Nanya
Tue Oct 16, 2012 8:09 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: How can I find out what events an object has?
Replies: 3
Views: 2351

How can I find out what events an object has?

The MM scripting wiki is woefully incomplete, so finding information from there is hit or miss, generally. Is there any way I can find out what events I can use with a particular object? For example, through searching in this forum, I've discovered that I SDBUITrackBar has an OnChange event, but not...
by Nanya
Tue Oct 16, 2012 2:34 pm
Forum: Need Help with Addons? (MMW4)
Topic: Advanced Duplicate Find & Fix 3.8.2 (2014-01-27)
Replies: 1229
Views: 976459

Re: Advanced Duplicate Find & Fix 3.7.4 (2010-08-21)

Hi, Is there a way that I can assign a shortcut key to copy and paste all of the metadata instead of having to right-click? I know it sounds a bit lazy but when trying to clean up a library it does become a tad tedious :oops: Thank you. Sure! Go to "Options" > "Advance Duplicate...&q...
by Nanya
Wed Oct 10, 2012 6:03 pm
Forum: Wishlist (MMW4)
Topic: Could background tasks run in a separate process?
Replies: 8
Views: 7443

Re: Could background tasks run in a separate process?

All things that I currently do. :( Thanks for your responses, though :D
by Nanya
Wed Oct 10, 2012 5:51 pm
Forum: Wishlist (MMW4)
Topic: Could background tasks run in a separate process?
Replies: 8
Views: 7443

Re: Could background tasks run in a separate process?

But separate processes would allow one to terminate an operation that's locking up the database, no? Most of the time when this happens to me, it's on a superlarge operation, and I've attempted to wait it out, for upwards of 30 minutes with no luck. In the meantime, I lose control of my player and l...
by Nanya
Wed Oct 10, 2012 5:41 pm
Forum: Wishlist (MMW4)
Topic: Could background tasks run in a separate process?
Replies: 8
Views: 7443

Re: Could background tasks run in a separate process?

Hm, I don't recall ever seeing multiple instances of MediaMonkey.exe...

In any event, this still seems to be a valid idea, since these lockups could be non-fatal, one would hope.
by Nanya
Wed Oct 10, 2012 5:02 pm
Forum: Wishlist (MMW4)
Topic: Could background tasks run in a separate process?
Replies: 8
Views: 7443

Could background tasks run in a separate process?

Many times I will run a large library operation (e.g., a sync, batch conversion, batch editing/tagging etc.,) and have MM freeze and lock up entirely. The entire program won't respond, and I can't pause what's playing or even close the program normally. This forces me to restart MM by going through ...