Consegui resolvê-lo com o AppleScript:
Exemplo de código:
tell application "iTunes"
repeat (random number from 2 to 8) times
next track
end repeat
end tell
Consegui resolvê-lo com o AppleScript:
Exemplo de código:
tell application "iTunes"
repeat (random number from 2 to 8) times
next track
end repeat
end tell