Page 1 of 1

Script with only one artist

Posted: 06 Jul 2023 19:12
by Thijmen
Hi Bernd,

I'm trying to create a script which plays only one artist, however, it should keep the title as history check.

I thought that with the following settings I would be able to achieve this, but no luck so far.

Max history (script level) set to 2 (I did this to see if lowering would help, but no ; I had this at 5).

What am I doing wrong?

Best regards,

Thijmen

Re: Script with only one artist

Posted: 06 Jul 2023 19:23
by radio42
You can use the ‚Test…‘ function of the script. This will give you an indication what is failing.
Eg. what is your global history setting? Ie. you might need to disable the global history check for those script lines…

To use for example a script without any history (but only a title check), I would recommend to use the LastRecentlyPlayed script-line mode, as this mode already ensures, that the tracks are not repeated.

Re: Script with only one artist

Posted: 08 Jul 2023 15:51
by Thijmen
Ahh yes, I now have checked the "supress global history check" at script level - I had them on row level. Now it works fine!