From fe94696ec0e679ba2bb443772a43ea205a0d749d Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Mon, 19 Jan 2015 11:39:10 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 0d20f6a..618348f 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -198,6 +198,7 @@ My downloads in the post processing folder aren't picked up. _Solutions_: * Scheduled post processing (download scan interval) only picks up snatched downloads, not ones you put in the folder manually. * Make sure you have configured the intervals properly. Setting an interval to zero disables a task. Every time you save the configuration, it will restart scheduling! +* Clean `*.pyc` files. For Unix users, there is a script in the `contrib/` folder. These files contain compiled Python code, and normally they should be regenerated if the source files have changed. However, in some cases, this does not happen. * Check the log files: * When you start Headphones (or save settings), it will mention something like `(Re-)Scheduled 6 background tasks`. Confirm this corresponds to the tasks you have enabled or disabled. * As of version v0.5.2, all scheduled tasks will output to (debug) log when they start. For post processing, this message will be `Checking download folder for completed downloads`. \ No newline at end of file