Commit graph

103 commits

Author SHA1 Message Date
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
BBsan2k
a3824f27bb Merge branch 'nightly' into patch-1
# Conflicts:
#	core/__init__.py
2016-10-22 10:14:05 +02:00
BBsan
0e64a4df48 Added MKV-SD to Sickbeard 2016-10-21 17:19:17 +02:00
clinton-hall
5a7d525f6c fix NZBGet script headers. 2016-06-18 12:38:48 +09:30
labrys
c5b60adb33 Fix spelling 2016-06-06 09:08:32 -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
1a3b1ce4b6 Add encoding declaration 2016-06-06 08:57:50 -04:00
clinton-hall
6d63c3ab30 add .ts to mediaExtensions. Fixes #843 2015-09-30 20:33:45 +09:30
clinton-hall
eef278d22f remove excess variable setting. 2015-06-01 22:58:48 +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
1595f2b2e0 add method to Transcode images. Fixes #545 Add supression of git output. 2014-09-11 12:11:36 +09:30
clinton-hall
d87110db64 add xbox default. Fixes #513. Minor fix to subs extract. #512 2014-08-01 15:36:41 +09:30
Roderick van Domburg
74515f78a9 Add NZBGet documentation 2014-07-30 20:08:15 +02:00
clinton-hall
14935b5388 added global nice and ionice for external processes. Fixes #479 2014-07-13 12:59:56 +09:30
clinton-hall
011bcfad55 add Transcode options to all scripts. Add more logging for manual. #474 2014-07-12 07:56:25 +09:30
clinton-hall
45447ec487 fix subtitle download 2014-06-27 21:27:44 +09:30
clinton-hall
c3889c01b1 add subliminal for subtitle download. #253 2014-06-27 17:04:44 +09:30
clinton-hall
b5048ef649 Merge branch 'dev' into nightly 2014-06-26 22:19:41 +09:30
Michael Johnson
bc21aeab89 Specify Python version to use 2014-06-26 06:14:07 -04:00
clinton-hall
c1d770740a new transcoder options. #253 #149 #143 2014-06-22 07:32:22 +09:30
clinton-hall
c26ffe58f1 more encoding tests. #424 2014-06-13 15:12:38 +09:30
clinton-hall
71f9e9ae75 set encoding to handle european characters. Fixes #424 2014-06-11 15:03:19 +09:30
clinton-hall
d569b5d6d5 new remote path handling #409 2014-05-30 20:49:22 +09:30
clinton-hall
29f7592153 add safe_mode to remaining scripts 2014-05-27 20:44:54 +09:30
clinton-hall
e099a71bc0 add check_media option. fixes #375 2014-05-08 11:03:03 +09:30
echel0n
ab00c8a858 Fixes issues with NzbGet exit codes 2014-04-20 22:16:28 -07:00
echel0n
b6c1967ee7 Another fix for NzbGet exit status 2014-04-20 22:11:42 -07:00
echel0n
1b9e5ffc7a Fix for nzbGet exit status 2014-04-20 22:08:24 -07:00
echel0n
cdadf045a8 Code cleanup 2014-04-17 07:25:08 -07:00
echel0n
eac9619dcb nzbTo* files will now send section variable to nzbToMedia script so that manually processing doesn't bother with trying to post-process unrequired folders, also I've changed the way we call nzbToMedia so this should resolve issue #328 encoding issues.
Custom userscripts folder added to avoid auto-update conflicts so long as the custom scripts are stored in said folder, this folder is added to .gitignore
2014-04-17 05:16:29 -07:00
clinton-hall
fb915ea963 fixes nzbget config display 2014-04-15 10:09:25 +09:30
echel0n
a2eb80f619 Re-added back NZBGet options to our stub files.
Added a status check for processed files in HeadPhones.
Fixed a bug in HeadPhones with passing params via requests.
Fixed SickBeard and CouchPotato conditionals for deleting failed files.
2014-04-13 12:27:29 -07:00
echel0n
e7cc4b3758 Cleaned up TorrentToMeda, moved CFG variables into our initalizer and made it so it exits with a return code.
Fixed the remaining nzbTo* scripts to exit with return codes.
2014-04-12 10:14:24 -07:00
echel0n
acc56943f5 nzbTo* files are skeleton files that call our main nzbToMedia auto-procesor and pass in all variables from sys. 2014-04-12 07:38:23 -07:00
echel0n
d2e3275562 Fixed bugs in nzbTo* scripts.
autoProcessTV now gets movie_id even for previously post-processed movies so that we can skip further post-processing gracefully.

Code cleanup misc ...
2014-04-12 05:51:37 -07:00
echel0n
57019ec21b Re-coded config class to better handle multiple subsection conditionals. 2014-04-12 02:55:57 -07:00
echel0n
e82abc3b01 Merge branch 'clinton-hall/dev-CH'
Made some minor code corrections.
2014-04-11 23:04:58 -07:00
echel0n
18926d1db8 Massive changes to the way we handle our config, its now loaded and stored in memory so that we don't keep loading it and possibly get corrupt values.
New logger class added,logger options removed from settings.
2014-04-11 20:09:00 -07:00
echel0n
279ce5e4d0 Merge branch 'clinton-hall/dev-CH'
Conflicts:
	TorrentToMedia.py
2014-04-11 00:25:13 -07:00
echel0n
0ca0e43752 Monkey Patched our config class.
Fixed code for enabled check.
Tweaked a few things here and there.
2014-04-07 09:11:14 -07:00
echel0n
c9898e0e87 Fixed enable/disable check.
Added few more helper functions to our config class.
2014-04-07 06:47:36 -07:00
echel0n
6cc0d38483 Added in NzbDrone support! 2014-04-07 03:48:12 -07:00
echel0n
7c8643d92f Added more detailed logging for enabled/disabled sub-sections to manual run 2014-04-07 03:14:40 -07:00
echel0n
aeaf58ceb7 Added check to all nzbTo* scripts for enabled/disabled sub-sections 2014-04-07 03:09:16 -07:00
echel0n
5c264f0405 More small fixes 2014-04-07 02:22:02 -07:00
echel0n
ce543cdcb9 Fixed a bunch of small little code typos 2014-04-07 02:14:26 -07:00
echel0n
7ffabbe885 Fixed bug in nzbToSickBeard 2014-04-07 02:09:52 -07:00