Commit graph

477 commits

Author SHA1 Message Date
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
Labrys of Knossos
521d2b7a05 Refactor torrent permission configuration 2019-01-19 14:34:05 -05:00
Labrys of Knossos
f23eccc050 Refactor torrent resuming configuration 2019-01-19 14:34:05 -05:00
Labrys of Knossos
cf0fc1296f Refactor torrent categories configuration 2019-01-19 14:34:05 -05:00
Labrys of Knossos
1906d62664 Refactor flatenning configuration 2019-01-19 14:34:05 -05:00
Labrys of Knossos
218e082ec7 Refactor sabnzbd configuration 2019-01-19 14:34:05 -05:00
Labrys of Knossos
9c105061d6 Refactor qbittorrent configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
22dfadd65c Refactor deluge configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
44df360fbe Refactor utorrent configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
f961c476ae Refactor transmission configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
287e3aa17b Fix initializing constant 2019-01-19 14:34:04 -05:00
Labrys of Knossos
3d2070e106 Refactor utility location configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
0a58b6b6a0 Refactor section configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
4f828e0a77 Refactor torrent class configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
e85b92f1db Refactor passwords file configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
819cf7b225 Fix global declarations 2019-01-19 14:34:04 -05:00
Labrys of Knossos
2d0b5e706b Refactor transcoder configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
10710ffd4c Refactor container configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
ddf15247e3 Use context manager instead of assignment 2019-01-19 14:34:04 -05:00
Labrys of Knossos
e0c55c4f84 Refactor niceness configuration 2019-01-19 14:34:04 -05:00
Labrys of Knossos
f67f8a32aa Refactor plex configuration 2019-01-19 14:34:03 -05:00
Labrys of Knossos
a5d51d6e5a Use generator exp for remote paths 2019-01-19 14:34:03 -05:00
Labrys of Knossos
c587a137a5 Refactor remote paths configuration 2019-01-19 14:34:03 -05:00