Commit graph

2734 commits

Author SHA1 Message Date
Clinton Hall
745bad3823
Merge pull request #1639 from currently-off-my-rocker/imdb-ids-8-digits
identify imdb ids with 8 digits
2019-07-23 09:00:51 +12:00
currently-off-my-rocker
5a18ee9a27
identify imdb ids with 8 digits 2019-07-22 13:07:09 +02:00
Clinton Hall
8ba8caf021
Fix3 (#1637)
* add singular fork detection for multiple runs. Fixes #1637
* Add newly identified fork variants #1630 #1637
* remove encoding of paths. #1637 #1582
2019-07-22 12:35:01 +12:00
Clinton Hall
f21e18b1bf
Fix2 (#1636)
add chnaged api handling for SickGear. Fixes #1630
2019-07-16 14:36:00 +12:00
Clinton Hall
9a958afac8
don't crash when no optionalParameters. Fixes #1630 (#1632) 2019-07-12 19:39:55 +12:00
Clinton Hall
95e4c70d9a Set theme jekyll-theme-cayman 2019-07-09 15:05:33 +12:00
Clinton Hall
9f6c068cde
Transcode patch 1 (#1627)
* Add Piping of stderr to capture transcoding failures. #1619
* Allow passing absolute nice command. #1619
* Change .cfg description for niceness
* Fix errors due to VM packages out of date (ffmpeg)
* Fix Sqlite import error on tests
* Fix Azure issues

https://developercommunity.visualstudio.com/content/problem/598264/known-issue-azure-pipelines-images-missing-sqlite3.html
2019-06-20 12:56:02 +12:00
Ubuntu
ce50a1c27d Fix allready running handling for Python3. #1626 2019-06-19 21:37:42 +00:00
clinton-hall
f1dc672056 fix deluge client for python3. Fixes #1626 2019-06-19 22:50:36 +12:00
clinton-hall
d39a7dd234 fix to make deluge client py 2 and 3 compatible. Fixes #1626 2019-06-18 20:52:19 +12:00
Clinton Hall
81895afd3f
Merge pull request #1625 from TheHolyRoger/patch-3
Don't replace apostrophes in qBittorrent input_name
2019-06-08 20:08:21 +12:00
TheHolyRoger
3237336775
Don't replace apostrophes in qBittorrent input_name
Don't replace apostrophes in qBittorrent input_name - only trim if found at beginning/end of string.

This stops nzbtomedia processing the entire download folder when asked to process a folder with apostrophes in the title
2019-06-08 00:20:12 +01:00
clinton-hall
fd1149aea1 add additional options to pass into ffmpeg. #1619 2019-06-06 21:46:56 +12:00
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