INTERACT FORUM

More => Old Versions => Media Center 13 (Development Ended) => Topic started by: guernz on March 14, 2009, 07:19:29 am

Title: Smarlist limit (advanced) help
Post by: guernz on March 14, 2009, 07:19:29 am
Can anyone help me with getting a smartlist to find all artists that I have multiple complete albums for?

E.g.  I know I have say 3 albums from U2, 2 from REM, 2 from Linkin Park, I want a smartlist that will show all these but filter out artists I only have one album for and also filter out incomplete albums.  Is this possible?
Title: Re: Smarlist limit (advanced) help
Post by: marko on March 14, 2009, 09:33:31 am
This ought to work: [media type]=audio -[mix album]=1 [complete album]=1 ~limit=-1,1,[album],[album artist (auto)] ~dup=[artist] ~a

Specify only audio files
remove all 'mix' albums (multiple artist albums)
remove incomplete albums
Pick a single track from every remaining album
keep only artists that are duplicated in the list
expand the list so that every track from the remaining albums are listed.

job done (hopefully) :)

-marko.