Commit graph

262 commits

Author SHA1 Message Date
Labrys of Knossos
cbff62a08c Refactor autoProcessMusic -> music 2018-12-19 17:20:52 -05:00
Labrys of Knossos
95c67978ca Refactor autoProcessTV -> tv 2018-12-19 17:20:51 -05:00
Labrys of Knossos
088f23ad3a Refactor autoProcessComics -> comics 2018-12-19 17:20:51 -05:00
Labrys of Knossos
214ad21ea1 Refactor autoProcess -> auto_process 2018-12-19 17:20:51 -05:00
Labrys of Knossos
41fa636fc2 PEP8 Argument should be lowercase 2018-12-16 23:33:31 -05:00
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
248dd8609b Fix six not available before core import 2018-12-16 18:40:13 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -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
e70a138648
Update nzbToMedia.py 2018-07-13 09:25:16 +12: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
a0f28804f6 Add download id to Radarr call. Default 6 min wait. Fixes #1170 2017-02-25 07:49:14 +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
c94731bcbb added option no_extract_failed. Fixes #1129 2016-11-08 20:14:25 +10:30
BBsan2k
fb7a311671 Added VideoResolution to scripts 2016-11-02 08:36:03 +01:00
Clinton Hall
c9d71945c4 Merge pull request #1100 from fernandog/add_medusa
Add Medusa fork and new param "ignore_subs"
2016-09-21 22:12:25 +09:30
Fernando
613ddb129a Add Medusa fork and new param "ignore_subs" 2016-09-05 15:58:12 -03:00
clinton-hall
c145d3abde fix issues with import of cfg. 2016-08-06 08:16:22 +09:30
labrys
e3fb399fad Apply fix #1071 to TorrentToMedia as well 2016-06-22 01:47:34 -04:00
labrys
a2247345d4 Fix #1071: IndexError when unable to get download info 2016-06-21 23:48:49 -04:00
clinton-hall
5a7d525f6c fix NZBGet script headers. 2016-06-18 12:38:48 +09:30
labrys
2ad9f2e35f Standardize string formatting to use .format instead of concat 2016-06-06 09:08:24 -04:00
labrys
a3a59af3f8 Too broad exceptions:
* Use .get() with default value instead.
* Use UnicodeError to catch .encode exceptions
2016-06-06 09:02:40 -04:00
labrys
ccdad818fd Use print_function to standardize printing 2016-06-06 09:02:39 -04:00
labrys
2671becdde Use six.text_type to standardize unicode function 2016-06-06 09:02:38 -04:00
labrys
84a89c62d5 PEP8: Tests for membership should use in/not in
PEP8: .has_key() is deprecated, use in
2016-06-06 08:57:53 -04:00
labrys
c2bf14f775 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
2016-06-06 08:57:52 -04:00
labrys
58d439f3eb Remove unused imports, variables, and redundant parentheses 2016-06-06 08:57:51 -04:00
labrys
1a3b1ce4b6 Add encoding declaration 2016-06-06 08:57:50 -04:00
Labrys
1cd073cd52 Use format() instead of % for string formatting 2016-06-05 12:54:24 -04:00
clinton-hall
fbb8b18c4c allow escape if generic parameters not set. 2016-03-12 21:40:53 +10:30
Clinton Hall
5c37f4a79e Merge pull request #985 from neox387/master
Add generic run mode
2016-03-12 08:08:04 +10:30
neox387
389e6c5e8d Add generic run mode 2016-03-11 15:18:38 +01:00
clinton-hall
9f3dea8cdf pre-set variables incase decode fails. #954 2016-02-14 07:33:37 +10:30
clinton-hall
2ab0ec38f9 continue on encoding detection failure. #954 2016-02-13 08:33:37 +10:30
clinton-hall
6d63c3ab30 add .ts to mediaExtensions. Fixes #843 2015-09-30 20:33:45 +09:30
clinton-hall
042fcce6b7 add plex library update. Fixes #566 2015-05-27 22:03:13 +09:30
clinton-hall
c80a678ded rename nzbtomedia to core. Fixes #744 #746 2015-04-26 16:41:39 +09:30
clinton-hall
e581ca25e0 add tooltip for host. Fixes #663 2015-01-12 09:01:35 +10:30
clinton-hall
3b626dd420 fix process_method mapping from NZBGet. Fixes #633 2014-12-08 09:42:36 +10:30
clinton-hall
a5a3bd20f7 add mp4-scene-release to NZBGet web-ui 2014-11-05 17:12:46 +10:30
clinton-hall
fe22ad0357 add import of get_nzoid 2014-11-04 22:37:51 +10:30
clinton-hall
6b96311b7c add sonarr param. https://github.com/Sonarr/Sonarr/pull/130 2014-11-04 11:47:16 +10:30
clinton-hall
13a45b6aab add download id. Fixes #583
Ref. https://github.com/Sonarr/Sonarr/pull/130
2014-11-04 11:06:28 +10:30