Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word shufflable.
Examples
-
So if you create a playlist that you want to copy onto your shuffle, you can run a script like this to copy it, podcasts included, to your shuffle. tell application "iTunes" repeat with thisSource in sources if the name of thisSource = "Erik's Shuffle" then set myIpod to thisSource end repeat set destinationPlaylist to the first playlist in myIpod delete tracks in destinationPlaylist set sourcePlaylist to playlist "Gym" if the number of tracks in sourcePlaylist is greater than 0 then set shufflable of (every track of sourcePlaylist) to true duplicate every track of sourcePlaylist to destinationPlaylist end if end tell
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.