clinton-hall
ad1017712d
perform extraction, corruption checks, and transcoding when no server set. Fixes #1183
2017-02-10 23:12:04 +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
92c356a6b0
fix int conversion base 8 from string or int.
2016-10-15 13:34:10 +10:30
clinton-hall
26d938eba0
removed extra default that casued int() to fail. Fixes #1109
2016-10-15 08:35:55 +10:30
Marvin Pinto
cb0de3ca98
Add the ability to set octal permissions on the processed files prior to handing it off to Sickrage/Couchpotato
...
If set, the `chmodDirectory` option instructs the nzbToMedia
post-processing script to set the recursive directory permissions to the
octal value specified.
2016-10-03 16:00:33 -04:00
labrys
2ad9f2e35f
Standardize string formatting to use .format instead of concat
2016-06-06 09:08:24 -04:00
Labrys
a983c6c7be
Streamline conditional statements
...
* Non-zero ints evaluate True.
2016-06-05 12:54:20 -04:00
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
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
03fa8bc973
Replace assignment with augmented assignment
2016-05-31 12:00:34 -04:00
labrys
c5c5279a8b
PEP8: .has_key() is deprecated, use 'in'
2016-05-31 12:00:30 -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
230cc794d0
Fix spelling
2016-05-31 11:56:03 -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
clinton-hall
417b79db12
don't add imdb id when torrent move-sym in use. Fixes #1030
2016-05-19 12:45:40 +09:30
clinton-hall
651650f83b
don't update plex on failed. Fixes #846
2015-10-11 09:53:03 +10:30
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
3600c224d3
don't use last modified entry for CP renamer when no imdb id found. Fixes #722
2015-04-26 21:49:29 +09:30
clinton-hall
c5da33a17d
mark as bad if no media files found. Fixes #748
...
also improved the flow somewhat.
2015-04-26 21:16:06 +09:30
clinton-hall
c80a678ded
rename nzbtomedia to core. Fixes #744 #746
2015-04-26 16:41:39 +09:30