Commit graph

32 commits

Author SHA1 Message Date
clinton-hall
c80a678ded rename nzbtomedia to core. Fixes #744 #746 2015-04-26 16:41:39 +09:30
Jaerin
4b162f4b37 Added import subprocess as is needed to set the STARTUPINFO for Windows 2015-01-25 04:27:15 -05:00
clinton-hall
9a715773be edit PR #679 to only change Windows. Fixes #676 2015-01-19 09:34:30 +10:30
Jaerin
dd902e1fc7 Add flags to make windows linking and extraction invisible 2015-01-17 16:46:18 -05:00
clinton-hall
1e309b5891 remove chp.exe. Fixes #630
Big Thanks @nikagl
2014-12-04 13:12:32 +10:30
clinton-hall
1f5bb1a18c remove map for subtitles. #619. Also fix Transcoder logging. 2014-11-22 07:19:07 +10:30
clinton-hall
7fa4784faf keep perms as int. Fixes #609 2014-11-16 11:47:01 +10:30
clinton-hall
7b2c0c21ee fix subdir permissions. Fixes #609 2014-11-14 08:58:11 +10:30
clinton-hall
9b28fff338 add folder permissions for sub directories. Fixes #609 2014-11-13 15:39:49 +10:30
clinton-hall
840ca685c6 copy .rar permissions to extracted files. Fixes #609 2014-11-11 15:51:04 +10:30
clinton-hall
9b143cd6f2 add 7za as alias for 7z and 7zr. 2014-11-01 08:30:49 +10:30
clinton-hall
439f129d4b fix extractor paths for Windows. #574 2014-09-29 23:10:10 +09:30
clinton-hall
6aed68b2dc use 7zip to extract iso and bin. Fixes #545 2014-09-19 14:07:55 +09:30
clinton-hall
0eadf394c1 make sure os.devnull is opened as writable. 2014-08-07 13:13:53 +09:30
clinton-hall
37f1f1c179 supress output from extractor. 2014-07-29 14:12:13 +09:30
clinton-hall
9784580d30 remove extra success reset. 2014-07-14 15:46:11 +09:30
clinton-hall
385b96d2d6 exit extractor as failed if archives not extracted. Fixes #488 2014-07-14 15:43:20 +09:30
clinton-hall
14935b5388 added global nice and ionice for external processes. Fixes #479 2014-07-13 12:59:56 +09:30
clinton-hall
9eeff323ac leave comic book archives alone. #351 #421 2014-06-06 12:36:27 +09:30
clinton-hall
dbdbb21fae support 7z binary. fixes #351 2014-04-28 11:51:28 +09:30
echel0n
f5f0ff6e10 Fixes issues with extracting and linking of archives.
Fixes other issues from previous update.
2014-04-24 23:41:26 -07:00
echel0n
f7e56b979b Fixes issues #344, #314
Added in code to place single files or groups of files that are not contained in a folder into there own folder or grouped folder based on parsing of the filenames to extract details required to determin correcting folder naming.
2014-04-23 19:50:51 -07:00
echel0n
d511b54e66 Fixed issues with checking for video corruption 2014-04-20 13:28:48 -07:00
echel0n
6a0158d801 Complete re-code of linking in TorrentToMedia 2014-04-19 22:47:10 -07:00
echel0n
eb7822b60b Updated logger code to now include the section, formatting has been modified as well.
Logging of debug messages is now optional via log_debug option location in autoProcessMedia.cfg

Lots of code cleanup has been performed including cleanup log messages and corrections of spelling errors.

Improved release lookup code for autoProcessMovie, narrows search results down by making API calls to the download clients to compare results in CouchPotato's database.
2014-04-18 13:23:39 -07:00
echel0n
504ea8ac45 Added NZB_CLIENTAGENT and TORRENT_CLIENTAGENT variables to compliment adding in Nzb client API support for SabNZBD and NzbGet.
Partially added in searching for downloads via download client API calls, more work to be done on this.

NZB Client users but set there client in the cfg, either sabnzbd or nzbget.

Cleaned up some more of the code in TorrentToMedia and nzbToMedia.
2014-04-17 19:04:47 -07:00
echel0n
ce38317d48 Removed unrequired code 2014-04-13 16:30:51 -07:00
echel0n
6806bca1bb Added missing code for logger 2014-04-12 03:19:50 -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
clinton-hall
0857d8c7ca fix extractor path for windows 2014-04-09 13:42:58 +09:30
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
85d8739512 Major overhaul of nzbToMedia code base plus a whole restrucure 2014-04-03 19:58:01 -07:00
Renamed from extractor/extractor.py (Browse further)