Public Properties

  Name Description
Public property DatabaseVersion Version number of the iPod's iTunesDB database.
Public property DeviceInfo List of supported artwork formats for this iPod. This list is used when adding album art to tracks. Only supported for later-model iPods which support the SCSI data enquiry command. Type and generation of iPod (Mini, Shuffle, Video etc.) Only supported for later-model iPods which support the SCSI data enquiry command.
Public property DriveLetter Drive the iPod is using.
Public property FileSystem The DeviceFileSystem is an abstraction of the file system used by a specific iPod. Currently, this is either standard or iPhone
Public property IsWritable True if changes can be made to iPod.
Public property NeedsSaving Returns true if there are in-memory changes that will be persisted to the iPod when SaveChanges() is called.
Public property Playlists List of all playlists on the iPod. Use this to add/remove/enumerate playlists
Public property Tracks List of all tracks on the iPod. Use this to add/remove/enumerate tracks
Top

See Also