INTERACT FORUM

Please login or register.

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

Author Topic: No "Album Artist Sort" or "Artist Sort" tag fields?  (Read 4846 times)

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
No "Album Artist Sort" or "Artist Sort" tag fields?
« on: July 31, 2013, 02:31:33 pm »

hey all.

I just noticed that there does not seem to be any Sort fields in MC?  Is this normal?

I can create them but I am wondering why the omission?

I think I saw somewhere the option to ignore the "The, A," etc fields but this does not seem to help with my "The Alan Parsons Project".

Also I am wondering how it will handle the "Rename / Move" functions without this field?  I never want any folder or file to start with "The" or "A".

Also as long as I am going to create these fields I would like them to be automatic.  Can anyone give me the "Expression" syntax for Changing a field from "The ....." or "A ..." to "...., The" and "...., A"?

(I am sure I will learn the expression things eventually with few examples.  But I am only two days into this and am more interested in getting the software to work the way I like first lol.)

Thanks.  Much appreciated.


Thanks again.

Carl.

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #1 on: July 31, 2013, 02:54:35 pm »

Tools > Options > Tree & View > Sorting > Ignore Articles will have sort behave the way you want.
Tools > Library Tools > Clean File Properties has the option to move articles to the end.

Unfortunately, I don't know that there is an expression to move articles to the end - at least I'm not seeing it in the documentation.

=Clean([Artist],1) will remove the articles, but doesn't move them to the end.
Logged

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #2 on: July 31, 2013, 03:04:27 pm »

Well that should be good enough for a sort field.  It's not like it actually needs the articles to sort by.

Thanks for your help.  I will give those a try.

Funny thing is.  I am sure I did the first option.  and my "The Alan Parsons Project" is still showing up as "The Alan Parsons Project".

I will have to check it again.

Carl.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #3 on: July 31, 2013, 03:08:07 pm »

In case you want to move articles, for example, in the Name field:

   if(regex([name], /#(The|A|El) +(.*)$#/), [R2]/, [R1], [Name])

Add more of your own, each separated by a vertical bar.

Assign to the Name field via:

   =if(regex([name], /#(The|A|El) +(.*)$#/), [R2]/, [R1], [Name])
Logged
The opinions I express represent my own folly.

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #4 on: July 31, 2013, 03:14:12 pm »

In case you want to move articles, for example, in the Name field:

   if(regex([name], /#(The|A|El) +(.*)$#/), [R2]/, [R1], [Name])

Add more of your own, each separated by a vertical bar.

Thanks.  I will try that out.  I guess if I wanted this for "Artist" and "Album Artist" I would just put those fields in place of "Name"?

Carl.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #5 on: July 31, 2013, 03:14:53 pm »

Right.  Add see my last line edit above to assign to the field.
Logged
The opinions I express represent my own folly.

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #6 on: July 31, 2013, 03:24:50 pm »

Actually I think what I want to do is to create my 2 new fields  "ARTISTSORT" and "ALBUMARTISTSORT" and have them calculate the sort field automatically and be un-editable.  (At least that's the plan).

I still like to see the full name in the display.  (Actually in the case of "The Alan Parsons Project" and other "Alan Parsons" related derivatives I am just going to change the "Album Artist" to "Alan Parsons" so I can get all of his albums in one place.

But for other artists it will be nice to have it available for the move and rename functions.

Carl.

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: No "Album Artist Sort" or "Artist Sort" tag fields?
« Reply #7 on: July 31, 2013, 03:56:01 pm »

That worked out great!

Thank you very much.

Carl.
Pages: [1]   Go Up