Commit graph

63 commits

Author SHA1 Message Date
clinton-hall
41130030c1 don't need user/pass when using api. fix #142 2013-05-28 13:20:09 +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
d7c2e6a981 absolute path for autoProcess folder 2013-03-14 02:18:44 -07:00
Clinton Hall
82ff8e655a call these hidden scripts 2013-03-13 23:10:41 -07:00
Clinton Hall
1d3b1d1854 minor fixes 2013-03-13 21:34:48 -07:00
Clinton Hall
34ae8156d8 add call to migrate 2013-03-13 20:31:57 -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
Renamed from nzbToGamez (Browse further)