/ Published in: AppleScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
tell application "iTunes"
if current playlist exists then
tell current playlist
if song repeat = off then
set song repeat to one
else if song repeat = one then
set song repeat to all
else
set song repeat to off
end if
end tell
end if
end tell
Comments
 Subscribe to comments
                    Subscribe to comments
                
                