Fix Trailing The 3.4 [MM2+3]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Fix Trailing The 3.4 [MM2+3]

Re: Fix Trailing The 3.4 [MM2+3]

by sommo » Sat Jun 28, 2008 12:26 pm

I would just like to say a thank you trixmoto, for this addon!
This is one of the reason why I use MediaMonkey!
It is really helpful and I do use it :)
Keep up the good work & Happy coding!

by trixmoto » Sun May 04, 2008 4:45 pm

Sorry, looks like you'll have to use the menu bar then. :(

by Queseuq » Sun May 04, 2008 12:44 pm

It shows the wrong information on the confirmation screen. After testing I've found that it actually happens on all tracks but only when used through the rightclick for scripts menu. If used through Tools > Scripts it works fine. :-?

by trixmoto » Sun May 04, 2008 11:34 am

Does the confirmation screen show you what you want, but this isn't actually happening to the tags, or is the confirmation screen getting it wrong as well?

by Queseuq » Sun May 04, 2008 10:33 am

Hi Trixmoto, your script has been very useful but I've run into a bit of a problem. If the album which I want to fix the 'The' of the artist is self titled, eg The Coral by The Coral, your script will make the 'The' in the album trail, matching the artist and album artist, and will not return the 'The' of the artist to the front even if I run it multiple times.

by trixmoto » Mon Oct 08, 2007 4:43 am

MM3 installation package now available from my website! :)

by Superfrodo » Tue Sep 04, 2007 5:12 am

Updating the Album Artist works great now. Thanks for updating the script!

by trixmoto » Wed Jun 27, 2007 5:44 pm

I'm glad you found it useful! :)

by G.I. » Wed Jun 27, 2007 5:00 pm

I have tested the script on my whole database and it worked like a charm ... I have really nothing more to report than that it's perfect as it is and thumbs up!

by G.I. » Tue Jun 26, 2007 2:00 am

ok, cool ... hadn't actually taken a look in the script ... but this I will do now, thanks!

by trixmoto » Mon Jun 25, 2007 4:20 am

Open "FixTrailingThe.vbs" in a text editor and find the "The" list at the top of the file...

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"
Then amend the list, so your "A" list should be something like...

Code: Select all

Dim theList(2)		'this number must match the largest item number
theList(0) = "A"	'add more lines like this one for more words
theList(1) = "en"	'the fewer words you have the faster it will process
theList(2) = "An"

by G.I. » Sun Jun 24, 2007 2:10 pm

Hi Trixmoto,

so far I have had no issues concerning the word "the", but I have also trailing a's ... as in for example an album with name: "A Nordic Poem" is now called "Nordic Poem, A".

Is it possible that you can change your script to also in include the two words: A en An

It's very cool by the way that you made that script so you can check what is will change! Thumbs up for that!

by G.I. » Mon May 21, 2007 6:17 am

I haven't had much time the last couple of weeks, but I will test this version (3.4) this week and I will let you know if it solved all my problems :)

(I can't do anything else then that, since I have been nagging all the time when you had time to fix this for me :oops:)

by trixmoto » Mon May 21, 2007 4:09 am

Yeah, I've not seen this before. It could be a vista issue, looks like there's something wrong with your scripting host.

I am getting an error

by thefaceman » Sun May 20, 2007 3:17 pm

OK, I am trying this script. I suspect it is user error. I have not modified it at all.

Errors are

(first error dialog)

Error#13 - Microsoft VBScript runtime error
Type mismatch: 'MainExec'
File: "M:\MediaMonkey\Scripts\FixTrailingThe.vbs", Line:1, Column:0

(Click OK, then second error dialog)

Error happend during script execution:
Type mismatch: 'MainExec'

FYI - My system is Vista. So I am guessing that is the problem.

-thanks
-thefaceman

Top