QUOTE(Fractal_Mortality @ Jun 22 2005, 05:21 PM)
How would I go about creating a query in the Foo_Playlist_Tree plugin that enables me to see which files are newest to the database... What kind of tags would I use... I know the basic creation of query strings in Playlist Tree but I'm not sure how to do this.
"If at first you don't succed, try and try and try again"
Yes, my English teacher taught me some English proverb too!
Apart joking (but not so much...): I have an %added% tag that holds the date the file was added (fancy that) to the database. I use masstagger to do that.
Then, in PLTree, you have just to query for %added% then whatever else you like.
My format string for this is:
CODE
%added%|%album artist%|%album%|$num(%tracknumber%,2). %title%
Just think to write the date yy-mm-dd if you want to have a cronological order.
In the "query" box put the filtering you need (es: genre IS jazz) or just "1" if you don't need a filter.
Remember to check the "dosplay" sort criteria if you want have an order that follows your format string or specify any other if you want a custom one.
Bye.