INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: bytestar on November 11, 2005, 06:10:38 pm
-
I need a smartliste with the following function
indicate simply all files from the month 10 in the year 2005
I have meant that would in such a way function
[Date (year)]=2005 [Date (day)]=1-31 [Date (month)]=10 ~nodup=[Artist],[Name]
please help !
-
[date (year)]=2005 [date (month)]=november
will get you what you want.
-
[Date (year)]=2005 [date (month)]=october [Media Type]=[Audio]
does is not for me !
date must be taken from the file date, not from the album date!
please help me !
-
OK, so, by file date, you mean date modified or date created? tweak the following to suit (I used modified)
[date modified] seemed a little tricky to work with, though I did just skim quickly through some things and stopped when I landed a working option. There are deffo other ways of achieving this, I used the following viewscheme:
(http://www.theganghut.co.uk/pics/ia/mod.jpg)
"modified year" is a database expression: formatdate([date modified],yyyy)
"modified month" is also an expression: formatdate([date modified],MMMM)&DataType=[Month]
resulting in:
(http://www.theganghut.co.uk/pics/ia/mod-1.jpg)
Is that any better now?
-
thanks exactly that is it which I needed :D
I am too probably stupid for it! :(
-
thanks exactly that is it which I needed :D
you're welcome
I am too probably stupid for it! :(
every one of us gets a touch of 'brain fade' now and again. 'stupid' is way too harsh.
your english is far better than my german ;)
-
I chose date created as I was looking for a way of keeping track the more recent files from the older ones. Thanks for putting me onto this, I've never dabbled in view schemes until now.
I also added a 'CREATED DAY' to the scheme, ie, formatdate([date created],day)