Commit graph

73 commits

Author SHA1 Message Date
echel0n
6d45257035 Added in a config class to access main config properly and now can be called from anywhere in the code by creating a instance.
Re-coded migratecfg, vast improvements made and code cleanup of unrequired checks.

Fixed numerous small bugs throughout nzbToMedia including possible calls to variables that may not have been created do to conditional statements.
2014-04-01 18:35:20 -07:00
clinton-hall
465d2fc1d4 fix nzbget health checks. fixes #268 2014-02-22 12:25:53 +10:30
clinton-hall
c98604c618 url separates into multople args. fixes #222 2014-01-06 19:39:39 +10:30
clinton-hall
6720aa463c added new argument for SABnzbd0.7.17+. fixes #222 2013-12-20 11:48:08 +10:30
clinton-hall
a6bc91ad0e remove obsolete code and add transmissionrpc calls fixes #178 2013-09-16 14:31:53 +09:30
clinton-hall
2c59c64db6 allow manula run for Mylar. fixes #155 2013-06-14 18:20:37 +09:30
clinton-hall
098abe1183 remove incorrect bracket 2013-04-21 16:01:43 +09:30
clinton-hall
5f7ae5d590 fix nzbget failure conditions
let us assume any unpack and par issues are not easily repairable. therefore we want to call snatch next.
Also fixed comparison to string, not int.
2013-04-21 09:15:13 +09:30
clinton-hall
cecd34c626 make options radio buttons 2013-04-18 20:03:42 +09:30
clinton-hall
a33609d2d6 NZBGet V11 support added.
Multiple changes made to allow configuration to be entered via NZBGet webui.
Multiple scripts can be defined and called for each category.
2013-04-18 14:03:18 +09:30
clinton-hall
5433d9ad20 added Wake (WOL) option 2013-04-15 16:05:14 +09:30
clinton-hall
7668b5bed6 improved importing of autoProcess modules 2013-04-13 10:30:19 +09:30
clinton-hall
3b076a5cfa improve passing of download_id 2013-04-08 15:00:49 +09:30
Clinton Hall
6f8b03994e absolute path for autoProcess folder 2013-03-14 02:16:32 -07:00
Clinton Hall
673f5ef289 call these hidden scripts 2013-03-13 23:12:53 -07:00
Clinton Hall
1149894ca6 minor fixes 2013-03-13 21:33:52 -07:00
Clinton Hall
2dae3116ee add call to migrate 2013-03-13 20:33:07 -07:00
ajw107
2bf1240565 Added Global Constants and Changed Whitespace
-Increasing use of global constants to make it easier when having to make alterations to multiple files.
-Some of the tabs where causing issues, as they would change into 8 spaces upon execution and python would complain about the indenting (as it would now be a mixture of 4 spaces and 8 spaces).  This has been changed to just use spaces.
-Renamed nzbToGamez to include python extention
-Made all nzbTo files that are supposed to be executable, executable
2013-03-07 13:43:36 +00:00
Clinton Hall
59c886b16e add status pass 2013-03-06 22:11:49 -08:00
Clinton Hall
c047974223 more indenting 2013-03-06 11:49:50 -08:00
Clinton Hall
1d4cecee9d fix indentation 2013-03-06 11:46:00 -08:00
Clinton Hall
51e945ac5e for Mylar 2013-03-05 17:31:56 -08:00
Clinton Hall
b8fc2ba1c9 Create nzbToMylar.py 2013-03-05 17:30:47 -08:00