Commit graph

614 commits

Author SHA1 Message Date
Labrys of Knossos
f5f6562fe9 Fix strings for Python 3
`basestring` not available in Python 3
`unicode` not available in Python 3
`str` expected instead of `bytes`
2018-12-15 22:04:26 -05:00
Labrys of Knossos
4ee656f22c Fix next in Python 3
In Python 3 `obj.next` is renamed to `obj.__next__` and should be
called with the `next` builtin.
2018-12-15 22:04:25 -05:00
Labrys of Knossos
943bdc9320 Fix dict usage in Python 3
`KeysView` does not support indexing
'dict_values' does not support operand type `+`
2018-12-15 22:04:25 -05:00
Labrys of Knossos
05c3de0f36 Merge branch 'nightly' into fix/unvendor 2018-12-15 16:19:55 -05:00
Labrys of Knossos
cd28996dad Remove superfluous __all__ 2018-12-15 15:01:06 -05:00
Labrys of Knossos
1fdd9c1017 Fix relative import 2018-12-15 15:01:06 -05:00
Labrys of Knossos
c5a3137627 Remove unused imports 2018-12-15 15:01:06 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -05:00
Labrys of Knossos
417a9e5e63 Decode output during versionCheck 2018-12-15 14:56:40 -05:00
Labrys of Knossos
02ae99b117 Fix sys.setdefaultencoding in Python 3
This does away with the setdefaultencoding hack in Python 3
2018-12-15 14:56:36 -05:00
Labrys of Knossos
a2ce48c52e Final fix for pywin32 2018-12-15 14:52:02 -05:00
Labrys of Knossos
0a37651ae1 Fix pywin32 imports 2018-12-15 14:27:17 -05:00
Labrys of Knossos
345ff1de93 Fix pywin32 imports 2018-12-15 14:17:10 -05:00
Labrys of Knossos
f210693102 Fix configobj import 2018-12-15 14:14:28 -05:00
Labrys of Knossos
9fb4cc1986 Fix utorrent client import 2018-12-15 13:43:33 -05:00
Labrys of Knossos
22cbec26e0 Fix linktastic import 2018-12-15 13:23:07 -05:00
Labrys of Knossos
3ed574a49f Move vendored packages in core to libs
Remove `core` references from vendored packages in `core` and optimize imports
2018-12-15 03:13:00 -05:00
Labrys of Knossos
ef192b2c2c Remove vendored lib six from core/transmissionrpc 2018-12-14 19:05:47 -05:00
Nika Gerson Lohman
c2a591c8bb
Use args instead of Wscript.Arguments 2018-12-07 22:46:31 +01:00
Nika Gerson Lohman
1817ac349d
Delete invisible.cmd 2018-12-07 22:45:22 +01:00
Nika Gerson Lohman
5272c8b31d
Start vbs directly from extractor 2018-12-07 22:45:01 +01:00
Nika Gerson Lohman
9769596d24
Fix execution of extraction
Change core.SHOWEXTRACT to string in cmd_7zip
2018-12-06 14:35:32 +01:00
clinton-hall
de869391b1 remove surpluss debug, fix handling of None Password file, and fix invisible windows extraction.
added option for windows extraction debugging. Fixes #1399 #759
2018-12-06 19:24:04 +13:00
clinton-hall
e2accb9ec2 added debugging to extractor. #1399 2018-12-05 21:28:59 +13:00
clinton-hall
1dfa9092ef Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly 2018-12-05 20:16:00 +13:00
clinton-hall
20e821d0cc remove .r00 extraction. Fixes error introduced at #1399 2018-12-05 20:14:29 +13:00
Nika Gerson Lohman
9aed1c29f5
Update extractor.py for correct return code 2018-12-04 11:52:06 +01:00
Nika Gerson Lohman
13f503e796
Update invisible.vbs to return exit code of 7zip 2018-12-04 11:50:06 +01:00
Nika Gerson Lohman
933732731f
Update invisible.cmd to return errorlevel 2018-12-04 11:48:36 +01:00
Nika Gerson Lohman
49eabb2ede
Updated 7z x86 files to 18.05 version 2018-12-04 11:47:24 +01:00
Nika Gerson Lohman
2cd1b62f69
Updated 7z x64 files to 18.05 version 2018-12-04 11:46:22 +01:00
clinton-hall
7cba0fa16b add extract of .r00 file types. Fixes #1399 2018-12-03 23:07:34 +13:00
clinton-hall
e306935c28 add test for "None" releases. Fixes #1396 2018-11-27 20:37:06 +13:00
clinton-hall
de442852c7 don't check failed media when no_extract_failed set. Fixes #1091 2018-11-10 15:28:12 +13:00
clinton-hall
697ae370ad add SB api key to NZBGet config. 2018-11-06 22:09:25 +13:00
clinton-hall
713e237893 fix symlink call to SickChill. Fixes #1375 2018-11-04 10:12:31 +13:00
clinton-hall
7dd9ba308c v11.06 ready for merge 2018-11-03 09:45:49 +13:00
clinton-hall
326479ed1b fix qbittorrent to delete permanently. Fixes #1386 2018-10-15 21:29:20 +13:00
clinton-hall
61a598f5bf add NZBGet WebUI set of delete failed for HP. Fixes #1388 2018-10-15 21:02:47 +13:00
clinton-hall
fb24a987ca change sickrage names and modify api process to work with multiple forks. Fixes #1383 & #1152 2018-10-13 17:46:35 +13:00
clinton-hall
0e94b139ba add rmDir import. Fixes #1382 2018-10-11 08:17:25 +13:00
clinton-hall
9004ef5cc1 set Torrent move-sym option to force SickRage process_method. Fixes #1375 2018-09-27 22:37:11 +12:00
clinton-hall
93b4fbf0e1 update to use Mylar api. Fixes #1374 2018-09-21 08:29:56 +12:00
clinton-hall
003febeafe attempt to clean up Liddar api commands. #1355 2018-08-31 22:19:54 +12:00
clinton-hall
a63cf34a4a add better logging of movie name when added to CP. Fixes #1341 2018-08-31 11:59:42 +12:00
clinton-hall
e5066cba0d improve logging for imdb id lookup. #1341 2018-08-30 20:42:20 +12:00
clinton-hall
01bb0b9bc1 Fixed NZBGet save of Lidarr config. Fixes #1355 2018-08-30 08:01:00 +12:00
clinton-hall
68204c6486 fix issue with no release id and no imdbid. Fixes #1341 2018-08-29 09:01:47 +12:00
clinton-hall
a24d37aca7 only pass id to CP if release id found. Fixes #1341 2018-08-28 22:05:21 +12:00
Clinton Hall
c8d8598f0d
Needed cfgKeys and envKeys to match.
Note. The envKeys are only set if the variable is also set in NZBGet WebUI, as per other commits just added.
2018-07-13 09:28:54 +12:00