INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: johnnyboy on June 15, 2012, 02:29:23 pm

Title: Problem getting View Working (New Albums - aka Date Imported)
Post by: johnnyboy on June 15, 2012, 02:29:23 pm
Trying to set up a view to show me 'New Albums' - ie only show me the last 10 albums that have been added to MC.

I used the following and it is not working:

-[Filename (path)]=[U:\Compilations" -[Filename (path)]=[U:\Random Songs" -[Filename (path)]=[U:\Singles" -[Filename (path)]=[U:\Soundtracks" -[Filename (path)]=[U:\stu" ~a ~sort=[Date Imported]-d ~n=10


Can someone advise me how it should be done properly to get it working?
Title: Re: Problem getting View Working (New Albums - aka Date Imported)
Post by: rick.ca on June 15, 2012, 03:24:16 pm
Try this. For brevity, I've left out your path restrictions.

Code: [Select]
~nodup=[Album],[Artist] ~sort=[Date Imported]-d ~n=10 ~a
Note the order is key in an application like this...