Example:
--> I_PLYCURSEL 0<cr>
<-- OK<CR>
I_GETPLYSTAT
Requests the current iPod playback status. A reply of “Playing”, “Paused”, or “Stopped” will be
returned.
Example:
--> I_GETPLYSTAT<cr>
<-- Playing<CR>
I_GETCURPLYTRIND
Requests the index of the currently playing track in the playback engine. The index is returned.
Example:
--> I_GETCURPLYTRIND<cr>
<-- 12<CR>
I_GETINDPLYTRTIT
Requests the currently playing track title. The track title will be returned.
Example:
--> I_GETINDPLYTRTIT 12<cr>
<-- Track1: Walking On Broken Glass<CR>
I_GETINDPLYTRART
Requests the currently play track artist. The artist name will be returned.
Example:
--> I_GETINDPLYTRART 12<cr>
<-- Artist1: Annie Lennox<CR>
I_GETINDPLYTRALB
Requests the currently playing track album name. The album name will be returned.
Example:
--> I_GETINDPLYTRALB 12<cr>
<-- Album1: Medusa<CR>
I_PLYCONT
Controls the playback state of the iPod. If the iPod is already in the requested state, then this command
has no effect. The states that the iPod can be put into are listed below:
Toggle play/pause = 01
Stop = 02
Next track = 03
Previous track = 04
1.0 01/02/10
8