INTERACT FORUM

More => Old Versions => JRiver Media Center 24 for Windows => Topic started by: zeltak on November 23, 2018, 03:12:02 am

Title: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: zeltak on November 23, 2018, 03:12:02 am
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


Title: Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: Matt 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.
Title: Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: Matt 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.
Title: Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: zeltak 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
Title: Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: Hendrik on November 29, 2018, 04:08:23 am
No, it requires 24.0.65, Mac 24.0.64 does not have it yet.
Title: Re: calling a smart list from MCWS wont shuffle unless i press in via GUI..
Post by: zeltak on November 29, 2018, 05:27:37 am
thx hendrik!

is a new release coming out soon?

best

Z