Commit graph

617 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
27df8a4d8e
fix warnings (#1990) 2024-03-01 18:25:19 +13:00
Clinton Hall
b7d6ad8c07
always return imdbid and dirname 2024-02-29 07:01:23 +13:00
Clinton Hall
f98d6fff65
Add Python 3.12 and fix Radarr handling (#1989)
* Added Python3.12 and future 3.13

* Fix Radarr result handling

* remove py2.7 and py3.7 support
2024-02-28 15:47:04 +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
Matt Park
c6292d5390
Update identification.py
Return updated dir_name if needed
2023-10-02 15:13:36 -04:00
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
kandarz
e72c0b9228
Add 'dvb_subtitle' codec to list of ignored codecs when using 'mov_text' (#1974)
Add 'dvb_subtitle' codec to list of ignored codecs when using 'mov_text'. DVB subtitles are bitmap based.
2023-07-03 16:59:24 +12:00
Clinton Hall
c4cc554ea1 update to sonarr api v3 2023-05-22 22:51:28 +12:00
Labrys of Knossos
3078da31af Fix posix_ownership. 2023-05-22 22:51:28 +12:00
Labrys of Knossos
1fdfd128ba Add comments. 2023-05-22 22:51:28 +12:00
Labrys of Knossos
d3100f6178 Add database permissions logging upon failed access. 2023-05-22 22:51:28 +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
34236e8960 Streamline core.processor.nzbget.parse_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
7737d0c4be Streamline core.processor.nzbget._parse_unpack_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
c34159d881 Streamline core.processor.nzbget._parse_health_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
efee5c722b Extract health status parsing from core.processor.nzbget.parse_status -> _parse_health_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
11adb220d8 Extract unpack status parsing from core.processor.nzbget.parse_status -> _parse_unpack_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
8e96d17537 Streamline core.processor.nzbget._parse_par_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
ab006eefb2 Extract par status parsing from core.processor.nzbget.parse_status -> _parse_par_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
e5ea34b569 Streamline core.processor.nzbget._parse_total_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
fc2ebeb245 Extract total status parsing from core.processor.nzbget.parse_status -> _parse_total_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
d7c6a8e1cc Streamline core.processor.nzbget.check_version 2022-11-29 00:35:40 -05:00
Labrys of Knossos
d11dda8af8 Streamline core.processor.nzbget.parse_failure_link 2022-11-29 00:35:40 -05:00
Labrys of Knossos
9cc92ddd7b Streamline core.processor.nzbget.parse_download_id 2022-11-29 00:35:40 -05:00
Labrys of Knossos
3e676f89a5 Standardize processing 2022-11-29 00:35:40 -05:00
Labrys of Knossos
49af821bcb Extract version checks from core.processor.nzbget.process -> check_version 2022-11-29 00:35:40 -05:00
Labrys of Knossos
de06d45bb0 Extract status parsing from core.processor.nzbget.process -> parse_status 2022-11-29 00:35:40 -05:00
Labrys of Knossos
0a8e8fae9f Extract failure_link parsing from core.processor.nzbget.process -> parse_failure_link 2022-11-29 00:35:40 -05:00
Labrys of Knossos
a2b2e4f620 Extract download_id parsing from core.processor.nzbget.process -> parse_download_id 2022-11-29 00:35:40 -05:00
Labrys of Knossos
e8f5dc409a Standardize processing 2022-11-29 00:35:40 -05:00
Labrys of Knossos
637020d2bf Merge legacy sab parsing with 0.7.17+ 2022-11-29 00:35:40 -05:00
Labrys of Knossos
528cbd02cd Extract manual processing from nzbToMedia.main -> core.processor.manual 2022-11-29 00:35:40 -05:00
Labrys of Knossos
58c998712f Extract sabnzb processing from nzbToMedia.main -> core.processor.sabnzbd 2022-11-29 00:35:40 -05:00
Labrys of Knossos
073b19034b Extract nzbget processing from nzbToMedia.main -> core.processor.nzbget 2022-11-29 00:35:34 -05:00
Labrys of Knossos
7a3c2bc8a5 Refactor nzbToMedia.process -> core.processor.nzb.process 2022-11-29 00:30:50 -05:00
Nick Austin
c639fc1cf9
Switch to set for rem_id. 2022-08-04 23:46:37 -07: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
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
f9dde62762 update to v12.1.09 for merge 2021-07-17 21:44:16 +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