Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Library Tree Discussion (Read 151168 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Library Tree Discussion

Reply #625
I absolutely love Library tree, but I would like to be able to view albums by "Last Added" or "Last Modified" to see most recent albums at the top of the view. Also, is there a way of reversing the lists (A-Z/Z-A)?

Re: Library Tree Discussion

Reply #626
^ I already told you how to do that in your thread over here. More examples -

'...' menu > Quick setup > Covers [labels right]
'...' menu > Views > Configure views > Add new button
(to add views below)
'...' menu > Views > View by ... (switch to view)

View by Last Modified (Desc):
Code: [Select]
$nodisplay{$sub(99999999999999,$replace($date(%last_modified%),-,, ,,:,))}Modified: $date(%last_modified%)|%album%|[[%discnumber%.]%tracknumber%. ]%title%

View by Last Added (Desc):
Code: [Select]
$nodisplay{$sub(99999999999999,$replace($date(%added%),-,, ,,:,))}Added: $date(%added%)|%album%|[[%discnumber%.]%tracknumber%. ]%title%

 

Re: Library Tree Discussion

Reply #627
My apologies anamorphic. I couldn't get that to work originally. It just kept saying "Nothing Found". Don't know what I was doing wrong, but I tried again and the Last Modified Script you gave me is working now. The Last Added script doesn't do what I want it to do as it shows me an alphabetically arranged list of albums with the added date underneath. I'm more than happy with the Last Modified view though. Thank you very much for your time and patience.