INTERACT FORUM

Please login or register.

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

Author Topic: [solved] Smartlist help  (Read 1358 times)

Mantara

  • Recent member
  • *
  • Posts: 24
[solved] Smartlist help
« on: November 20, 2013, 02:26:28 pm »

Hi,

I want to synchronize my smartphone with a smartlist which has the following criteria:

- the Samrtlist should be limited to 4GB
- all "5 star rating" should to be considered and the rest filled with "4 star rating"

Thanks  ;D
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Smartlist help
« Reply #1 on: November 20, 2013, 03:49:55 pm »

Use:

  ~sort=[Rating]-d ~limit=4096

   ~sort=[Rating]-d ~s=4096

This sorts the ratings so that 5 star are first, followed by 4 star, etc. than asks for only 4gig worth.
Logged
The opinions I express represent my own folly.

Mantara

  • Recent member
  • *
  • Posts: 24
Re: Smartlist help
« Reply #2 on: November 22, 2013, 01:22:15 pm »

@ MrC

thx for the help! Your smartlist-rule doesn't work 100% ;)

I used the below mentioned rule, at it works fine  ;D

~sort=[Rating]-d ~s=4096

But without your help I could not have done
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: [solved] Smartlist help
« Reply #3 on: November 22, 2013, 02:14:51 pm »

For the life of me, I don't have a clue why ~limit came out of my fingers, but ~s was in my head (which is what I tested with).

It seems certain I no longer work 100% either.  Sorry.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up