Commit graph

2734 commits

Author SHA1 Message Date
Labrys of Knossos
f05b09f349 Updates vendored subliminal to 2.1.0
Updates rarfile to 3.1
Updates stevedore to 3.5.0
Updates appdirs to 1.4.4
Updates click to 8.1.3
Updates decorator to 5.1.1
Updates dogpile.cache to 1.1.8
Updates pbr to 5.11.0
Updates pysrt to 1.1.2
Updates pytz to 2022.6
Adds importlib-metadata version 3.1.1
Adds typing-extensions version 4.1.1
Adds zipp version 3.11.0
2022-11-29 00:44:49 -05:00
Labrys of Knossos
d8da02cb69 Updates vendored setuptools to 44.1.1 2022-11-29 00:44:48 -05:00
Labrys of Knossos
3a2e09c26e Updates python-qbittorrent to 0.4.3 2022-11-29 00:44:48 -05:00
Labrys of Knossos
968ec8a1d8 Update vendored beautifulsoup4 to 4.11.1
Adds soupsieve 2.3.2.post1
2022-11-29 00:44:48 -05:00
Labrys of Knossos
2226a74ef8 Update vendored guessit to 3.1.1
Updates python-dateutil to 2.8.2
Updates rebulk to 2.0.1
2022-11-29 00:44:48 -05:00
Labrys of Knossos
ebc9718117 Update vendored requests-oauthlib to 1.3.1 2022-11-29 00:44:48 -05:00
Labrys of Knossos
501be2c479 Update vendored requests to 2.25.1
Updates certifi to 2021.5.30
Updates chardet to 4.0.0
Updates idna to 2.10
Updates urllib3 to 1.26.13
2022-11-29 00:44:48 -05:00
Labrys of Knossos
56c6773c6b Update vendored beets to 1.6.0
Updates colorama to 0.4.6
Adds confuse version 1.7.0
Updates jellyfish to 0.9.0
Adds mediafile 0.10.1
Updates munkres to 1.1.4
Updates musicbrainzngs to 0.7.1
Updates mutagen to 1.46.0
Updates pyyaml to 6.0
Updates unidecode to 1.3.6
2022-11-29 00:44:48 -05:00
Labrys of Knossos
5073ec0c6f Update vendored pyxdg to 0.28 2022-11-29 00:44:47 -05:00
Labrys of Knossos
aed4e9261c Update vendored configobj to 5.0.6
Updates vendored six to 1.16.0
2022-11-29 00:44:47 -05:00
Labrys of Knossos
b1cefa94e5 Update vendored windows libs 2022-11-29 00:44:47 -05:00
Labrys of Knossos
f61c211655 Fix .gitignore for pyd binary files 2022-11-29 00:44:47 -05:00
Labrys of Knossos
78ed3afe29 Merge branch 'processing' into nightly
* processing:
  Add `processor` folder to folder structure
  Streamline `core.processor.nzbget.parse_status`
  Streamline `core.processor.nzbget._parse_unpack_status`
  Streamline `core.processor.nzbget._parse_health_status`
  Extract health status parsing from `core.processor.nzbget.parse_status` -> `_parse_health_status`
  Extract unpack status parsing from `core.processor.nzbget.parse_status` -> `_parse_unpack_status`
  Streamline `core.processor.nzbget._parse_par_status`
  Extract par status parsing from `core.processor.nzbget.parse_status` -> `_parse_par_status`
  Streamline `core.processor.nzbget._parse_total_status`
  Extract total status parsing from `core.processor.nzbget.parse_status` -> `_parse_total_status`
  Streamline `core.processor.nzbget.check_version`
  Streamline `core.processor.nzbget.parse_failure_link`
  Streamline `core.processor.nzbget.parse_download_id`
  Standardize processing
  Extract version checks from `core.processor.nzbget.process` -> `check_version`
  Extract status parsing from `core.processor.nzbget.process` -> `parse_status`
  Extract failure_link parsing from `core.processor.nzbget.process` -> `parse_failure_link`
  Extract download_id parsing from `core.processor.nzbget.process` -> `parse_download_id`
  Standardize processing
  Merge legacy sab parsing with 0.7.17+
  Extract manual processing from `nzbToMedia.main` -> `core.processor.manual`
  Extract sabnzb processing from `nzbToMedia.main` -> `core.processor.sabnzbd`
  Extract nzbget processing from `nzbToMedia.main` -> `core.processor.nzbget`
  Refactor `nzbToMedia.process` -> `core.processor.nzb.process`
2022-11-29 00:36:48 -05:00
Labrys of Knossos
c85ee42874 Add processor folder to folder structure 2022-11-29 00:35:40 -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
Labrys of Knossos
ce65ef20c6 Add Python 3.11 end-of-life 2022-11-29 00:27:18 -05:00
Clinton Hall
7436ba7716
Merge pull request #1896 from clinton-hall/nightly
Nightly
2022-08-18 16:31:35 +12:00
Clinton Hall
382675e391
Merge pull request #1895 from redhat421/rem_fix
Switch `rem_id` to a Set to prevent duplicates.
2022-08-09 10:25:29 +12:00
Nick Austin
c639fc1cf9
Switch to set for rem_id. 2022-08-04 23:46:37 -07:00
Clinton Hall
d23c2c2d3a
Merge pull request #1893 from clinton-hall/nightly
Fix issue with no Require_lan set #1856 (#1892)
2022-07-15 17:51:33 +12: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
084e404b92
Merge pull request #1891 from clinton-hall/nightly
Nightly
2022-07-15 09:24:28 +12:00
Clinton Hall
a0bccb54cc
Req lan1 (#1890)
* Multiple Req_Lan
2022-07-15 09:02:12 +12:00
Jingxuan He
566e98bc78
Fix a bug about wrong order of function arguments (#1889) 2022-06-17 07:46:51 +12:00
Clinton Hall
d956cd2b75
Updated SiCKRAGE SSO URL (#1886) (#1887)
Co-authored-by: echel0n <echel0n@sickrage.ca>
2022-06-07 10:49:17 +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
686d239ce5
Python 3.10 (#1868)
* Add Py 3.10 #1866

* Add tests for Python 3.10

* update Babelfish
2021-12-03 18:48:04 +13:00