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: Need Help with - %last_modified% (Read 847 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Need Help with - %last_modified%

Hi,first sorry about my english.....

Currently I am sorting my album list like this: $date(%last_modified%)|%codec%|%album artist% - %album% - %date%|%tracknumber% - [%track artist% - ]%title% '['%length%']'

The album list then starts with the albums added first. But I would like to have the "last added" at the top of the list
How can I change last modify

THX mikavan

Re: Need Help with - %last_modified%

Reply #1
This is a bit of a long shot but worth a try. Replace $date(%last_modified%) with this:

Code: [Select]
$sub(3000,$add($day_of_month(%last_modified%),$add($year(%last_modified%),$month(%last_modified%))))

 

Re: Need Help with - %last_modified%

Reply #2
Ignore that, doesn't work. Bad logic.