|
Register | Blogging | Today's Posts | Search |
![]() |
|
Thread Tools | Display Modes |
|
![]() |
#1 (permalink) |
thirsty ears
Join Date: Sep 2009
Location: Boulder
Posts: 742
|
![]()
woah something is amiss
that Sort field has nothing to do with how the entry is displayed in a Filter. it only comes into effect when you click an item in the Filter - then it gets sorted on its way to the playlist. yet the Filter in your screenshot is doing what the OP is asking for. could you past the code for that artist filter here? i want to take a look at it ![]()
__________________
my flac collection |
![]() |
![]() |
![]() |
#2 (permalink) | |
Juicious Maximus III
Join Date: Nov 2008
Location: Scabb Island
Posts: 6,525
|
![]() Quote:
![]() I'll change it to %<artist>% now, though. That's what I'd like it to be. ![]() edit : My sorting script looks like this : $swapprefix(%artist%) $if(%release year%,%release year%,%date%) %album% $if(%disc number%,$left(%disc number%,2),) %tracknumber% %title% %release year% is a tag I've made which is used when present instead of date. The reason is if I have a "best of the 80s" album released in 2009, I'd set the %release date% to 2009 and hope to tag each song with the original date which is sometime in the 80s. The reason I'm using the left 2 disc numbers is that I sometimes write disc numbers like this "2 - Bonus Disc" (or have in the past anyways), so that's to make sure I only fetch numbers. more edit : My Library Tree sorting script looks like this : $swapprefix(%album artist%) $if(%debut%,0,1) $if(%release year%,%release year%,%date%) %album% $if(%disc number%,$left(%disc number%,2),) %tracknumber% %title% It's much the same except it makes doubly sure anything tagged as debut comes first. This is to sort out conflicts where an artist has a second release the same year as the debut. edit yet again : Ugh, I see filters won't accept "%<artist>%" .. That's losing a really neat functionality there!
__________________
Something Completely Different |
|
![]() |
![]() |
![]() |
|