QUOTE(flxfxp @ Mar 20 2007, 17:56)

Hey,
Is there a way to create a button that toggles between "Default" and "Shuffle (tracks)"
Thanks in advance!
Regards,
Dennis
get cwb_hooks, if you dont have it:
http://wiki.bowron.us/index.php/Foobar2000:HooksMy attention span unfortunately cant write out the script for you at the moment, but i'll tell you how to do it, and if you or anyone else dont write one out, i'll get back to you later.
use cwb_hooks to determine the playback order: %cwb_playback_order%
make an $if statement that sets a pvar to either 1 or 2, depending on what the order is.
then set a $select statement for the pvar: $select(pvar,button for default, button for shuffle)
make it so that if its set to default, the pvar is 2, so that in the select statement it'll display the shuffle button. Or you can switch them, doesnt matter.