Author Topic: Toggling shuffle.  (Read 2964 times)

0 Members and 1 Guest are viewing this topic.

Destrina

  • Jr. Member
  • **
  • Posts: 4
  • Karma: 0
    • View Profile
Toggling shuffle.
« on: January 26, 2012, 07:40:11 PM »
I'd like to be able turn shuffle on and off with my voice in iTunes.  Some playlists I want it on, a few I want it off.  Sometimes I want to toggle it off during a playlist to keep listening to the same artist.

The point is, I'd either like to see that as a new feature, or if someone can explain how to do it manually, or point out a guide or somesuch, I'd be greatly appreciative.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Toggling shuffle.
« Reply #1 on: January 26, 2012, 08:24:35 PM »
yes there is an action that can set shuffle when loading new music to either on or off.  Create a command for shuffle on and assign the action

iTunes.SetShuffleLoad  True

create one for shuffle off and assign the action

iTunes.SetShuffleLoad  False

if you don't know how to create your own commands i recommend you watch the new tutorials

http://voxcommando.com/forum/index.php?topic=724.0

There is also a link to the wiki at the top of the forum, between "home" and "search".  The wiki is not complete and is somewhat out of date but the information is still very useful.
« Last Edit: January 26, 2012, 09:00:31 PM by jitterjames »

Destrina

  • Jr. Member
  • **
  • Posts: 4
  • Karma: 0
    • View Profile
Re: Toggling shuffle.
« Reply #2 on: January 30, 2012, 10:59:38 PM »
Thanks for the reply, that should do.