Commit graph

614 commits

Author SHA1 Message Date
Clinton Hall
d7eab5d2d3
Add word boundary to imdb match. #1639
Prevents matching (and truncating) longer ids.
Thanks @currently-off-my-rocker
2019-07-23 14:24:31 +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
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
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
5375d46c32 add remote path handling for LazyLibrarian #1223 2019-04-18 21:46:32 +12: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
424879e4b6 Add future imports 2019-04-07 17:44:25 -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
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