Page 5 of 6

Re: Find Missing The 3.2 [MM2+3]

Posted: Fri Oct 02, 2009 3:59 am
by trixmoto
Um, probably! :wink:

Both "Find Missing The" and "Fix Trailing The" already handle both the artist and the album artist.

Re: Find Missing The 3.2 [MM2+3]

Posted: Sun Nov 22, 2009 7:56 am
by civiliza
Guest wrote: On a side note, is it posible to just have this script update the artist and album artist fields?
My guess is what the Guest (and myself) would like is a way to limit the fields the script updates to just the Artist and Album Artist.

Also, is there a way to limit the output of the confirmation window to just the files the script wants to change? Having just cleared the 10,000 track mark, the thought of trawling through that many entries to see if the script wants to change the likes of Pink Floyd's Animals album into The Animals is just too daunting.

Re: Find Missing The 3.2 [MM2+3]

Posted: Mon Nov 23, 2009 5:02 am
by trixmoto
Both of these are now on my list for the next version.

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 4:51 am
by Milagro
I can not find the option for "Find Missing The" in my menu.

I have installed the script correctly, I am running MM 3.2.1 whit AdvancedDuplicateFindFix.3.6.2 Lyricator / SongPreviewer and SqlViewer.2.4 on Win7 64bit
And the option is not available in the "Choose Tree Nodes" option
Image (http://www.tiikoni.com/tis/view/?id=a25da92)

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 8:07 am
by trixmoto
The script should appear in "Tools > Scripts > Find Missing The".

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 10:35 am
by Owyn
Just installed and tested this script. Got "You have no such artists in your visible library" message, however, when I cross checked with Tagging Inconsistencies->Persons->The Inconsistencies I found I had quite a few. e.g. (The) Afghan Whigs.

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 1:37 pm
by trixmoto
This script was one of my very first, and not nearly as sophisticated as the TI script. It'll be the brackets which are stopping my script from finding them.

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 2:21 pm
by Owyn
:lol:
No brackets. I have both "The Afghan Whigs" and "Afghan Whigs" in the database.

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 3:15 pm
by trixmoto
Oh I see! :) Not really sure then, been a long while since I've looked at this script. The list of "the"s is hardcoded at the top of the script...

Code: Select all

Dim theList(3)		'this number must match the largest item number
theList(0) = "The"	'add more lines like this one for more words
theList(1) = "Der"	'the fewer words you have the faster it will process
theList(2) = "Die"
theList(3) = "Das"
I assume you haven't changed this at all?

Re: Find Missing The 3.2 [MM2+3]

Posted: Sat Jul 17, 2010 3:27 pm
by Owyn
It's a virgin MMIP. Will take a look at code later. Not a big issue as I check AMG for 'proper" coding before I change any of the the values. I can do it just as easily from TI.

Re: Find Missing The 3.2 [MM2+3]

Posted: Wed Feb 23, 2011 2:02 am
by remmer
Maybe I'm doing something stupid but I've installed the .exe and I can't find any access to the script, it's not listed in tools>scripts?

Re: Find Missing The 3.2 [MM2+3]

Posted: Wed Feb 23, 2011 4:05 am
by trixmoto
Assuming you're using MM3 you should be using the MMIP, not the EXE.

Re: Find Missing The 3.2 [MM2+3]

Posted: Wed Feb 23, 2011 10:41 am
by remmer
Yes, sorry, that's what I meant :oops:

Re: Find Missing The 3.2 [MM2+3]

Posted: Wed Feb 23, 2011 1:14 pm
by trixmoto
You've probably got a duplicate of Scripts.ini in your VirtualStore then.

Re: Find Missing The 3.2 [MM2+3]

Posted: Wed Feb 23, 2011 2:45 pm
by remmer
Yeah that's fixed it, thanks!