INTERACT FORUM
More => Old Versions => Media Center 15 (Development Ended) => Topic started by: drc on October 14, 2010, 03:00:03 pm
-
There is a Field labeled Number Of Tracks in the managed library, but it doesn't seem to correlate to any data.
I'm trying to build a Smartlist that can determine the number of albums with a certain about of tracks (I'm trying to my album sets)
The Smartlist would read something like:
Media Type is Audio
Album contains 4 or more tracks
or
Album contains 4 or less tracks
Any idea how to word this string in Smartlist?
-
i think you need an extra smartlist for that.
start with a smartlist with this rule:
[Media Type]=[Audio] ~limit=-1,3,[album],[album artist (auto)]
this gives a list with 3 tracks of every album (or less when there are less).
now you can make a smartlist with all your audio but not the playlist that we just made. then say that it should expand to full album.
think that that should work
:)
gab
btw.. the number of tracks field is i expect something for performer store.. not used for albums in the lib.. a pity.