QUOTE(Leech @ May 15 2007, 12:36)

Oh, nice..
Good.. I've tried the autoplaylist and looks nice.
But thanks to your post I can imagine how to do it using Playlist Tree.
Thank you!

By the way, I found a bit of a problem with the sorting that someone offered in the thread. It would sort my albums in this totally random order. I wanted to sort my recently added playlist by first when it was added. And then if it's an album, all the songs are grouped under the album based on tracknumber. here's how my queries & sorting is setup with my autoplaylist.
CODE
Query: %date added% HAS "-" AND "$cwb_datediff(%date added%,%cwb_systemdatetime%)" LESS 4
Sort Format: $sub(999999999999,$replace($left(%date added%,$sub($len(%date added%),3)),'-',,':',,' ',)),%album%,%tracknumber%
You're going to want to replace "cwb_systemdate" with "cwb_systemdatetime" in both the query and custom info. Here's the thread with a little more detail.
Other Thread