INTERACT FORUM

Please login or register.

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

Author Topic: Smart Lists (One Idea Driving Me Crazy)  (Read 1256 times)

bbuckeye

  • Recent member
  • *
  • Posts: 37
Smart Lists (One Idea Driving Me Crazy)
« on: January 04, 2008, 07:20:25 pm »

A friend and I have tried and tried to create a specific smartlist and can't quite get the return we want.

We're looking for the most played song from each album with 1 or more plays.  Will do this for artist as well.  Sounds simple, but can't get it to return properly.  I'll save you the time of listing all the variations we tried.  Anybody have any suggestions?

Here's the last thing we tried:

[media type]=audio [number plays]=>0 ~seq=[number plays] ~limit=-1,1,[Album] ~sort=[seq]-d

It's close, but I think this returns "a song" with more than 0 plays from each album.. not the "most' played from each album.


Logged

Snappy

  • Member
  • *
  • Posts: 4
Re: Smart Lists (One Idea Driving Me Crazy)
« Reply #1 on: January 04, 2008, 07:34:07 pm »

We've also tried - But does not work right.

[number plays]=>1 ~seq=[number plays] ~limit=-1,1,[Album] ~limit=-1,1,[Artist] ~sort=[seq]-d ~n=100 -[genre]=Classical,Christmas_Music,Speech,Unassigned,Marching,Full_Concert
Logged

Seviien

  • Regular Member
  • World Citizen
  • ***
  • Posts: 229
  • SteveG for President! :)
Re: Smart Lists (One Idea Driving Me Crazy)
« Reply #2 on: January 04, 2008, 08:06:07 pm »

This should work:

[Media Type]=[Audio] [Number Plays]=>0 -[Album]=[] ~sort=[number plays]-d,[name] ~limit=-1,1,[Album]
Logged

Snappy

  • Member
  • *
  • Posts: 4
Re: Smart Lists (One Idea Driving Me Crazy)
« Reply #3 on: January 04, 2008, 08:16:39 pm »

Thanks very much for that!  Works like a champ.
Logged

bbuckeye

  • Recent member
  • *
  • Posts: 37
Re: Smart Lists (One Idea Driving Me Crazy)
« Reply #4 on: January 04, 2008, 08:18:48 pm »

That's Perfect!! Thanks!
Logged
Pages: [1]   Go Up