View Single Post
Posts: 23 | Thanked: 7 times | Joined on Feb 2008
#8
Hi gazza_d

The option -o in albumcover.py has a problem, this option changes the the location to store the album covers, but not changes the album covers location in Canola2 settings, so Canola2 will look into the wrong folder. My fault, sorry :-(

The new version of Canola-Tuning (0.2.5) will fix this and probably Canola2 will have a option to set the covers location using the UI (Canola2 already has a command line to set this).

Looking the Handful post I found a error, maybe this is the reason to you can't access the folder pointed by the symbolic link.

The correct commands to change the album cover location are:

- If you are running the XTerm or the SSH session as root, change to user:

su - user

- Copy the already downloaded album covers to another Location, for example to the removable memory card (mmc1)

cp -r /home/user/.canola/.covers /media/mmc1/.

- Remove the old location

rm -rf /home/user/.canola/covers

- Create a symbolic link

ln -s /media/mmc1/covers /home/user/.canola/covers

I hope that helps you.

Last edited by chenca; 2008-02-04 at 23:54.