Labrys of Knossos
5bc789bca3
Optimize imports
2018-12-15 15:01:06 -05:00
Labrys of Knossos
f210693102
Fix configobj import
2018-12-15 14:14:28 -05:00
clinton-hall
697ae370ad
add SB api key to NZBGet config.
2018-11-06 22:09:25 +13:00
clinton-hall
61a598f5bf
add NZBGet WebUI set of delete failed for HP. Fixes #1388
2018-10-15 21:02:47 +13:00
clinton-hall
93b4fbf0e1
update to use Mylar api. Fixes #1374
2018-09-21 08:29:56 +12:00
clinton-hall
01bb0b9bc1
Fixed NZBGet save of Lidarr config. Fixes #1355
2018-08-30 08:01:00 +12:00
Clinton Hall
c8d8598f0d
Needed cfgKeys and envKeys to match.
...
Note. The envKeys are only set if the variable is also set in NZBGet WebUI, as per other commits just added.
2018-07-13 09:28:54 +12:00
hmphargh
94ba0b3354
updates to incorporate importMode for NzbDrone/Sonarr and Radarr
2018-07-12 08:33:44 -06:00
clinton-hall
9baef39f99
dded flow and config for Lidarr handling. #1350
2018-05-20 09:33:56 +12:00
clinton-hall
098135263a
add omdbapi key to Radarr config. Fixes #1266
2017-06-15 22:48:37 +09:30
clinton-hall
f8e525abe7
add Radarr handling. #1170
2017-02-22 21:53:58 +10:30
clinton-hall
c94731bcbb
added option no_extract_failed. Fixes #1129
2016-11-08 20:14:25 +10:30
BBsan2k
41beff0cd9
Added resolution key
2016-11-02 15:34:01 +01:00
labrys
2ad9f2e35f
Standardize string formatting to use .format instead of concat
2016-06-06 09:08:24 -04:00
Labrys
1cd073cd52
Use format()
instead of %
for string formatting
2016-06-05 12:54:24 -04:00
Labrys
76a00b2493
Convert to new-style class by inheriting from object
2016-06-05 12:54:04 -04:00
Labrys
ec71e7806d
Python 3: Convert except ExceptClass, Target: to except ExceptClass as Target:
2016-06-05 12:54:02 -04:00
Labrys
abf63d6bbe
Use six.iteritems helper
...
* Standardizes dict.iteritems between Python 2 and Python 3
2016-06-05 12:14:04 -04:00
Labrys
1fd904eb5b
PEP8: Tests for membership should use in
/not in
...
* .has_key() is deprecated, use `in`
2016-06-05 12:00:20 -04:00
Labrys
8cd0e76ef8
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
* Use triple-quoted docstring
2016-06-05 11:59:58 -04:00
Labrys
81ffe0456d
Add encoding declaration
2016-06-05 02:01:03 -04:00
clinton-hall
c80a678ded
rename nzbtomedia to core. Fixes #744 #746
2015-04-26 16:41:39 +09:30