pypod - python tools for manipluating iPod data
pypod is python library and script for managing iPod metadata. It is similar in scope the gnupod (written in perl) and is designed to work well with other programs that generate iPod metadata.
Features
- 100% pure python
- full read/write support for the iTunesDB file format
- support for gtkpod-style extended metadata
- support for gnupod-style extended metadata
- support for reading rhythmbox music database
- full ID3v2 support via any one of the ID3 liraries for python
Usage
The pypod script is very simple to use. If your iPod is mounted anywhere other than /media/ipod set the IPOD_MOUNTPOINT environment variable and run "pypod -s" for a summary of the state of your iPod.
Then try things like:
- $ pypod --add /path/to/some/music
- $ pypod --find-orphans
- $ pypod --help
Licence
pypod is free software, available under the terms of the GNU General Public Licence.
Download
The latest version of pypod is available in GIT. Source releases are also available for download.