1

(80 replies, posted in Tips, Tricks & Scripts)

The image is showing and the message seems to be coming from Conky.

I changed the tmp location back to the original. First it works fine, but when I start a new song from another album the message reappears.

2

(80 replies, posted in Tips, Tricks & Scripts)

Thanks, that worked fine. Another error message that is coming now is this:

Unable to load image '/home/jostein/tmp/mpd.jpg'

Is it possible to supress this too?

3

(80 replies, posted in Tips, Tricks & Scripts)

This script works perfectly, and displays the album cover in my conky.

But the script sends a traceback to the terminal where I have started conky when a song is stopped:

Traceback (most recent call last):
  File "/home/jostein/bin/mpd-albumart.py", line 17, in <module>
    artist = song['artist']
KeyError: 'artist'
Traceback (most recent call last):
  File "/home/jostein/bin/mpd-albumart.py", line 17, in <module>
    artist = song['artist']
KeyError: 'artist'

Can this error be stopped?