INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Use Assorted on Rename Files from Properties  (Read 837 times)

davisford

  • World Citizen
  • ***
  • Posts: 116
Use Assorted on Rename Files from Properties
« on: January 06, 2008, 12:36:25 am »

I've noticed that this feature, when enabled only seems to work sometimes....

When you right-click files, and choose Library -> Rename Files From Properties a dialog pops up.

I use the following rule to re-name the directory structure:

Code: [Select]
Mid([Artist], 0, 1)\[Artist]_-_([Date])_[Album]_-_([Comment])
I also have the box checked to use Assorted, which..when an album contains various artists for the Artist name, should pop up as something like this:

\A\Assorted\Assorted_ (etc....)

Having done this repeated times with albums, it only seems to work once in a while, with no seeming predictability.  I've just re-named about 5 albums with various artists.  The first one got named appropriately, the rest substitute the real artist name every time you find [Artist] in the rule.

Is there some way to make this work consistently?

Regards,
Davis
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42028
  • Shoes gone again!
Re: Use Assorted on Rename Files from Properties
« Reply #1 on: January 09, 2008, 10:41:01 am »

The album analyzer decides if an album is a mix or not.

A detailed description of the logic is in the help file on the page "Auto-Tag Multiple Artist Albums":

Code: [Select]
Album Artist (auto)

This is a built-in automatic field.  It auto-completes as follows:

·      If something is manually typed in the Album Artist field, that content is included in the Album Artist (auto) field as well.

·      If the Album Artist field is empty, then the Album Artist (auto) field gets completed as follows:

·      Single-artist name in the case of a single-artist album.

·      (Multiple Artists)in the case of a multiple-artist album*.

* In order for (Multiple Artists) to appear automatically, the album must be in its own exclusive directory (i.e., if there are files from more than one album in a directory, the program will not label it as Multiple Artist).

Here is the logic. A track is a mix if all the files with the same [Album] value in the same directory:

·      have more than one [Artist] value among them

·      have no other [Album] values used by any other file in the same directory

·      are Audio and have a non-empty [Album] value
Logged
Matt Ashland, JRiver Media Center

eba

  • Galactic Citizen
  • ****
  • Posts: 351
Re: Use Assorted on Rename Files from Properties
« Reply #2 on: January 09, 2008, 11:07:43 am »

Alternatively just use [Album Artist (Auto)] in the rule, so you know that the artist used will always be as you see in MC, and will also use any specifically set Album Artists :)
Pages: [1]   Go Up