I am trying to set the shuffle state via the
api e.g.;
In MM5 this worked as expected. With the new shuffle behaviour in MM2024 this no longer functions as expected. When setting shufflePlaylist the shuffle button/icon on the player does respond to the change but the now playing list is not modified and so the tracks play in order.
I would expect setting;
Code: Select all
app.player.shufflePlaylist=!app.player.shufflePlaylist
to have the same effect as pressing the toggling the shuffle button in the UI but this is not the case.
I'm running on the current release 2024.0.0.3082
I am trying to set the shuffle state via the [url=https://www.mediamonkey.com/docs/api/classes/Native.Player.html#shufflePlaylist]api[/url] e.g.;
[code]app.player.shufflePlaylist=true[/code]
[code]app.player.shufflePlaylist=false[/code]
In MM5 this worked as expected. With the new shuffle behaviour in MM2024 this no longer functions as expected. When setting shufflePlaylist the shuffle button/icon on the player does respond to the change but the now playing list is not modified and so the tracks play in order.
I would expect setting;
[code]app.player.shufflePlaylist=!app.player.shufflePlaylist[/code]
to have the same effect as pressing the toggling the shuffle button in the UI but this is not the case.
I'm running on the current release 2024.0.0.3082