INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started 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?
-
Try this. For brevity, I've left out your path restrictions.
~nodup=[Album],[Artist] ~sort=[Date Imported]-d ~n=10 ~a
Note the order is key in an application like this...
- Get one track per album.
- Sort them by date imported (descending).
- Take the first 10.
- Expand those to full albums.