Commit graph

53 commits

Author SHA1 Message Date
Clinton Hall
850ba6dcea
Fix auto detection of forks. #1738 2020-04-23 10:07:16 +12:00
Clinton Hall
58a6b2022b
Fix dictionary changed size. #1724 (#1726) 2020-03-08 13:35:21 +13:00
Clinton Hall
c037387fc3
always use cmd type for api. #1723 2020-03-03 12:34:02 +13:00
Clinton Hall
a233db0024
SickGear 403 fix (#1722)
403 from SickGear #1704
2020-03-02 18:19:56 +13:00
Clinton Hall
6861b9915e
fix empty dir_name #1673 (#1700) 2020-01-13 20:40:46 +13:00
Clinton Hall
b8784d71dd
Fix Json returned from Sonarr and Lidarr (#1697) 2020-01-08 07:03:11 +13:00
Clinton Hall
d95e4e56c8
remove redundant json.loads #1671 (#1681) 2019-12-08 12:31:46 +13:00
Sergio Cambra
1814bd5ae1 add watcher3 integration (#1665) 2019-11-04 12:05:00 +13:00
clinton-hall
5375d46c32 add remote path handling for LazyLibrarian #1223 2019-04-18 21:46:32 +12:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -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
94c42dbd8a Fix flake8-quotes Q000 Remove bad quotes 2019-04-05 19:04:31 -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
644a11118c Fix flake8 F401 imported but unused 2019-04-05 17:12:05 -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
90090d7e02 Fix flake8 E117 over-indented 2019-04-05 17:12:03 -04: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
Labrys of Knossos
b6db785c92 Refactor utils.subtitles to plugins.subtitles 2019-03-10 11:28:54 -04:00
Labrys of Knossos
1d75439441 Refactor utils.nzb to plugins.downloaders.nzb.utils 2019-03-10 11:25:12 -04: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
clinton-hall
de86259bb0 fix first return parsing from HeadPhones. Fixes #1536 2019-01-27 22:45:04 +13:00
Labrys of Knossos
d973f4955f Refactor TORRENT_CLIENTAGENT -> TORRENT_CLIENT_AGENT 2019-01-19 14:34:02 -05:00
Labrys of Knossos
28f1bc35c5 Refactor USELINK -> USE_LINK 2019-01-19 14:34:01 -05:00
Labrys of Knossos
a289eef88e Remove unused variable 2019-01-06 12:09:07 -05:00
Labrys of Knossos
6d0d2d3f7e Use dict literal or comprehension for dict creation 2019-01-06 12:09:07 -05:00
Labrys of Knossos
111330510f Fix missed ProcessResult 2019-01-05 00:28:12 -05:00
Labrys of Knossos
4dadd905c8 Add Stheno fork 2018-12-31 11:30:16 -05:00
Labrys of Knossos
c5343889fb Fix quotes - standardize to single-quoted strings 2018-12-29 14:19:20 -05:00
Labrys of Knossos
69446930c3 Add ProcessResult to auto_process.common 2018-12-29 07:20:45 -05:00
Labrys of Knossos
d9e8f720be Remove superfluous classes 2018-12-28 11:15:57 -05:00
Labrys of Knossos
8c4353bc90 Add ProcessResult to auto_process.common 2018-12-27 11:32:52 -05:00
Labrys of Knossos
1d46f716e1 Refactor common functions from auto_process to auto_process.common 2018-12-27 11:32:51 -05:00
Labrys of Knossos
d95fc59b45 Remove superfluous classes 2018-12-27 11:32:51 -05:00
Labrys of Knossos
ad3fb4519d Fix name shadows builtin 2018-12-26 12:28:18 -05:00
Labrys of Knossos
018ded07d6 Fix PEP8 for bare exceptions 2018-12-26 11:29:38 -05:00
Labrys
52c6096b6a Fix PEP8 whitespace violations 2018-12-26 11:22:11 -05:00
Labrys of Knossos
d546a7dcee Refactor method order 2018-12-19 17:33:43 -05:00
Labrys of Knossos
6b52bb68d0 Refactor process_episode -> process 2018-12-19 17:26:49 -05:00
Labrys of Knossos
f61a17b8a0 Refactor nzbToMediaUtil -> utils 2018-12-19 17:20:56 -05:00
Labrys of Knossos
c7398b9550 Refactor nzbToMediaSceneExceptions -> scene_exceptions 2018-12-19 17:20:54 -05:00
Labrys of Knossos
23cd600a6c Refactor nzbToMediaAutoFork -> forks 2018-12-19 17:20:53 -05:00
Labrys of Knossos
d3ce2a10f5 Refactor transcoder.transcoder -> transcoder 2018-12-19 17:20:53 -05:00
Labrys of Knossos
3b429dcc7e Add Comic, Game, Movie, Music, and TV to core.auto_process 2018-12-19 17:20:53 -05:00
Labrys of Knossos
5839257f9b Refactor autoProcessGames -> games 2018-12-19 17:20:52 -05:00
Labrys of Knossos
4bd6e6251a Refactor autoProcessMovie -> movies 2018-12-19 17:20:52 -05:00
Labrys of Knossos
cbff62a08c Refactor autoProcessMusic -> music 2018-12-19 17:20:52 -05:00