INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Problem getting View Working (New Albums - aka Date Imported)  (Read 730 times)

johnnyboy

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 626

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?
Logged

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Problem getting View Working (New Albums - aka Date Imported)
« Reply #1 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...

  • Get one track per album.
  • Sort them by date imported (descending).
  • Take the first 10.
  • Expand those to full albums.
Logged
Pages: [1]   Go Up