Search found 73 matches
- Thu Jul 02, 2020 3:00 pm
- Forum: Bug Reports (mmw)
- Topic: Change away from FreeDB
- Replies: 1
- Views: 481
Change away from FreeDB
I'm using what I think is the most current beta (4.1.29.1910). Part of the recent changes have been to move away from FreeDB. However, ripping a recent CD which was not found in the database pops up an error dialog (appropriately) but it says that it “could not find the album in FreeDB” when I am as...
- Thu Oct 10, 2019 10:30 pm
- Forum: Need Help with Addons?
- Topic: ExternalTools v1.4 [MM2+3+4]
- Replies: 118
- Views: 216282
Problem with a script: ExternalTools.VBS
I wanted to change an option (Library> Tags & Playlists> "Update tags when editing properties" checkbox). It was checked and I wanted to remove the check. I did so then clicked on the "OK" button and got this: https://www.dropbox.com/s/601xompc2v46s7s/ExternalTools.png?dl=0 (just in case you can't s...
- Wed Feb 27, 2019 12:45 pm
- Forum: Need Help? (mmw)
- Topic: MM won't recognize CD drive if it's letter is "B"
- Replies: 3
- Views: 869
Re: MM won't recognize CD drive if it's letter is "B"
Thanks for the almost immediate reply! That was enough information to resolve my problem. However… Files are located on drive A or B and MediaMonkey isn't able to access them. To fix this remove the drive letter from IgnoreDriveLetters=AB in MediaMonkey.ini. For the location of MediaMonkey.ini see: ...
- Wed Feb 27, 2019 11:53 am
- Forum: Need Help? (mmw)
- Topic: MM won't recognize CD drive if it's letter is "B"
- Replies: 3
- Views: 869
MM won't recognize CD drive if it's letter is "B"
Given that Windows only allows for 26 drive letters (A-Z, and I'm using them all) and with the understanding that "A" & "B" are traditionally reserved for "floppy drives" and might be ignored by Windows search indexing database (although this does not appear to be the case on Windows 10)… I have cho...
- Sat Apr 14, 2018 1:20 pm
- Forum: Wishlist (mmw)
- Topic: Keyboard shortcut to "Close Tab"
- Replies: 5
- Views: 2059
- Sat Apr 14, 2018 11:09 am
- Forum: Wishlist (mmw)
- Topic: Keyboard shortcut to "Close Tab"
- Replies: 5
- Views: 2059
Re: Keyboard shortcut to "Close Tab"
How about "New Tab"?
- Sat Apr 14, 2018 11:07 am
- Forum: Wishlist (mmw)
- Topic: Keyboard shortcut to "Close Tab"
- Replies: 5
- Views: 2059
Re: Keyboard shortcut to "Close Tab"
Thanks!Lowlander wrote:Ctrl+F4 to close current tab.
Note: http://www.mediamonkey.com/wiki/index.p ... rtcuts/4.0 it's not listed in the documentation.
- Sat Apr 14, 2018 9:51 am
- Forum: Wishlist (mmw)
- Topic: Keyboard shortcut to "Close Tab"
- Replies: 5
- Views: 2059
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 ...
- Wed Jan 24, 2018 9:46 am
- Forum: Need Help with Addons?
- Topic: create Playlist using a script
- Replies: 3
- Views: 3398
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...
- Tue Jan 23, 2018 3:26 pm
- Forum: Need Help with Addons?
- Topic: create Playlist using a script
- Replies: 3
- Views: 3398
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...
- Wed Jun 21, 2017 1:41 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: [Solved] Custom script progress report
- Replies: 4
- Views: 10159
Re: [Solved] Custom script progress report
Thanks again; now I know why I once saw a college class devoted exclusively to Regex <grin>.rivorson wrote:The first regex pattern…
- Wed Jun 21, 2017 9:45 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: [Solved] Custom script progress report
- Replies: 4
- Views: 10159
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 = "^ | $|...
- Mon Jun 19, 2017 11:42 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: [Solved] Custom script progress report
- Replies: 4
- Views: 10159
[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...
- Sun Oct 30, 2016 6:03 pm
- Forum: Need Help? (mmw)
- Topic: Clear MM's database without losing Playlists
- Replies: 2
- Views: 798
Clear MM's database without losing Playlists
Is there an easy way? If not, can anyone suggest an SQL DB editor?
- Sun Oct 30, 2016 5:21 pm
- Forum: Need Help? (mmw)
- Topic: scan always stop on same song number
- Replies: 2
- Views: 706
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).