Find Missing The 3.2 [MM2+3]

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post by trixmoto »

Um, probably! :wink:

Both "Find Missing The" and "Fix Trailing The" already handle both the artist and the album artist.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
civiliza
Posts: 84
Joined: Wed Dec 17, 2008 1:34 pm
Location: United Kingdom

Re: Find Missing The 3.2 [MM2+3]

Post 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.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post by trixmoto »

Both of these are now on my list for the next version.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Milagro
Posts: 90
Joined: Sun Jun 20, 2010 7:21 am

Re: Find Missing The 3.2 [MM2+3]

Post 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)
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post by trixmoto »

The script should appear in "Tools > Scripts > Find Missing The".
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Owyn
Posts: 2018
Joined: Fri Mar 21, 2008 10:55 am
Location: Canada

Re: Find Missing The 3.2 [MM2+3]

Post 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.
Cogito cogito ergo cogito sum. (Ambrose Bierce)
I drink therefore I am. (Monty Python)
Vista 32bit Home Premium SP2 / MM3.2.1.1297 Gold / Last.Fm 1.0.2.22 / IE8
Dell Inspiron 530 (1.8 Core2 / 2GB)
Skin: Vitreous Blue
Scripts: Add/Remove Playstat|Advanced Duplicate Find & Fix|Album Art Tagger|Backup|Batch Art Finder|Calculate Cover Size|Case&Leading Zero Fixer|DB_Audit|DB_Clean|DB_Schema|Event Logger|Genre Finder|Lyricator|Magic Nodes|MM2VLC|Monkey Rok|MusicIP Tagger|PUID Generator|RegExp Find & Replace|Right Click for Scripts|Scriptreloader|SQL Viewer|Stats(Filtered)|Tagging Inconsistencies
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post 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.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Owyn
Posts: 2018
Joined: Fri Mar 21, 2008 10:55 am
Location: Canada

Re: Find Missing The 3.2 [MM2+3]

Post by Owyn »

:lol:
No brackets. I have both "The Afghan Whigs" and "Afghan Whigs" in the database.
Cogito cogito ergo cogito sum. (Ambrose Bierce)
I drink therefore I am. (Monty Python)
Vista 32bit Home Premium SP2 / MM3.2.1.1297 Gold / Last.Fm 1.0.2.22 / IE8
Dell Inspiron 530 (1.8 Core2 / 2GB)
Skin: Vitreous Blue
Scripts: Add/Remove Playstat|Advanced Duplicate Find & Fix|Album Art Tagger|Backup|Batch Art Finder|Calculate Cover Size|Case&Leading Zero Fixer|DB_Audit|DB_Clean|DB_Schema|Event Logger|Genre Finder|Lyricator|Magic Nodes|MM2VLC|Monkey Rok|MusicIP Tagger|PUID Generator|RegExp Find & Replace|Right Click for Scripts|Scriptreloader|SQL Viewer|Stats(Filtered)|Tagging Inconsistencies
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post 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?
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Owyn
Posts: 2018
Joined: Fri Mar 21, 2008 10:55 am
Location: Canada

Re: Find Missing The 3.2 [MM2+3]

Post 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.
Cogito cogito ergo cogito sum. (Ambrose Bierce)
I drink therefore I am. (Monty Python)
Vista 32bit Home Premium SP2 / MM3.2.1.1297 Gold / Last.Fm 1.0.2.22 / IE8
Dell Inspiron 530 (1.8 Core2 / 2GB)
Skin: Vitreous Blue
Scripts: Add/Remove Playstat|Advanced Duplicate Find & Fix|Album Art Tagger|Backup|Batch Art Finder|Calculate Cover Size|Case&Leading Zero Fixer|DB_Audit|DB_Clean|DB_Schema|Event Logger|Genre Finder|Lyricator|Magic Nodes|MM2VLC|Monkey Rok|MusicIP Tagger|PUID Generator|RegExp Find & Replace|Right Click for Scripts|Scriptreloader|SQL Viewer|Stats(Filtered)|Tagging Inconsistencies
remmer
Posts: 17
Joined: Wed Oct 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Post 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?
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post by trixmoto »

Assuming you're using MM3 you should be using the MMIP, not the EXE.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
remmer
Posts: 17
Joined: Wed Oct 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Post by remmer »

Yes, sorry, that's what I meant :oops:
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Find Missing The 3.2 [MM2+3]

Post by trixmoto »

You've probably got a duplicate of Scripts.ini in your VirtualStore then.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
remmer
Posts: 17
Joined: Wed Oct 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Post by remmer »

Yeah that's fixed it, thanks!
Post Reply