Commit graph

31 commits

Author SHA1 Message Date
Labrys of Knossos
7f2a4d2605 PEP8 Class name should be CamelCase 2018-12-16 22:05:08 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
97e1ed71b3 PEP8 Variable in function should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -05:00
clinton-hall
0e94b139ba add rmDir import. Fixes #1382 2018-10-11 08:17:25 +13:00
clinton-hall
003febeafe attempt to clean up Liddar api commands. #1355 2018-08-31 22:19:54 +12:00
clinton-hall
5d5d69ecdd add delete_failed for music. Fixes #1355 2018-06-29 09:59:08 +12:00
clinton-hall
9baef39f99 dded flow and config for Lidarr handling. #1350 2018-05-20 09:33:56 +12:00
clinton-hall
23fa424238 disable valid media check for failed HP downloads. Fixes #1228
fix grammar! How did I let these go so long?
2018-02-28 21:02:13 +13:00
clinton-hall
45a20cdd7e add waitfor and inputName. Fixes #1098 2017-01-04 08:22:43 +10:30
clinton-hall
6f1ad0a600 pass in section for logging. Feixes #1098 2017-01-03 15:02:43 +10:30
clinton-hall
66188449c8 fix call to self. Fixes #1098 2017-01-03 12:00:22 +10:30
clinton-hall
614f8f6a32 try album directory, then root directory. Fixes #1146 2016-12-29 07:47:57 +10:30
clinton-hall
c9c5fd5045 fix failure condition from SABnzbd. Fixes #1131 2016-11-15 18:40:32 +10:30
clinton-hall
c94731bcbb added option no_extract_failed. Fixes #1129 2016-11-08 20:14:25 +10:30
clinton-hall
515f731961 fix headphones Directory parsing. Fixes #1125 2016-11-03 09:25:23 +10:30
Labrys
a4fd80e695 Fix TypeError for missing keys by type-casting config to dict 2016-06-05 01:45:04 -04:00
Labrys
b4541d3236 Fix config option extract never being used 2016-06-05 01:40:13 -04:00
Labrys
51d2c73054 Use format() instead of % for string formatting 2016-05-31 12:02:40 -04:00
labrys
0c45961382 Streamline variable assignment 2016-05-31 12:00:45 -04:00
labrys
88c9d74206 Fix log message:
* Renamed url1 to url
* Added `section` argument to CDH
* Removed undefined variable `good_files`
2016-05-31 12:00:42 -04:00
labrys
8880d11e8a Too broad exceptions.
* Use .get() with default value instead.
* Use ValueError to catch JSONDecodeError from simplejson and ValueError from json standard lib
* Use request.RequestException instead.
2016-05-31 12:00:41 -04:00
labrys
8235134fad Rewrite dictionary creation as a dictionary literal 2016-05-31 12:00:38 -04:00
labrys
4a4087180b Python 3: Convert 'except exceptClass, Target' to 'except exceptClass as Target' 2016-05-31 12:00:36 -04:00
labrys
061a167b56 PEP8: Test for membership should be 'not in' 2016-05-31 12:00:25 -04:00
Labrys
38ed3350ac PEP8: Fix formatting
* Remove redundant backslash between brackets
* Fix multiple statements on one line
* Fix missing/excess whitespace
* Fix comments not starting with a single `#` and a space
* Convert tabs to spaces
2016-05-31 11:59:25 -04:00
labrys
0a1fe84306 Convert to new-style class by inheriting from object 2016-05-31 11:56:33 -04:00
labrys
d15fa76fc9 Remove unused imports, unused variables, and redundant parentheses 2016-05-31 11:55:50 -04:00
Labrys
0e1437eb7e Add encoding declaaration 2016-05-31 11:52:43 -04:00
gibxxi
e9a347346a SSL Warnings workaround - autoProcessComics.py
Add code to disable warnings in NZBGet about 'unverified SSL Requests'
being made between apps.
2015-09-29 14:12:28 +01:00
clinton-hall
c80a678ded rename nzbtomedia to core. Fixes #744 #746 2015-04-26 16:41:39 +09:30
Renamed from nzbtomedia/autoProcess/autoProcessMusic.py (Browse further)