Commit graph

220 commits

Author SHA1 Message Date
Clinton Hall
ad73e597e4
Initialize remove_groups #1973
This parameter was not being loaded and therefore was ignored.
2023-08-09 22:50:25 +12:00
clinton-hall
6c2f7c75d4 update to v 12.1.12 2023-07-03 17:41:15 +12:00
Labrys of Knossos
69e1c4d22e Bump version: 12.1.10 → 12.1.11 2022-12-02 21:00:32 -05:00
Labrys of Knossos
637020d2bf Merge legacy sab parsing with 0.7.17+ 2022-11-29 00:35:40 -05:00
Clinton Hall
a886350bea
Fix issue with no Require_lan set #1856 (#1892)
Thanks @BradKollmyer
2022-07-15 17:41:38 +12:00
Clinton Hall
a0bccb54cc
Req lan1 (#1890)
* Multiple Req_Lan
2022-07-15 09:02:12 +12:00
echel0n
7936c2c92b
Updated SiCKRAGE SSO URL (#1886) 2022-06-07 10:43:13 +12:00
clinton-hall
2766938921 V12.1.10 for merge 2022-01-01 14:11:11 +13:00
Clinton Hall
162143b1cd
Media lan check (#1856)
* Add require_lan

#1853
2021-10-11 07:16:00 +13: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
f9dde62762 update to v12.1.09 for merge 2021-07-17 21:44:16 +12: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
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
9d64c2f478 Update to V12.1.08 2020-12-14 20:34:26 +13:00
Clinton Hall
0833bf1724
Update to V12.1.07 (#1782) 2020-09-23 16:01:35 +12:00
Clinton Hall
d1fe38b0b2
Add Failed to SickGear fork detection (#1772) 2020-09-12 12:36:49 +12:00
clinton-hall
b3388f959d update to version 12.1.06 2020-09-08 10:40:57 +12:00
Clinton Hall
850ba6dcea
Fix auto detection of forks. #1738 2020-04-23 10:07:16 +12:00
clinton-hall
5fb3229c13 update to version 12.1.05 2020-04-17 11:26:57 +12:00
Clinton Hall
b793ce7933
Syno ds patch 1 (#1702)
* Add Syno DS parsing #1671
as per https://forum.synology.com/enu/viewtopic.php?f=38&t=92856
* add config guidance
* add syno client
2020-01-13 21:26:21 +13:00
clinton-hall
43312fc642 update to v12.1.04 2020-01-13 21:00:12 +13:00
clinton-hall
6d647a2433 update to v 12.1.03 2020-01-04 22:34:42 +13:00
Clinton Hall
a5e76fc56f
Py2fix (#1693)
* Update encoding to use bytes for strings. (#1690)
* fix ffmpeg install issues for test
Co-authored-by: Jonathan Springer <jonpspri@gmail.com>
2020-01-04 22:01:13 +13:00
clinton-hall
feb4e36c4c update to v12.1.02 2019-12-08 14:42:59 +13:00
clinton-hall
77f34261fa update to v12.1.01 2019-08-13 18:38:05 +12:00
clinton-hall
dc5d43b028 update to version 12.1.00 2019-08-06 13:16:25 +12: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
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
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
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -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
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
Clinton Hall
825b48a6c1
add h265 to MKV profile allow. Fixes #1592 2019-04-04 11:34:25 +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
e12f2724e6 Refactor plex configuration to plugins.plex 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
clinton-hall
d4786e10d7 rev up to 12.0.8 2019-03-10 20:37:57 +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
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
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