iPodIcons aims to be a visual resource manager for the iPod (ie. a GUI wrapper around ipodedit). It currently handles text and icons (but the interface for text is crappy).
iPodIcons makes use of ipodedit.
Requirements:
· ipodedit
· Qt >= 3.3.6
Installation:
Setup Environment
export QTDIR=/path/to/qt
export QMAKESPEC=macx-g++
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
Check util/config.pri (if you want to enable debugging, etc.)
Build iPodIcons
cd /path/to/ipodicons
qmake
make
What's New in This Release:
· It seems that 5G iPods don't have the iTunesDevice file so use the mount point as the name.
Product's homepage