FYI my settings under Player-Playback rules-Music matched the picture other than crossfade gap. At the Player level I had
"Clear list & play selected only" set but otherwise the same.
This means that beside you are right that Shuffle should be turned off after executing play normally with clear list setting
I think the inverse should also be the case and shuffle enabled when selecting
play shuffled when clearing list. Additionally in this case the tracks could be added to the now playing list in order and then have the list shuffled. This would allow toggling of the shuffle off to unshuffle the list.
I think the complication here is that with the new shuffle implementation the shuffle state is controlling two seperate things;
1- Default behaviour when adding items to now playing
2- Shuffling/unshuffling of the now playing list
This complicates the logic and leads to these edge cases. For 1 it's probably preferable to not change the shuffle state unless directly requested by the user. Whereas for 2 this should change based on the state of the now playing list.
FYI my settings under Player-Playback rules-Music matched the picture other than crossfade gap. At the Player level I had [i]"Clear list & play selected only"[/i] set but otherwise the same.
[quote]This means that beside you are right that Shuffle should be turned off after executing play normally with clear list setting[/quote]
I think the inverse should also be the case and shuffle enabled when selecting [i]play shuffled[/i] when clearing list. Additionally in this case the tracks could be added to the now playing list in order and then have the list shuffled. This would allow toggling of the shuffle off to unshuffle the list.
I think the complication here is that with the new shuffle implementation the shuffle state is controlling two seperate things;
1- Default behaviour when adding items to now playing
2- Shuffling/unshuffling of the now playing list
This complicates the logic and leads to these edge cases. For 1 it's probably preferable to not change the shuffle state unless directly requested by the user. Whereas for 2 this should change based on the state of the now playing list.