Search found 81 matches

by Edgar
Sat Apr 14, 2018 9:51 am
Forum: Wishlist (MMW4)
Topic: Keyboard shortcut to "Close Tab"
Replies: 5
Views: 3536

Keyboard shortcut to "Close Tab"

… And in general, the ability to assign keyboard shortcuts to most, if not all, menu (including context menus) items and GUI controls (buttons, sliders etc.). A little more ability in the keyboard shortcut editor: the ability to list all the commands/controls which contain a specified word (see the ...
by Edgar
Wed Jan 24, 2018 9:46 am
Forum: Need Help with Addons? (MMW4)
Topic: create Playlist using a script
Replies: 3
Views: 4846

Re: create Playlist using a script

Obviously, my example could be easily accomplished using the Advanced Search function; I only proposed it as a simple example. I'm more interested in the general case of searching the Library database and finding all Artists whose name is a single letter (and/or a single word) then adding that entry...
by Edgar
Tue Jan 23, 2018 3:26 pm
Forum: Need Help with Addons? (MMW4)
Topic: create Playlist using a script
Replies: 3
Views: 4846

create Playlist using a script

I would like to create a script which searches the entire library looking for entries (e.g. Artist is a single word/letter) which match some criteria and add them to a (acceptably: already existing) Playlist for manual examination. As a simple example, search the entire Library for every entry whose...
by Edgar
Wed Jun 21, 2017 1:41 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: [Solved] Custom script progress report
Replies: 4
Views: 11347

Re: [Solved] Custom script progress report

rivorson wrote:The first regex pattern…
Thanks again; now I know why I once saw a college class devoted exclusively to Regex <grin>.
by Edgar
Wed Jun 21, 2017 9:45 am
Forum: MediaMonkey 4 Addons developer forum
Topic: [Solved] Custom script progress report
Replies: 4
Views: 11347

Re: [Solved] Custom script progress report

[quote="rivorson"]maybe you just need to add a DoEvents to allow other processes to run and update the display. … you can replace this with [i]Progress.Increase[/i]. You can also tidy your code up[/quote] Thanks! Lots of good stuff here. Could you explain this line: [code]Const reEndSpaces...
by Edgar
Mon Jun 19, 2017 11:42 am
Forum: MediaMonkey 4 Addons developer forum
Topic: [Solved] Custom script progress report
Replies: 4
Views: 11347

[Solved] Custom script progress report

I've written a custom script which has quite a bit of code. When I run it on a large number of files it would be nice to know how things are progressing. At a bare minimum it would be nice to know when the script terminates. Is there any way to add a progress bar to a custom script? Barring that, is...
by Edgar
Sun Oct 30, 2016 6:03 pm
Forum: Need Help? (MMW4)
Topic: Clear MM's database without losing Playlists
Replies: 2
Views: 985

Clear MM's database without losing Playlists

Is there an easy way? If not, can anyone suggest an SQL DB editor?
by Edgar
Sun Oct 30, 2016 5:21 pm
Forum: Need Help? (MMW4)
Topic: scan always stop on same song number
Replies: 2
Views: 939

Re: scan always stop on same song number

I'm having the same problem (but the song number is larger) since installing the most recent beta (4.1.15.1815).
by Edgar
Fri Oct 21, 2016 11:36 am
Forum: Wishlist (MMW4)
Topic: less confusing wording/functionality during auto-organise
Replies: 10
Views: 9602

Re: less confusing wording/functionality during auto-organis

For me, the worst of these problems is finding the highlighted names when I have a lot (more than a few hundred) of files selected. A third (sortable) column with one of three entries: [blank]; duplicate; overly long
would work (or a button "Next Problem" (or similar wording)).
by Edgar
Mon Sep 26, 2016 6:58 pm
Forum: Bug Reports (MMW4)
Topic: MM crashes trying to do too many things at once
Replies: 1
Views: 1766

MM crashes trying to do too many things at once

MediaMonkey just generated and sent an automatic crash report that seems to be related to the following: Windows 7 SP1; motherboard: Asus P5E3 Deluxe; CPU: Intel Core 2 Quad Q9650 3.0 GHz RAM: will one thing you really get 2 x OCZ DDR3 PC3-12800 4GB Kits = 8 GB total graphics: SAPPHIRE Radeon HD 670...
by Edgar
Thu Mar 17, 2016 4:59 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: What are the properties of SDB items
Replies: 3
Views: 4545

What are the properties of SDB items

I have a script that is working great until… ' remove "Alt" variations from ' Title field of selected tracks ' also trying to remove it from ' Artist field Option Explicit Sub Alts ' Define variables Dim list, song, i, temp ' Get list of selected tracks from MediaMonkey Set list = SDB.Sele...
by Edgar
Sat Nov 08, 2014 8:48 pm
Forum: Wishlist (MMW4)
Topic: Location Column & Copy Path
Replies: 1
Views: 1047

Re: Location Column & Copy Path

+1
by Edgar
Sun Oct 19, 2014 10:05 pm
Forum: Wishlist (MMW4)
Topic: Make volume controls more responsive
Replies: 0
Views: 841

Make volume controls more responsive

If I set keyboard shortcuts for Playback: Volume Up & Playback: Volume Down each keypress changes the MediaMonkey volume seemingly by some random number between zero and five; 2 seems to be the most common followed by 5. Occasionally it will change by 1 which is what I always want. Invariably, I...
by Edgar
Sun Aug 24, 2014 2:55 pm
Forum: Need Help? (MMW4)
Topic: [SOLVED] add hotkey access to "find more from same folder (Explorer)"
Replies: 7
Views: 4836

Re: add hotkey access to "find more from same folder (Explor

(As long as I'm understanding correctly... That pressing Ctrl + W (or whatever) will open a Windows Explorer window at the folder containing the currently selected song.) Exactly. I've got an icon in the top toolbar that does this, but a keyboard shortcut would be good as well. I had not thought of...