INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Steve C on November 30, 2005, 11:10:32 pm
-
I want to be able to find files imported over a given date range, but cant see any options in the smartlist editor, I`m not very technical, Any suggestions :-\
-
Just play around with the smart list rule command "date ago":
You can use s (econd), m (inute), d (ay), y (ear)
Example:
[Date Imported]=100d-200d => imported between 100-200 days ago
[Date Imported]=<=7d =>imported last seven days
Of course you can use the command for all date fields.
-
Just play around with the smart list rule command "date ago":
You can use s (econd), m (inute), d (ay), y (ear)
Example:
[Date Imported]=100d-200d => imported between 100-200 days ago
[Date Imported]=<=7d =>imported last seven days
Of course you can use the command for all date fields.
I think this only works with v11.1; for older versions of MC, use:
[Date Imported]=10080-20160
This would give you files imported between 1 and 2 weeks ago. The numbers represent 'minutes ago'..