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: How to search/auto-playlist all items recently added to Media Library? (Read 8562 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to search/auto-playlist all items recently added to Media Library?

Hi to all,
how i can do a quick search or an auto-playlist in foobar to see all the item added recently in my media library??
Sorry for my bad english
Thanks!!

 

How to search/auto-playlist all items recently added to Media Library?

Reply #1
Use query syntax and foo_playcount:

Code: [Select]
%added% DURING LAST <number> <time-unit>
For example:
Code: [Select]
%added% DURING LAST 1 WEEK

If you wish to sort by date, follow that with a sort operator:
Code: [Select]
SORT ASCENDING [or DESCENDING] BY %added%