Comment 28 for bug 117583

Revision history for this message
Everthon Valadão (valadao) wrote : Re: ipod: album art not added

yes! I finally got the cover art working (on gtkpod) by compiling the libgpod 0.6.0 with PIXBUF installed...
I guess it would work on Rhythmbox too, so I put the download/install script below so you guys could fix it too:

apt-get -y install libgpod2 libgpod-common libgpod-dev libmp4v2-0 libgdk-pixbuf2 libgdk-pixbuf-dev
cd /tmp
wget -c http://ufpr.dl.sourceforge.net/sourceforge/gtkpod/libgpod-0.6.0.tar.gz
tar -zxvf libgpod-0.6.0.tar.gz
cd libgpod-0.6.0
./configure
make
sudo make install
sudo rm /usr/lib/libgpod.so.2.0.0
sudo rm /usr/lib/libgpod.so.2
sudo ln -s /usr/local/lib/libgpod.so.3 /usr/lib/libgpod.so.3
sudo ln -s /usr/local/lib/libgpod.so.3 /usr/lib/libgpod.so.2