Find Missing The 3.2 [MM2+3]

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

Modérateurs : Peke, Gurus

trixmoto
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 84
Inscription : mer. déc. 17, 2008 1:34 pm

Re: Find Missing The 3.2 [MM2+3]

Message par civiliza »

Guest a écrit : 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
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 90
Inscription : dim. juin 20, 2010 7:21 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 2018
Inscription : ven. mars 21, 2008 10:55 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 2018
Inscription : ven. mars 21, 2008 10:55 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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 : Tout sélectionner

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
Messages : 2018
Inscription : ven. mars 21, 2008 10:55 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 17
Inscription : mer. oct. 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 17
Inscription : mer. oct. 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Message par remmer »

Yes, sorry, that's what I meant :oops:
trixmoto
Messages : 10024
Inscription : ven. août 26, 2005 3:28 am

Re: Find Missing The 3.2 [MM2+3]

Message par 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
Messages : 17
Inscription : mer. oct. 06, 2010 11:58 am

Re: Find Missing The 3.2 [MM2+3]

Message par remmer »

Yeah that's fixed it, thanks!
Répondre