INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: alanl on December 15, 2005, 03:27:25 pm
-
I would like to create a Smartlist to contain only podcasts dated within the last week for synching with my Archos GMini, but can't seem to be able to construct the expression. In plain language it would need to be something like:
Genre=Podcast And Date>=(Today-[7 Days])
Is this possible? If so, could anyone give me any pointers as to how to do it? Or an alternative way to achieve the same result without deleting downloaded podcasts from the Podcast listing?
-
try:
g=podcast [date]=<=7d
-
try:
g=podcast [date]=<=7d
That seems to work perfectly. Thanks marko.