clinton-hall
e306935c28
add test for "None" releases. Fixes #1396
2018-11-27 20:37:06 +13:00
clinton-hall
a63cf34a4a
add better logging of movie name when added to CP. Fixes #1341
2018-08-31 11:59:42 +12:00
clinton-hall
68204c6486
fix issue with no release id and no imdbid. Fixes #1341
2018-08-29 09:01:47 +12:00
clinton-hall
a24d37aca7
only pass id to CP if release id found. Fixes #1341
2018-08-28 22:05:21 +12:00
hmphargh
94ba0b3354
updates to incorporate importMode for NzbDrone/Sonarr and Radarr
2018-07-12 08:33:44 -06:00
clinton-hall
2063e302ca
match release even if all UPPER in CP database. Fixes #1300
2018-01-24 22:36:32 +13:00
clinton-hall
45b9115634
always return release matching even if no imdb id. Fixes #1300
2018-01-24 08:49:35 +13:00
clinton-hall
d132bdcb3a
fix merge conflict with recent ombdapi. Fixes #1266
2017-06-16 12:16:04 +09:30
Clinton Hall
f467213284
Merge branch 'nightly' into dev
2017-06-13 22:36:42 +09:30
gunmantheh
3766fa3b84
Added omdbapikey functionality
2017-05-30 21:50:57 +02:00
clinton-hall
fb786c44f5
don't try and process when no api/user. Fixes #1240
2017-04-24 11:24:37 +09:30
sugarfunk
f63300cc11
DownloadedMovieScan updated to DownloadedMoviesScan
...
Radarr devs updated API from DownloadedMovieScan to DownloadedMoviesScan
https://github.com/Radarr/Radarr/issues/1123
2017-03-11 13:06:48 -05:00
clinton-hall
d042536ab7
fix logging error. Fixes #1210
2017-02-28 07:31:26 +10:30
clinton-hall
33fb4ce331
add Raddar command status monitoring and CDH handling. Fixes #1170
2017-02-25 09:31:43 +10:30
clinton-hall
a0f28804f6
Add download id to Radarr call. Default 6 min wait. Fixes #1170
2017-02-25 07:49:14 +10:30
clinton-hall
199fd5d0df
fix baseurl. Fixes #1170
2017-02-24 12:14:47 +10:30
clinton-hall
f04603691c
fix index issue: Fixes #1170
2017-02-23 21:49:38 +10:30
clinton-hall
7d4079432c
fixed Radarr default port and assigned release before call. Fixes #1170
2017-02-23 12:54:06 +10:30
clinton-hall
f8e525abe7
add Radarr handling. #1170
2017-02-22 21:53:58 +10:30
clinton-hall
d34e06e42b
fix CP server responding test. Add trailing /. Fixes #1193
2017-02-13 19:44:01 +10:30
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