INTERACT FORUM

Please login or register.

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

Author Topic: Locating Albums With 4 Tracks or less  (Read 635 times)

drc

  • World Citizen
  • ***
  • Posts: 115
Locating Albums With 4 Tracks or less
« on: April 13, 2012, 08:32:54 am »

How do i create a smartlist that locates complete albums with 4 or less tracks?

I have several complete Albums (which only has 3 tracks) That I would like to label Maxi CD's.

So, i would like to create a smartlist to identify all of them.

Thanks
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Locating Albums With 4 Tracks or less
« Reply #1 on: April 13, 2012, 09:06:32 am »

You can copy/paste each of these via the Import/Export button in Edit Smartlist to create the smartlist.

1. Create a smartlist named: Tracks 5

   [Media Type]=[Audio] [Track #]=5 [Disc #]=<2 ~sort=[Album Artist (auto)],[Album],[Track #],[Name]

2. Create a smartlist named: Tracks 1

   [Media Type]=[Audio] [Track #]=1 [Disc #]=<2 ~sort=[Album Artist (auto)],[Album],[Track #],[Name]

3. Create a smartlist named: At Least 4 tracks

  playlistid==Tracks 5 smartlist,Tracks 1 smartlist ~sort=[Album Artist (auto)],[Album],[Track #],[Name] ~dup=[Album Artist /(auto/)],[Album] ~limit=-1,1,[Album Artist (auto)],[Album]

Where you select Tracks 5 smartlist,Tracks 1 smartlist from the pulldown in the Edit Smartlist dialog.

4. Create a smartlist named: Albums <= 4 Tracks

  Playlists is any Tracks 1
  Playlists is not any At Least 4 tracks

This builds a list of albums that have a Track 5 (one greater than your request), builds another list of albums from Track 1, and the third list displays only Artist/Album duplicates from the two lists by outputting only 1 of the duplicates.

You may need some tweaks depending up on your circumstances.
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Locating Albums With 4 Tracks or less
« Reply #2 on: April 13, 2012, 09:43:28 am »

Note: I correct my post above, as the original post showed the opposite of what you wanted.  Step 4 inverts the results.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up