HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: pulha on 2012-04-15 21:05:37

Title: Invert sorting order on Album List Panel
Post by: pulha on 2012-04-15 21:05:37
I created a view to sort the albums categorized by the month i added them to my library, however i would prefer the months to appear in a descending order.
Anyone have any idea how to do this?
This is the script i've been using:

$left(%added%,7)|%artist% : %date% - %album%|[[%discnumber%.]%tracknumber%. ]%title%

$left(%added%,7) shows 2012-04
Title: Invert sorting order on Album List Panel
Post by: tpijag on 2012-04-15 21:20:58
This should do it.
http://www.hydrogenaudio.org/forums//lofiv...php/t66067.html (http://www.hydrogenaudio.org/forums//lofiversion/index.php/t66067.html)
Title: Invert sorting order on Album List Panel
Post by: dubwai on 2012-04-20 22:51:19
This should do it.
http://www.hydrogenaudio.org/forums//lofiv...php/t66067.html (http://www.hydrogenaudio.org/forums//lofiversion/index.php/t66067.html)

Yes $sub(99999,%date%) good, but you get right sort, with bad look
(http://img684.imageshack.us/img684/6776/20120421014805.jpg)
Any ideas how to get inverse sort only for dates in this, because as I know SORT BY in this Views doesn't work
(http://img718.imageshack.us/img718/6869/20120421015008.jpg)
Title: Invert sorting order on Album List Panel
Post by: tpijag on 2012-04-20 23:07:20
Your right, it works better when hidden as a sort order in a query for autoplaylist. Only other help I can provide is that if you change library viewer to Facets, it will be trivial to do as you want.