# libipoddevice **Repository Path**: mirrors_chromium_gitlab_gnome/libipoddevice ## Basic Information - **Project Name**: libipoddevice - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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!