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
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
20146a26f2
Testing auto-updater
2014-04-12 09:33:43 -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
6806bca1bb
Added missing code for logger
2014-04-12 03:19:50 -07:00
echel0n
57019ec21b
Re-coded config class to better handle multiple subsection conditionals.
2014-04-12 02:55:57 -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
939cc3235b
Fixed it so autoProcessMovie returns success if clientAgent is not a torrent client when download_id is empty
2014-04-07 11:09:42 -07:00
echel0n
5e5f00de0c
Fixed nzbToMedia scripts that where not passing a category to the processing scripts
2014-04-07 10:42:15 -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
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
7d4ccf53cc
Fixed a bunch of issues that where present in TorrentToMedia and our config class including the migration code.
...
Added in manual run for TorrentToMedia.
All autoProcessing scripts now auto-detect the correct section based on sub-section.
NzbDrone support is 90% done but is not functional ... YET!
Lots more I'm sure but I wanted this released for those that where having issues.
2014-04-07 01:43:14 -07:00
echel0n
0ce4bb601d
Moved config migration code into our config class, makes more sense.
...
Added more detailed log messages for get_dirnames function.
2014-04-05 21:28:12 -07:00
echel0n
c3410fba8f
Fixed issues in the nzbTo* scripts with manual runs not properly sending the categories to be processed.
...
Fixed issue in TorrentToMedia with noFlatten variable for HeadPhones.
Changed name of function get_categories to get_sections in nzbToMediaUtil.
Added code in get_dirnames to properly return back the directory could not find anything to process in.
2014-04-05 21:04:56 -07:00
echel0n
b7fc74b3fd
Switched our config class to configObj.
...
nzbToMedia now fully performs manual runs for all autoProcessing scripts.
autoProcessing categories are now sub-sections in the autoProcessingMedia.cfg file which allows you to have a unlimited amount of categories for your liking.
nzbToMedia supports categories for all autoProcessing scripts now.
Minor bug fixes and code cleanup performed during the re-code.
Auto-migration code will convert old-style cfg files to new-style cfg format.
2014-04-04 15:18:40 -07:00
echel0n
8c430908b4
Fixed missing imports
2014-04-03 23:14:35 -07:00
echel0n
2c4b260440
Added lib.requests and code to import our custom lib folder
2014-04-03 23:05:47 -07:00
clinton-hall
da09af8de7
Merge branch 'dev' of http://github.com/clinton-hall/nzbToMedia into dev
...
Conflicts:
TorrentToMedia.py
autoProcess/autoProcessTV.py
autoProcess/migratecfg.py
nzbToMedia.py
nzbToSickBeard.py
nzbtomedia/nzbToMediaAutoFork.py
2014-04-04 15:43:00 +10:30
echel0n
85d8739512
Major overhaul of nzbToMedia code base plus a whole restrucure
2014-04-03 19:58:01 -07:00
clinton-hall
ab37550217
fix description for NZBGet
2014-04-03 11:19:21 +10:30
echel0n
4c35248561
Changed nzbtomedia_configure_logging to accept a logfile paramater so that in the future if wanted we could log to seperate files
2014-04-01 21:57:22 -07:00
echel0n
6cffd5364d
Merge branch 'clinton-hall/dev'
...
Conflicts:
autoProcess/autoProcessMovie.py
autoProcess/autoProcessMusic.py
autoProcess/autoProcessTV.py
autoProcess/migratecfg.py
autoProcess/nzbToMediaUtil.py
2014-04-01 21:48:57 -07:00
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
08968619ab
added dynamic timout to HP and CPS. Change timebase to seconds. #295 #300
2014-04-02 11:38:51 +10:30
clinton-hall
465d2fc1d4
fix nzbget health checks. fixes #268
2014-02-22 12:25:53 +10:30
clinton-hall
5231321e27
added extra params to nzbget config. fixes #247
2014-01-28 09:33:30 +10:30