Commit graph

78 commits

Author SHA1 Message Date
Clinton Hall
dbd6edd2d0
Create Separate Py2.7/3.7 branch 2024-02-28 15:22:45 +13:00
Matt Park
836df51d14
Update movies.py
Check for an updated dir_name in case IMDB id was appended.
2023-10-02 15:15:01 -04:00
Clinton Hall
d0b555c251
update to sonarr api v3 2023-04-18 20:59:28 +12:00
Nick Austin
c639fc1cf9
Switch to set for rem_id. 2022-08-04 23:46:37 -07:00
Clinton Hall
684cab5c8a
Add Support for Radarr V4 #1862 (#1863) 2021-11-16 16:08:17 +13:00
Clinton Hall
162143b1cd
Media lan check (#1856)
* Add require_lan

#1853
2021-10-11 07:16:00 +13:00
Clinton Hall
411e70ba92
Fix fork recognition when defined in cfg. #1839 (#1842) 2021-08-13 06:52:47 +12:00
Clinton Hall
4103a7dc05
Fix auto-fork detection (#1839)
* Fix Fork Detection when parameters not exact match. #1838

* Fix logging of detected fork. #1838

* Fix SickGear fork detection #1838
2021-08-10 21:32:06 +12:00
Clinton Hall
213f1f6f10
Radarr api-v3 changes (#1834)
#1831
2021-06-09 07:27:58 +12:00
Clinton Hall
30a69d6e37
Remove State from Radarr api return 2021-06-07 21:51:36 +12:00
Clinton Hall
2280f8dee8
Update Radarr api version (#1833) 2021-06-07 15:45:32 +12:00
p0ps
ee060047b7
Check for apikey when fork=medusa-apiv2 is used. (#1828)
#1827
2021-05-07 22:00:54 +12:00
Clinton Hall
e3efbdbaee
Add subs renaming for radarr/sonarr (#1824)
* Re-added rename_subs #1823 #768
2021-04-10 19:37:32 +12:00
Christoph Stahl
6ccc4abc18
Use Response.text instead of Response.content (#1822)
`content` returns a bytes object, `text` returns a string object. The latter can be splitted by the string `\n`, the former cannot, which leads to an Exception.
2021-03-21 10:26:33 +13:00
Clinton Hall
0329cc4f98
Fix missing title when release_id (#1820) 2021-03-08 15:10:06 +13:00
clinton-hall
d64bd636d2 fix removal of duplicate parameters. 2021-02-26 20:36:03 +13:00
clinton-hall
c9e06eb555 allow new params for SickChill. 2021-02-26 20:25:47 +13:00
p0ps
06d91c6928
Pymedusa (#1815)
* Add wait_for as a valid option for pyMedusa

* Add docs.

* doc

* wrong section
2021-02-18 14:30:51 +13:00
p0ps
c2eaa72a2c
Fix other sickbeard forks errorring. (#1814)
* Update SickBeard section with is_priority param for medusa.

* Add param type to medusa-apiv2 fork.

* Extract param only when not a fork_obj
* Directly return process_result from api_call()

* Implemented classes for PymedusaApiV1 and PymedusaApiv2.

* improve linting
2021-02-17 20:31:08 +13:00
Clinton Hall
f48812eccd
Fix other sickbeard forks errorring. (#1813)
Co-authored-by: p0psicles <rogier@headshots.nl>
2021-02-15 21:28:25 +13:00
p0ps
6a6b25fece
Medusa apiv2 (#1812)
* add fork Medusa-apiV2

* Added classes for sickbeard (base) and PyMedusa.

* refactored part of the forks.py code -> InitSickBeard class.

* Add .vscode to gitignore

* Further refactor forks.py -> sickbeard.py

* Working example for pyMedusa when fork is 'medusa' (no api key)

* fix import for Py2

Co-authored-by: clinton-hall <fock_wulf@hotmail.com>
2021-02-15 15:02:15 +13:00
echel0n
0acf78f196
Added dedicated SiCKRAGE section with API version and SSO login support (#1805)
Added migration code to migrate SickBeard section with fork sickrage-api to new SiCKRAGE section
2021-01-13 13:16:41 +13:00
Clinton Hall
bf05f1b4e7
Bypass for manual execution (#1788)
* no_status_check prevents additional checks.
#1192
#1778
2020-10-16 22:55:41 +13:00
Clinton Hall
a96f07c261
No status change error suppression (#1786) 2020-10-15 21:59:43 +13:00
Clinton Hall
a359691515
Fix for failed passed as 2,3 from SAB (#1777) 2020-09-18 16:12:56 +12:00
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