Un Auto Organised 3.0 [MM2+3] - Updated 30/10/2009

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Un Auto Organised 2.9 [MM2+3]

Postby Michel37 » Fri Jan 02, 2009 12:45 am

Maybe i am blind, but where do i find your e-mail-address?
Michel37
 
Posts: 422
Joined: Thu Sep 20, 2007 11:15 pm
Location: Germany

Re: Un Auto Organised 2.9 [MM2+3]

Postby trixmoto » Fri Jan 02, 2009 11:28 am

I thought an email button appeared on the right, maybe not. It's richardpaullewis at the greatness which is gmail.com. It can also be found on my website, incidentally. :)
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Un Auto Organised 2.9 [MM2+3]

Postby mistresso » Mon Jan 19, 2009 4:19 am

This report hasn't been working as intended for me, either. Though when I did upgrade from version 2.8 to 2.9, it went from returning back 25k tracks in the report to "only" just over 13k!

I have a pretty big collection - around 89k songs. What I have noticed is that MOST of the current list of 'unauto-organized' tracks have a "The" prefix for the artist. And my mask is fairly simple:

M:\Music\Pop\<Album Artist@1>\<Album Artist>\<Album>\<Track#> <Title>

I know this creates some issue already with tracks that are missing track # (as sometimes MediaMonkey stores or expects a blank space, other times an empty string), but this doesn't explain the weirdness with all the "THE" prefixed album artists.
mistresso
 
Posts: 67
Joined: Sun Feb 24, 2008 11:15 am
Location: Philly

Re: Un Auto Organised 2.9 [MM2+3]

Postby trixmoto » Mon Jan 19, 2009 4:56 am

The "@" doesn't ignore the prefixes in this script yet, but it is on my list to fix this issue. This is the same issue that Michel37 reported but I forgot to update the thread as we moved our conversation to email.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Un Auto Organised 2.9 [MM2+3]

Postby mistresso » Mon Jan 19, 2009 12:42 pm

Hrm, well the intended "@" functionality may explain a lot on my end, as far as returning back false positives (everyone with a "The" prefix gets returned)!

I also seem to be having some issues with tracks that are missing track # (as sometimes MediaMonkey stores or expects a blank space, other times an empty string).
mistresso
 
Posts: 67
Joined: Sun Feb 24, 2008 11:15 am
Location: Philly

Re: Un Auto Organised 2.9 [MM2+3]

Postby trixmoto » Mon Jan 19, 2009 4:22 pm

I'll look at this in the next version and try to get it resolved. :)
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Un Auto Organised 2.9 [MM2+3]

Postby sonofjon » Thu Feb 26, 2009 12:35 am

Hi, I'm just trying this out (looks like a very useful script!) but when I go File/Create Reports/UnAutoOrganized it runs through two thirds of my collection and then halts with the following error message:

Image

The logfile doesn't show anything related to the error. Not sure if I did something wrong. I read something about clicking an icon on the toolbar, but I didn't find one.

I've got a fairly complicated sort string including several nested $If statements:

Code: Select all
E:\Media\New\$If(<Grouping>,<Grouping>,Uncategorized)\$If(<Album Artist>,<Album Artist>,<Artist>)\$If(<Album>,$If(<Album Artist><>Various Artists,$If(<Year>,<Year> ~ ,),)<Album>,Other)\$If(<Grouping>=Podcasts,<Filename>,$If(<Track#>,<Track#:2> ~ ,)<Title>$If(<Album Artist>,$If(<Album Artist><>Various Artists,, (<Artist>$)),))
sonofjon
 
Posts: 20
Joined: Wed Jan 28, 2009 2:59 pm

Re: Un Auto Organised 2.9 [MM2+3]

Postby trixmoto » Thu Feb 26, 2009 4:45 am

Ooops, that would be a typo! :oops: Open "UnAutoOrganised.vbs" in a text editor, find line 1043 and replace "GetPath" with "GetPart".
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Un Auto Organised 2.9 [MM2+3]

Postby sonofjon » Thu Feb 26, 2009 12:18 pm

Thanks! That fixed it.
sonofjon
 
Posts: 20
Joined: Wed Jan 28, 2009 2:59 pm

Re: Un Auto Organised 2.9 [MM2+3]

Postby JoJoBAH » Mon Mar 02, 2009 11:27 am

This script seems to have a problem with $First statement.

Code: Select all
mask=M:\My Music\$MovePrefix($First(%R))\%L (%Y)\\(%2T) %A - %S
orig=M:\My Music\Bright Eyes\One Jug of Wine, Two Vessels [EP] (2004)\(04) Bright Eyes - I'll Be Your Friend.mp3
path=M:\My Music\$First(Bright Eyes; Neva Dinova)\One Jug of Wine, Two Vessels [EP] (2004)\(04) Bright Eyes - I'll Be Your Friend.mp3
JoJoBAH
 
Posts: 3
Joined: Sun Nov 11, 2007 8:19 pm

Re: Un Auto Organised 2.9 [MM2+3]

Postby Mizery_Made » Mon Mar 02, 2009 12:36 pm

- $First(string,count,start from) - There was added parameter 'start from' (optional), which specifies to skip a number of items in multi-value string. E.g. $First(a;b;c,1,1) returns 'b'.


What happens if you use "$First(<Album Artist>,1)"?
Awaiting for 10160 & 10168 to be fixed/implemented before thinking of moving to MMW4.1 + MMA.
Mizery_Made
 
Posts: 2218
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Un Auto Organised 2.9 [MM2+3]

Postby JoJoBAH » Mon Mar 02, 2009 1:52 pm

Mizery_Made: Similar results:

Code: Select all
mask=M:\My Music\$MovePrefix($First(%R,1))\%L (%Y)\\(%2T) %A - %S
orig=M:\My Music\Bright Eyes\One Jug of Wine, Two Vessels [EP] (2004)\(04) Bright Eyes - I'll Be Your Friend.wma
path=M:\My Music\$First(Bright Eyes; Neva Dinova,1)\One Jug of Wine, Two Vessels [EP] (2004)\(04) Bright Eyes - I'll Be Your Friend.wma
JoJoBAH
 
Posts: 3
Joined: Sun Nov 11, 2007 8:19 pm

Re: Un Auto Organised 2.9 [MM2+3]

Postby Mizery_Made » Mon Mar 02, 2009 2:23 pm

I was going to suggest it might be case sensitive and to try "$first", however I converted the two "$left" statements I use over to "$first", making one "$First" and the other "$first" and they both worked properly. I'm guessing your issue is coming from nesting it in the "$MovePrefix" function. Perhaps you could run a test, removing this function temporarily?
Awaiting for 10160 & 10168 to be fixed/implemented before thinking of moving to MMW4.1 + MMA.
Mizery_Made
 
Posts: 2218
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Un Auto Organised 2.9 [MM2+3]

Postby trixmoto » Mon Mar 09, 2009 8:33 am

I thought I'd fixed all the nesting issues in the latest version - are you definitely running 2.9?
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Un Auto Organised 2.9 [MM2+3]

Postby Guest » Thu May 28, 2009 9:09 am

Running 2,9 and i think i might have some problems with nesting too.

Sub CheckFunctions(i,j,str)
Dim s : s = UCase(str)
Select Case Mid(s,i-3,3)

Last line gives an error, anyone got an idea? line 764 column 2
Guest
 

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: Wildstyle and 20 guests