Commit graph

8 commits

Author SHA1 Message Date
Clinton Hall
9ea322111c class not added put into debug logging 2024-03-20 14:23:32 +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
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
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