Commit graph

220 commits

Author SHA1 Message Date
Labrys of Knossos
214ad21ea1 Refactor autoProcess -> auto_process 2018-12-19 17:20:51 -05:00
Labrys of Knossos
54422992a4 Remove vendored pywin32 2018-12-19 17:08:36 -05:00
Labrys of Knossos
7f2a4d2605 PEP8 Class name should be CamelCase 2018-12-16 22:05:08 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
43ffbc7c34 Add feature to make libs importable 2018-12-16 18:40:13 -05:00
Labrys of Knossos
3a692c94a5 Move Windows libs to libs/windows 2018-12-16 13:50:35 -05:00
Labrys of Knossos
3975aaceb2 Move Python 2 libs to libs/py2 2018-12-16 13:50:28 -05:00
Labrys of Knossos
f3db9af8cf Move custom libs to libs/custom 2018-12-16 13:50:28 -05:00
Labrys of Knossos
1f4bd41bcc Move common libs to libs/common 2018-12-16 13:50:27 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -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
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
7dd9ba308c v11.06 ready for merge 2018-11-03 09:45:49 +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
04fd49b3df
Update __init__.py 2018-06-27 16:34:19 +12:00
Clinton Hall
9ac74615af
Merge branch 'nightly' into dev 2018-06-22 16:24:13 +12:00
echel0n
3648f21eb2 Added back in check for running processed, commented out during testing 2018-06-21 20:27:15 -07:00
echel0n
5f2a5499b8 Added SiCKRAGE API support for post-processing 2018-06-21 19:53:48 -07:00
clinton-hall
0259b83afa Change Case for SickBeard Fork names. https://github.com/SickGear/SickGear/issues/1099
Fix login to SickGear during auto-frok detection. Fixes #1346
2018-05-23 22:24:50 +12:00
clinton-hall
12a7e3c5ce add qbittorrent client. Fixes #1300 2018-01-22 08:41:44 +13:00
clinton-hall
e34ba9af89 add qBittorrent parsing. Fixes #1300 2018-01-21 22:37:10 +13:00
clinton-hall
ee243fbba5 merge up to v 11.04 2017-12-30 21:09:43 +13:00
clinton-hall
3996147fb4 add par2 rename/repair (linux only). Fixes #1306 2017-12-09 08:40:26 +13:00
clinton-hall
7ae26cbe46 V11.03 ready for merge 2017-01-15 17:42:27 +10:30
clinton-hall
05b3ce9906 add new param to autofork. #1166 2017-01-11 09:25:29 +10:30
clinton-hall
66abb2d562 V11.02 for merge 2016-11-30 16:26:15 +10:30
supergonkas
3564b7ff8b Fix wrong syntax 2016-11-23 00:18:29 +00:00
Clinton Hall
1429a0d707 Merge pull request #1135 from fean/master
Update __init__.py
2016-11-23 10:05:21 +10:30
Leonard Breitkopf
f7ba362926 Update __init__.py 2016-11-22 20:08:04 +01:00
clinton-hall
c94731bcbb added option no_extract_failed. Fixes #1129 2016-11-08 20:14:25 +10:30
BBsan2k
ed2f655447 Added Bitrate for MKV-SD release in order to produce releases of good quality (1200k) 2016-11-02 08:37:27 +01:00
clinton-hall
26957918e5 document changes and version up to 11.01` 2016-10-30 06:18:57 +10:30
clinton-hall
6b5943bc8f removed excess brace after transcode defaults. #1102 2016-10-24 06:37:09 +10:30
BBsan2k
5a3f162cf4 Fixed duplicate Line and removed MP4 2016-10-22 11:40:00 +02:00
BBsan2k
a3824f27bb Merge branch 'nightly' into patch-1
# Conflicts:
#	core/__init__.py
2016-10-22 10:14:05 +02:00
BBsan2k
efb5f6ea0f Merge branch 'master' into patch-1
# Conflicts:
#	core/__init__.py
2016-10-21 17:38:54 +02:00
BBsan2k
6507b3dd3f Added Transcode Option 2016-10-21 17:24:19 +02:00
BBsan
1b347e630a Added MKV-SD Profile 2016-10-21 17:18:04 +02:00
Clinton Hall
d7e0eba6f6 Allow manual scans to continue. Fixes #1112 2016-10-11 16:56:44 +10:30
Fernando
613ddb129a Add Medusa fork and new param "ignore_subs" 2016-09-05 15:58:12 -03:00
labrys
2ad9f2e35f Standardize string formatting to use .format instead of concat 2016-06-06 09:08:24 -04:00
clinton-hall
f093fafd8d move import of six after addition of path. 2016-06-06 21:29:50 +09:30
Labrys
1cd073cd52 Use format() instead of % for string formatting 2016-06-05 12:54:24 -04:00
Labrys
d4e5809a29 Use print_function to standardize printing between Python 2 and Python 3 2016-06-05 12:09:39 -04:00
Labrys
cf1ae938fc Use six to standardize imports between Python 2 and Python 3 2016-06-05 12:09:09 -04:00
Labrys
382d108db2 Optimize imports
* PEP8: Fix module level import not at top of file
* Remove unused imports
* Remove simplejson
* Replace mimetools with email
2016-06-05 12:03:16 -04:00
Labrys
1fd904eb5b PEP8: Tests for membership should use in/not in
* .has_key() is deprecated, use `in`
2016-06-05 12:00:20 -04:00
Labrys
8cd0e76ef8 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
* Convert tabs to spaces
* Use triple-quoted docstring
2016-06-05 11:59:58 -04:00
Labrys
81ffe0456d Add encoding declaration 2016-06-05 02:01:03 -04:00
clinton-hall
2d770510a2 V10.15 ready for merge. 2016-05-29 18:41:44 +09:30