The preset for lowercasing extensions doesn't work with any extension containing a lowercase letter. E.g., .Ogg, .Mp3, .wMa etc.
I've replaced this with (.+)\.([\d\w]+) in the "Find what" field, and "$1." & LCase("$2") in the "Replace with" field. Seems to work ok.
Search found 21 matches
- Tue Oct 09, 2012 11:49 pm
- Forum: Need Help with Addons?
- Topic: RegExp Find & Replace 4.3 w/ 253 presets (2011-07-06) [MM2+]
- Replies: 1523
- Views: 642635
- Sat Oct 06, 2012 8:36 pm
- Forum: Need Help with Addons?
- Topic: Batch Art Finder 4.2 - Updated 03/07/2012
- Replies: 1693
- Views: 644000
Re: Batch Art Finder 4.2 - Updated 03/07/2012
Strange. So once removing that line from the code, the buttons all work, but no matter which cover I select, the script always saves the last cover to the the album, and not the one I selected. Hmm.
- Fri Oct 05, 2012 1:13 pm
- Forum: Need Help with Addons?
- Topic: Batch Art Finder 4.2 - Updated 03/07/2012
- Replies: 1693
- Views: 644000
Re: Batch Art Finder 4.2 - Updated 03/07/2012
albumart.org has changed their urls, so now the script no longer works with them as a source. Solution: go through the script and replace all the "srchkey=" with "skey=". This source still returns a lot of excess images from the page elements, not sure what's up with that. Temporary solution: in the...
- Thu Oct 04, 2012 11:52 pm
- Forum: Need Help with Addons?
- Topic: [MM3 Script] Simple Append [2009-04-10]
- Replies: 18
- Views: 18078
Re: [MM3 Script] Simple Append [2009-04-10]
I made some modifications to this script, which makes it more of a "Simple Insert" rather than just append and prepend. 1: Now includes option to insert in the middle of the string, just specify an index! 2: Don't want/need a space added when you insert your string? There's a checkbox for that! 3: S...
- Thu Oct 04, 2012 12:42 am
- Forum: Need Help with Addons?
- Topic: Batch Art Finder 4.2 - Updated 03/07/2012
- Replies: 1693
- Views: 644000
Re: Batch Art Finder 4.2 - Updated 03/07/2012
This fixed my problem! Thanks so very much!Aff wrote:Same here, and I've found the problem by comparing with 4.0, thanks to the hint from kaltzagorri. It's just one single char in the HTML!![]()
![]()

- Wed Oct 03, 2012 8:46 pm
- Forum: Need Help with Addons?
- Topic: Calculate Cover Size 1.7 - Updated 23/10/2012
- Replies: 97
- Views: 79828
Re: Calculate Cover Size 1.6 - Updated 12/07/2012
Think I may have found a bug... If you have "don't populate tracks without cover art" checked, the script will only work with "Width x Height" and "Total; W x H". With much trepidation, I rolled up my sleeves and delved into the code (it's my first time working with MM scripting). The problem seems ...