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