From 05ee998de71cb307e58a98e62879e3735166d376 Mon Sep 17 00:00:00 2001 From: sbuser Date: Wed, 10 Aug 2011 20:48:09 -0500 Subject: [PATCH] Error message for people who don't set their download directory and then wonder why there's no post-processing. --- headphones/postprocessor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index d8b8cd14..a7c4a737 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -442,6 +442,7 @@ def renameUnprocessedFolder(albumpath): def forcePostProcess(): if not headphones.DOWNLOAD_DIR: + logger.error('No DOWNLOAD_DIR has been set. Set "Music Download Directory:" to your SAB download directory on the settings page.') return else: download_dir = headphones.DOWNLOAD_DIR