clearer message when mplayer missing

This commit is contained in:
Damien Elmes 2012-04-26 15:01:32 +09:00
parent 8f67fc543b
commit 89eea5f964

View file

@ -150,7 +150,7 @@ class MplayerMonitor(threading.Thread):
stdout=devnull, stderr=devnull)
except OSError:
mplayerEvt.clear()
raise Exception("Audio player not found")
raise Exception("Did you install mplayer?")
def queueMplayer(path):
ensureMplayerThreads()