INTERACT FORUM

Please login or register.

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

Author Topic: Number Of Tracks (Managed Library Field)  (Read 775 times)

drc

  • World Citizen
  • ***
  • Posts: 115
Number Of Tracks (Managed Library Field)
« 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?

Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Number Of Tracks (Managed Library Field)
« Reply #1 on: October 14, 2010, 03:37:53 pm »

i think you need an extra smartlist for that.
start with a smartlist with this rule:
Code: [Select]
[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.
Logged
Pages: [1]   Go Up