Aight, I could send you the log, but I can save you the trouble of scanning through the 900+ lines in it. The three issues that arose was:
- Code: Select all
mask=C:\Documents and Settings\Chris\Desktop\My Music\%G\%R\%Y - %L\%2T - {%A} - %S
orig=C:\Documents and Settings\Chris\Desktop\My Music\Rap\Grant Rice\2003 - The Grant Rice Empire [Mixtape]\26 - {Skatterman} - Big Weight (ft. Grant Rice).mp3
path=C:\Documents and Settings\Chris\Desktop\My Music\Rap\Grant Rice\2003 - The Grant Rice Empire [Mixtape]\26 - {%A} - Big Weight (ft. Grant Rice).mp3
Doesn't seem to like my use of {<artist>} for when the Artist is different then the Album Artist. If there's no way to fix this easily, I can just change my usage of it to something different as that accounts for a good 75-80% if the 900+ items.
- Code: Select all
mask=C:\Documents and Settings\Chris\Desktop\My Music\%G\%R\%Y - %L\%2T - %S
orig=C:\Documents and Settings\Chris\Desktop\My Music\Rap\Don Juan\0000 - It's My Life And My Turn [EP]\02 - At It Again.mp3
path=C:\Documents and Settings\Chris\Desktop\My Music\Rap\Don Juan\0 - It's My Life And My Turn [EP]\02 - At It Again.mp3
MediaMonkey will turn a missing year into "0000" while your script cuts it down to "0", like I've said before, don't no much about scripting, so if this is another hard one to work around, it's not that great of an annoyance as I only have like 3-4 albums I don't have years for.
- Code: Select all
mask=C:\Documents and Settings\Chris\Desktop\My Music\%G\!--Misc--!\Tech N9ne\%A - %S
orig=C:\Documents and Settings\Chris\Desktop\My Music\Rap\!--Misc--!\Tech N9ne\Tech N9ne - Planet Rock.mp3
path=C:\Documents and Settings\Chris\Desktop\My Music\Rap\!--Misc--!\Tech Nne\Tech N9ne - Planet Rock.mp3
$if(<Custom 1>=--Tech Misc--,!--Misc--!\Tech N9ne,)
&
$if(<Custom 1>=--Tech Fake--,!--Misc--!\Tech N9ne\Mixes,)
Those two items seem to be the problem with this issue, it handles "N9ne" in filenames & folders perfectly fine when it's put there by <artist>,<album artist>, etc, but not with these $if's, odd.
PS--I can email the log, I just thought I'd condence it down to the three problems cause those three problems just repeat over and over in the log. Just lemme know if the actual log is really needed.