INTERACT FORUM

Please login or register.

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

Author Topic: calling a smart list from MCWS wont shuffle unless i press in via GUI..  (Read 754 times)

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 480

Hi

ok so i have a smartlist with shuffle that add my 4+5 tracks to the playing now:

Code: [Select]
[Rating]=>=3 [Media Type]=[Audio] [Last Played]=>30d ~sort=Random ~limit=-1,2,[Artist] ~n=75 ~sort=Random

this works well for both adding via the MC GUI pressing it. i can also launch it via these MCWS script

Code: [Select]
wget http://localhost:52199/MCWS/v1/Control/MCC\?Command\=10049 -O /dev/null && wget http://localhost:52199/MCWS/v1/Control/MCC\?Command\=30007\&Parameter\=1006507840 -O /dev/null

which does clear the playing queue and starts the smartlist BUT..
each time i launch it the SAME EXACT smartlist with the same song and order comes up
the only way to get it to re add different songs is to revisit via the GUI the smartlist and that reshuffles/add new songs.

what am i missing here?

thx!

Z


Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41960
  • Shoes gone again!
Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
« Reply #1 on: November 25, 2018, 06:42:12 pm »

I'll look at making MCC_PLAY_PLAYLIST (30007) reset the search cache before it evaluates tomorrow.
Logged
Matt Ashland, JRiver Media Center

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41960
  • Shoes gone again!
Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
« Reply #2 on: November 26, 2018, 08:13:46 am »

Coming next build:
Changed: Made the MCC_PLAY_PLAYLIST command reset the search cache so running it on a random smartlist will get new information each instance.
Logged
Matt Ashland, JRiver Media Center

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 480
Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
« Reply #3 on: November 29, 2018, 03:53:15 am »

Hi

i just updated my Mac version to latest build (24.0.64) and the issue still persists
has this (command reset the search cache ) not made it to the Mac builds yet?

this is how i launch it btw

Code: [Select]
wget http://localhost:52199/MCWS/v1/Control/MCC\?Command\=30007\&Parameter\=1006507840 -O /dev/null



best

Z
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10721
Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
« Reply #4 on: November 29, 2018, 04:08:23 am »

No, it requires 24.0.65, Mac 24.0.64 does not have it yet.
Logged
~ nevcairiel
~ Author of LAV Filters

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 480
Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
« Reply #5 on: November 29, 2018, 05:27:37 am »

thx hendrik!

is a new release coming out soon?

best

Z
Logged
Pages: [1]   Go Up