Start FF = 05
Start REW = 06
End FF/REW = 07
Next = 08
Previous = 09
Play = 10
Pause = 11
Note: if the current track is an audiobook or podcast, then Next and Previous commands skip to the next
or previous chapter. Otherwise, they act like Next track and Previous track.
Example:
--> I_PLYCONT 01<cr>
'Toggle Play/Pause
<-- OK<CR>
I_GETSHUF
Requests the current shuffle status of the iPod. The reply will be Shuffle off, Shuffle tracks, Shuffle
albums.
Example:
--> I_GETSHUF<cr>
<-- Shuffle off<CR>
I_SETSHUF
Sets the shuffle state of the iPod. Use 00 to turn shuffle off, 01 to shuffle tracks, or 02 to shuffle albums.
Example:
--> I_SETSHUF 01<cr>
'Shuffle albums
<-- OK<CR>
I_GETREP
Requests the current repeat status of the iPod. The reply will be Repeat off, Repeat 1, or Repeat all.
Example:
--> I_GETREP<cr>
<-- Repeat off<CR>
I_SETREP
Sets the repeat state of the iPod. Use 00 to turn repeat off, 01 to repeat one track, or 02 to repeat all
tracks.
Example:
--> I_SETREP 01<cr>
'Repeat 1 track
<-- OK<CR>
I_GETNUMPLYTR
Requests the number of tracks in the list of tracks queued to play on the iPod.
1.0 01/02/10
9