Commit graph

549 commits

Author SHA1 Message Date
Labrys of Knossos
4c8e896bbb Fix flake8-bugbear B007 Loop control variable not used within the loop body. 2019-04-06 23:37:20 -04:00
Labrys of Knossos
e00b5cc195 Fix flake8-bugbear B010 Do not call setattr with a constant attribute value, it is not any safer than normal property access. 2019-04-06 23:37:20 -04:00
Labrys of Knossos
10b2eab3c5 Fix flake8-docstrings D401 First line should be in imperative mood 2019-04-06 23:37:20 -04:00
Labrys of Knossos
6f6c9bcc9d Fix flake8-docstrings D400 First line should end with a period 2019-04-06 23:37:19 -04:00
Labrys of Knossos
1d7dba8aeb Fix flake8-docstrings D205 1 blank line required between summary line and description 2019-04-06 23:37:19 -04:00
Labrys of Knossos
777bc7e35d Fix flake8-docstrings D202 No blank lines allowed after function docstring 2019-04-06 23:37:19 -04:00
Labrys of Knossos
4dd58afaf6 Fix flake8-docstrings D200 One-line docstring should fit on one line with quotes 2019-04-06 23:37:19 -04:00
Labrys of Knossos
169fcaae4a Fix flake8-comprehensions C407 Unnecessary list comprehension 2019-04-06 23:36:18 -04:00
Labrys of Knossos
b9c7eec834 Fix flake8-comprehensions C403 Unnecessary list comprehension 2019-04-06 23:36:18 -04:00
Labrys of Knossos
94c42dbd8a Fix flake8-quotes Q000 Remove bad quotes 2019-04-05 19:04:31 -04:00
Labrys of Knossos
c5244df510 Fix flake8-commas C819 trailing comma prohibited 2019-04-05 18:14:44 -04:00
Labrys of Knossos
14b2aa6bf4 Fix flake8-commas C812 missing trailing comma 2019-04-05 18:14:44 -04:00
Labrys of Knossos
697df555ec Fix flake8 W293 blank line contains whitespace 2019-04-05 17:12:05 -04:00
Labrys of Knossos
0350521b87 Fix flake8 W291 trailing whitespace 2019-04-05 17:12:05 -04:00
Labrys of Knossos
644a11118c Fix flake8 F401 imported but unused 2019-04-05 17:12:05 -04:00
Labrys of Knossos
a571fc3122 Fix flake8 E265 block comment should start with '# ' 2019-04-05 17:12:04 -04:00
Labrys of Knossos
5f633b931a Fix flake8 E261 at least two spaces before inline comment 2019-04-05 17:12:04 -04:00
Labrys of Knossos
8a22f20a8b Fix flake8 E241 multiple spaces after ':' 2019-04-05 17:12:04 -04:00
Labrys of Knossos
07ad515b50 Fix flake8 E226 missing whitespace around arithmetic operator 2019-04-05 17:12:04 -04:00
Labrys of Knossos
87e813f062 Fix flake8 E126 continuation line over-indented for hanging indent 2019-04-05 17:12:04 -04:00
Labrys of Knossos
90090d7e02 Fix flake8 E117 over-indented 2019-04-05 17:12:03 -04:00
Clinton Hall
825b48a6c1
add h265 to MKV profile allow. Fixes #1592 2019-04-04 11:34:25 +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
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
8745af2629 update to v12.0.9 2019-03-13 07:54:21 +13:00
Labrys of Knossos
a669c983b7 Fix absolute imports for qbittorrent and utorrent in Python 2.7 2019-03-10 20:45:13 -04:00
Clinton Hall
832ef32340
Merge pull request #1569 from clinton-hall/refactor/configuration
Refactor/configuration
2019-03-11 08:20:12 +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
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
clinton-hall
27cfc34577 add sys path config to find executables not in path. Fixes #830 2019-02-25 19:53:54 +13:00
clinton-hall
45baf79753 log sucessful when returning failed download to Radarr. Fixes #1546 2019-02-09 11:08:33 +13:00
clinton-hall
8a637918d6 use list for python3 compatibility. Fixes #1545 2019-02-05 22:15:05 +13:00
clinton-hall
f47f68f699 convert byte to string from Popen. Fix Sick* failed processing. Fixes #1545 2019-02-05 22:01:20 +13:00
Labrys of Knossos
f6e620a3fd Add Python End-of-Life detection 2019-02-03 11:30:55 -05:00
clinton-hall
de86259bb0 fix first return parsing from HeadPhones. Fixes #1536 2019-01-27 22:45:04 +13:00
Labrys of Knossos
00877c2d97 Add Medusa API 2019-01-20 10:09:03 -05:00
Labrys of Knossos
81a6d9c4fa Refactor torrent linking configuration 2019-01-19 14:34:06 -05:00
Labrys of Knossos
9a1be36e8b Refactor torrent deletion configuration 2019-01-19 14:34:05 -05:00