Commit graph

2447 commits

Author SHA1 Message Date
Labrys of Knossos
51e520547b
Merge pull request #1593 from clinton-hall/quality/tox
Add tox.ini
2019-04-05 17:03:58 -04:00
Labrys of Knossos
822603d021 Add tox.ini 2019-04-05 16:53:14 -04:00
Clinton Hall
825b48a6c1
add h265 to MKV profile allow. Fixes #1592 2019-04-04 11:34:25 +13:00
Labrys of Knossos
cb3f61f137
Merge pull request #1591 from clinton-hall/tests/cleanup
Tests/cleanup
2019-03-31 12:56:18 -04:00
Labrys of Knossos
f5fdc14577 Revert "Force cleanup errors for confirming CI test"
This reverts commit 16b7c11495.
2019-03-31 12:49:32 -04:00
Labrys of Knossos
16b7c11495 Force cleanup errors for confirming CI test 2019-03-31 12:45:07 -04:00
Labrys of Knossos
02813a6eaf Add source install cleanup test 2019-03-31 12:39:12 -04:00
Labrys of Knossos
a531f4480e Add source install cleanup test 2019-03-31 12:30:27 -04:00
Labrys of Knossos
9a833565aa
Merge pull request #1590 from clinton-hall/libs/pywin32
Add pywin32 to setup.py install_requires on Windows
2019-03-31 12:29:08 -04:00
Labrys of Knossos
f20e1e4f0d Add pywin32 to setup.py install_requires on Windows 2019-03-31 11:45:04 -04:00
clinton-hall
809e642039 fix LL default branch. 2019-03-30 08:47:20 +13:00
clinton-hall
1597763d30 minor fix for LazyLibrarian api. 2019-03-29 10:38:59 +13:00
Clinton Hall
aee3b151c0
Lazylib 1 (#1587)
* add support for LazyLibrarian. Fixes #1223
2019-03-29 09:50:43 +13:00
Clinton Hall
a3db8fb4b6
Test 1 (#1586)
* add transcoder tests
2019-03-27 10:09:47 +13:00
Clinton Hall
bdec673bb9
Merge pull request #1583 from clinton-hall/fix-1
remove .encode which creates byte vs string comparison issues.
2019-03-15 20:52:39 +13:00
clinton-hall
19c3e1fd85 remove .encode which creates byte vs string comparison issues. Fixes #1582 2019-03-15 20:42:21 +13:00
clinton-hall
ac7e0b702a update to 12.0.10 2019-03-14 20:28:53 +13:00
Clinton Hall
15d4289003
Merge pull request #1578 from clinton-hall/fix-1
fix cleanup
2019-03-14 20:12:18 +13:00
clinton-hall
6aee6baf6e fix cleanup 2019-03-14 20:02:40 +13:00
Labrys of Knossos
9b31482ce3
Update PULL_REQUEST_TEMPLATE.md 2019-03-12 16:48:50 -04:00
clinton-hall
8745af2629 update to v12.0.9 2019-03-13 07:54:21 +13:00
Clinton Hall
257eb3d761
Merge pull request #1575 from clinton-hall/clean-1
cleanup supporting files.
2019-03-13 07:45:51 +13:00
clinton-hall
742d482020 cleanup supporting files. 2019-03-13 07:40:35 +13:00
Clinton Hall
410aab4c58
improve tests (#1574)
improve tests
2019-03-12 18:55:37 +13:00
Clinton Hall
f5891459c2
Set up CI with Azure Pipelines (#1573)
* Set up CI with Azure Pipelines

* test all python versions

* rename test file and set to run from subdir.
2019-03-11 22:40:59 +13:00
Labrys of Knossos
3f6b447b3e
Merge pull request #1572 from clinton-hall/refactor/configuration
Fix absolute imports for qbittorrent and utorrent in Python 2.7
2019-03-10 20:52:14 -04:00
Labrys of Knossos
a669c983b7 Fix absolute imports for qbittorrent and utorrent in Python 2.7 2019-03-10 20:45:13 -04:00
Labrys of Knossos
2f5fad7737
Merge pull request #1571 from clinton-hall/refactor/configuration
Fix missed commits during refactor
2019-03-10 20:40:35 -04:00
Labrys of Knossos
9f7f28d54e Fix missed commits during refactor 2019-03-10 20:35:05 -04:00
Clinton Hall
832ef32340
Merge pull request #1569 from clinton-hall/refactor/configuration
Refactor/configuration
2019-03-11 08:20:12 +13:00
Clinton Hall
3b3c7ca2d4
Merge pull request #1566 from clinton-hall/refactor/iso_matching
Refactor/iso matching
2019-03-11 08:17:42 +13:00
Labrys of Knossos
b6db785c92 Refactor utils.subtitles to plugins.subtitles 2019-03-10 11:28:54 -04:00
Labrys of Knossos
76b5c06a33 Refactor utils.notifications.plex_update to plugins.plex.plex_update 2019-03-10 11:25:12 -04:00
Labrys of Knossos
e12f2724e6 Refactor plex configuration to plugins.plex 2019-03-10 11:25:12 -04:00
Labrys of Knossos
1d75439441 Refactor utils.nzb to plugins.downloaders.nzb.utils 2019-03-10 11:25:12 -04:00
Labrys of Knossos
e1aa32aee7 Refactor downloader configuration to plugins.downloaders 2019-03-10 11:25:12 -04:00
Labrys of Knossos
28eed3bc92 Refactor ISO file matching to use regex only once per file. 2019-03-10 11:18:06 -04:00
Labrys of Knossos
cd64014a9d Refactor ISO file matching to decode process output a single time. 2019-03-10 11:18:06 -04:00
clinton-hall
ef950d8024 add Contributing guide 2019-03-10 22:32:55 +13:00
Clinton Hall
bb46bbad27
Merge pull request #1565 from clinton-hall/clinton-hall-patch-1
Update issue templates
2019-03-10 22:24:49 +13:00
Clinton Hall
2fc5101ef0
Update issue templates 2019-03-10 22:22:28 +13:00
Clinton Hall
aeda68fbe4
Merge pull request #1564 from clinton-hall/add-code-of-conduct-1
Add code of conduct 1
2019-03-10 22:03:26 +13:00
Clinton Hall
1c63c9fe39
Create CODE_OF_CONDUCT.md 2019-03-10 22:01:22 +13:00
clinton-hall
cedd0c1a20 Merge branch 'dev' 2019-03-10 20:41:23 +13:00
clinton-hall
a8e2b30666 Merge branch 'nightly' into dev 2019-03-10 20:39:22 +13:00
clinton-hall
d4786e10d7 rev up to 12.0.8 2019-03-10 20:37:57 +13:00
clinton-hall
392967780c don't load torrent clients for nzbs. Fixes #1563 2019-03-10 08:34:56 +13:00
clinton-hall
64862ece10 fix python3 parsing of .iso files. Fixes #1561 2019-03-09 20:30:25 +13:00
clinton-hall
f82fe0ee81 decode 7zip outut. Fixes #1561 2019-03-08 23:03:24 +13:00
clinton-hall
3f3e1415c9 change method of writing to system PATH. Fixes #830 2019-03-02 09:03:21 +13:00