Commit graph

2721 commits

Author SHA1 Message Date
Clinton Hall
8c45e76507
Bluray 1 (#1620)
* added code to extract bluray images and folder structure. #1588

* add Mounting of iso files as fall-back

* add new mkv-bluray default.

* clean-up fall-back for ffmpeg not accepting -show error
2019-05-31 14:06:25 +12:00
clinton-hall
5ff056844c Fix NoExtractFailed usage. Fixes #1618 2019-05-20 21:17:54 +12:00
clinton-hall
5375d46c32 add remote path handling for LazyLibrarian #1223 2019-04-18 21:46:32 +12:00
Clinton Hall
52cae37609
Fix crash of remote_path exception. #1223 2019-04-18 08:40:11 +12:00
Labrys of Knossos
472dd8c2c7
Merge pull request #1608 from clinton-hall/fix/database
Fix IndexError on Python 2.7 when accessing database
2019-04-08 19:48:12 -04:00
Labrys of Knossos
455915907b Fix key access for sqlite3.Row on Python 2.7
Fixes #1607
2019-04-08 19:24:59 -04:00
Labrys of Knossos
d3bbcb6b63 Remove unnecessary dict factory for database. 2019-04-08 19:24:59 -04:00
Labrys of Knossos
713f1a14f3
Merge pull request #1606 from clinton-hall/flake8/future-import
Flake8/future import
2019-04-07 17:53:03 -04:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -04:00
Labrys of Knossos
f42cc020ea Add flake8-future-import to tox.ini 2019-04-07 17:35:02 -04:00
Labrys of Knossos
e98c29010a
Merge pull request #1605 from clinton-hall/flake8/selective-tests
Add optional flake8 tests to selective testing
2019-04-07 15:38:31 -04:00
Labrys of Knossos
c6e35bd2db Add optional flake8 tests to selective testing
Ignore W505 (doc string length) for now
2019-04-07 14:20:20 -04:00
Labrys of Knossos
e4b03005a1
Merge pull request #1604 from clinton-hall/fix/flake8
Fix/flake8
2019-04-07 13:51:51 -04:00
Labrys of Knossos
9f52406d45 Fix flake8-quotes Q000 Remove bad quotes 2019-04-07 13:44:33 -04:00
Labrys of Knossos
99159acd80 Fix flake8-bugbear B007 Loop control variable not used within the loop body. 2019-04-07 13:39:48 -04:00
Labrys of Knossos
d608000345 Fix flake8-commas C819 trailing comma prohibited 2019-04-07 13:38:27 -04:00
Labrys of Knossos
81c50efcd6 Fix flake8-commas C813 missing trailing comma in Python 3 2019-04-07 13:37:17 -04:00
Labrys of Knossos
eec977d909 Fix flake8-docstrings D403 First word of the first line should be properly capitalized 2019-04-07 13:33:20 -04:00
Labrys of Knossos
093f49d5aa Fix flake8-docstrings D401 First line should be in imperative mood 2019-04-07 13:32:06 -04:00
Labrys of Knossos
73e47466b4 Fix flake8-docstrings D205 1 blank line required between summary line and description 2019-04-07 13:30:40 -04:00
Labrys of Knossos
f98b39cdbb Fix flake8-docstrings D204 1 blank line required after class docstring 2019-04-07 13:27:31 -04:00
Labrys of Knossos
70fa47394e Fix flake8-docstrings D202 No blank lines allowed after function docstring 2019-04-07 13:26:13 -04:00
Labrys of Knossos
181675722d Fix flake8 W291 trailing whitespace 2019-04-07 13:23:24 -04:00
Labrys of Knossos
90602bf154 Fix flake8 W293 blank line contains whitespace 2019-04-07 13:17:55 -04:00
Labrys of Knossos
9527a2bd67 Fix flake8 E402 module level import not at top of file 2019-04-07 13:16:35 -04:00
Labrys of Knossos
98e8fd581a Fix flake8 E303 too many blank lines 2019-04-07 13:08:31 -04:00
Labrys of Knossos
daa9819798 Fix flake8 F401 item imported but unused 2019-04-07 13:06:25 -04:00
Labrys of Knossos
9dd25f96b2 Fix flake8 E266 too many leading '#' for block comment
Ignore for NZBGET scripts
2019-04-07 12:58:31 -04:00
Labrys of Knossos
077f04bc53 Fix flake8 E265 block comment should start with '# '
Ignore for NZBGET scripts
2019-04-07 12:56:50 -04:00
Labrys of Knossos
8736642e78 Fix code quality checks to run on project root and custom libs
Fixes #1600
Fixes #1601
2019-04-07 12:46:47 -04:00
Labrys of Knossos
3a95b433f3
Merge pull request #1603 from clinton-hall/fix/flake8
Fix/flake8
2019-04-07 12:46:16 -04:00
Labrys of Knossos
28ff74d0c8 Revert "Temporarily disable some flake8 ignores for testing"
This reverts commit e7179dde1c.
2019-04-07 12:42:18 -04:00
Labrys of Knossos
e7179dde1c Temporarily disable some flake8 ignores for testing 2019-04-07 12:38:43 -04:00
Labrys of Knossos
0788a754cb Fix code quality checks to run all desired tests
Fixes #1602
2019-04-07 12:15:07 -04:00
Labrys of Knossos
aeed469c5f
Merge pull request #1599 from clinton-hall/flake8/bugbear
Flake8/bugbear
2019-04-06 23:55:00 -04:00
Labrys of Knossos
b8c2b6b073
Merge pull request #1598 from clinton-hall/flake8/docstrings
Flake8/docstrings
2019-04-06 23:51:56 -04:00
Labrys of Knossos
23a450f095
Merge pull request #1597 from clinton-hall/flake8/comprehensions
Flake8/comprehensions
2019-04-06 23:49:48 -04:00
Labrys of Knossos
72140e939c Fix flake8-bugbear B902 Invalid first argument used for instance method. 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
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
267d8d1632 Add flake8-bugbear to tox.ini 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
a8043d0259 Add flake8-docstrings to tox.ini 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
f2964296c5 Add flake8-comprehensions to tox.ini 2019-04-05 19:19:11 -04:00