Help with iPod board.

Try changing:

  if (ipod.available() > 0)

to:

  if (ipod.available() >= 32)