INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: bytestar on November 11, 2005, 06:10:38 pm

Title: need smartlist to indicate all files from month10 2005
Post 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 !
Title: Re: need smartlist to indicate all files from month11 2005
Post by: marko on November 12, 2005, 02:17:58 am
[date (year)]=2005 [date (month)]=november

will get you what you want.
Title: Re: need smartlist to indicate all files from month11 2005
Post by: bytestar on November 12, 2005, 04:54:02 am
[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 !
Title: Re: need smartlist to indicate all files from month10 2005
Post by: marko on November 12, 2005, 07:52:41 am
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?

Title: Re: need smartlist to indicate all files from month10 2005
Post by: bytestar on November 12, 2005, 09:04:43 am
thanks exactly that is it which I needed  :D

I am too probably stupid for it!  :(
Title: Re: need smartlist to indicate all files from month10 2005
Post by: marko on November 12, 2005, 09:32:56 am
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 ;)
Title: Re: need smartlist to indicate all files from month10 2005
Post by: Bluesman on November 12, 2005, 07:29:27 pm
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)