Author Topic: Sort by Original Year, or Year if not specified  (Read 1634 times)

TateB

  • Jr. Member
  • **
  • Posts: 58
I am trying to sort albums by Artist, Original Year, and, if Original Year is unspecified, by Year.  The intent is to sort so that live albums are situated at the time that they are originally recorded, rather than the year of release, as well as for reissues.  However, I can't get it to sort by Original Year.

My Custom Sort is Album Artist / Original Year / Year.  When I sort on this basis, it just sorts by Album Artist / Year.

psychoadept

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10940
Is Original Year given a value for all files? If not, you'll probably get the results you want if you combine them with a virtual tag, something like $IsNull(<Original Year>,<Year>,<Original Year>). Then your sort order would be Album Artist \ Sort Year (or whatever you call the virtual tag).
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest patches
(Unzip and overwrite existing program files)

TateB

  • Jr. Member
  • **
  • Posts: 58
That worked like a charm (and is also my first virtual tag!) - thanks so much!

psychoadept

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10940
Awesome, glad you got it working
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest patches
(Unzip and overwrite existing program files)