libipoddevice provides basic low level device information about iPod devices.
The library makes it extremely easy to detect iPods. Basic metadata the
library can provide about an iPod:

	* Mount Point
	* Device Path
	* iPod Model (Regular, Shuffle, Photo)
	* iPod Name (not the volume name, but the actual user-assigned name)
	* Disk Space (size, available, used)

Also, the library makes it easy to eject an iPod.

More useful function-independent features may follow.

libipoddevice does not:

	* Read/provide access to iTunesDB (the music library)
	* Manage anything on the device
	* Sync anything
	* Write anything
	* etc.

libipoddevice makes it easy to get a start on writing the above, so you
do not have to actually focus on the boring details of the iPod!

See src/test for an example after you install the library.

Enjoy!

