Author Topic: Shortcut for custom sorting order  (Read 2413 times)

Speaker4thaDead

  • Newbie
  • *
  • Posts: 9
Hello, I'm trying to make a custom/virtual tag to use to sort my music, but I'm not sure how to do what I want.  My goal is to make the equivalent of this custom sort:

https://scontent.xx.fbcdn.net/hphotos-xta1/v/t1.0-9/13082665_10204576845660176_6257592688419691526_n.jpg?oh=92cd429552a5f39c807e377d7acee914&oe=57B26B37

But I don't know how to/if I can get the year to sort descending instead of ascending, while still having the artist ascending alphabetically.  Right now I have this:

https://scontent.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/13006498_10204576845700177_323503897396730425_n.jpg?oh=90ce0e018648b63a4f3983f57dbc8bfb&oe=57BA7989

If there is a better way to do this I'm all ears.  I switch between different sort orders (artist, rating, year, etc) all the time but by default I like to use my own custom order, but it's a pain to navigate through 2 context menus every time as shown here:

http://vignette2.wikia.nocookie.net/musicbee/images/5/5e/Sortbymenu.png/revision/latest?cb=20121213223116

I used to use a hotkey to get to the sorting menu quickly, but that field has since been removed from possible hotkeys.

https://scontent.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/13061949_10204576845740178_6731717957987064105_n.jpg?oh=e0fe572b8738f15362b0ab2acc23f4e3&oe=57A44787

redwing

  • Guest
Use a virtual field with the following formula for the sorting purpose only:

$Sort(<Album Artist>)$Replace($Replace($Replace($Replace($Replace($Replace($Replace($Replace($Replace($Replace(<Year (yyyy)>,0,j),1,i),2,h),3,g),4,f),5,e),6,d),7,c),8,b),9,a)<Album>

Speaker4thaDead

  • Newbie
  • *
  • Posts: 9
Perfect, replaces the years with letters in the opposite alphabetical order, thanks a lot!