View Single Post
Posts: 961 | Thanked: 565 times | Joined on Jul 2007 @ Tyneside, North East England
#3
That was my first thought, as I've used linux for a few years now. Trouble is that when I create a folder on my media card called covers, and create a symlink to it in /home/user/.canola called covers using "ln -s covers /media/mmc1/covers", and then run albumcover.py I get the followig error. Any ideas? Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 460, in __bootstrap
File "/usr/lib/python2.5/threading.py", line 440, in run
File "albumcover.py", line 311, in process_items
os.symlink("cover-1.jpg", link)
OSError: [Errno 1] Operation not permitted

Thanks

Gaz