Commit graph

287 commits

Author SHA1 Message Date
JackDandy
d25653b06b Update Msgpack 1.0.5 (0516c2c) → 1.0.6 (e1d3d5d). 2023-09-18 13:13:27 +01:00
JackDandy
6846c6cf8a Update CacheControl 0.12.11 (c05ef9e) → 0.13.1 (783a338). 2023-09-18 13:13:27 +01:00
JackDandy
674a2bd755 Merge branch 'main' into dev 2023-09-18 12:56:23 +01:00
JackDandy
2170b1cc79 Merge branch 'feature/FixShowSelectFilter' into dev 2023-09-18 11:50:06 +01:00
JackDandy
6f5695d3ef Add search of grouped options in shows drop down at view-show.
Select child options were not considered in show name matching.
2023-09-18 11:49:17 +01:00
JackDandy
38058145da Merge branch 'hotfix/3.29.9' 2023-09-17 23:27:16 +01:00
JackDandy
879136d00b Fix Emby notifier library update.
Change add server type check (Emby/Jellyfin).
Change add use of media location for update.
Change accept any 2xx code as success.
Change code cleanup
2023-09-17 23:25:50 +01:00
JackDandy
d719765040 Merge branch 'feature/UpdateFuzzywuzzy' into dev 2023-09-12 14:54:48 +01:00
Prinz23
2a73990c82 Add thefuzz 0.19.0 (c2cd4f4) as a replacement with fallback to fuzzywuzzy 0.18.0 (2188520)
Removes Levenshtein requirement with direct use of rapidfuzz instead
Fallback to old fuzzywuzzy for pure python implementation
2023-09-12 14:53:50 +01:00
JackDandy
af37db4aad Merge branch 'main' into dev 2023-09-12 08:12:07 +01:00
JackDandy
7cbe505b23 Merge branch 'hotfix/3.29.8' 2023-09-12 08:10:52 +01:00
JackDandy
45f2ca848f Change omgwtfnzbs domain 2023-09-12 08:10:09 +01:00
JackDandy
0d40f9f3f4 Merge branch 'feature/FixDatetimeUTC' into dev 2023-09-11 23:04:16 +01:00
Prinz23
a3e351f282 fix datetime refactor issues 2023-09-08 15:09:52 +02:00
JackDandy
38a35fad57 Merge branch 'feature/ChangeRemoveUtcnow' into dev 2023-09-06 15:29:14 +01:00
JackDandy
b861ccd088 Change migrate use of .utcnow() to .now(timezone.utc). 2023-09-06 15:27:34 +01:00
JackDandy
ac50dc137c Merge branch 'feature/UpdatePkgResources' into dev 2023-09-06 12:50:53 +01:00
JackDandy
b68ce0378a Update package resource API 67.5.1 (f51eccd) → 68.1.2 (1ef36f2). 2023-09-06 12:50:19 +01:00
JackDandy
2ea74f3cce Merge branch 'main' into dev 2023-09-06 10:25:56 +01:00
JackDandy
7b8007794d Merge branch 'hotfix/3.29.7' 2023-09-06 10:24:31 +01:00
JackDandy
6a819f0730 Fix view show to handle "unknown name" on cast.
Update UnRar x64 for Windows 6.22 → 6.23
2023-09-06 10:24:08 +01:00
JackDandy
918340e474 Merge branch 'feature/UpdateFeedparser' into dev 2023-09-06 09:18:56 +01:00
JackDandy
dbdcc3c52a Update feedparser 6.0.10 (859ac57) → 6.0.10 (9865dec) 2023-09-06 09:18:26 +01:00
JackDandy
4f63362995 Merge branch 'feature/UpdateCertifi' into dev 2023-09-06 01:34:33 +01:00
JackDandy
7298cd15ff Update certifi 2023.05.07 → 2023.07.22 2023-09-06 01:34:20 +01:00
JackDandy
03988841a3 Merge branch 'feature/UpdateTornado' into dev 2023-09-06 01:26:39 +01:00
JackDandy
48beb0954a Update Tornado Web Server 6.3.2 (e3aa6c5) → 6.3.3 (e4d6984). 2023-09-06 01:26:12 +01:00
JackDandy
e8c74b12b1 Merge branch 'main' into dev 2023-09-06 01:02:25 +01:00
JackDandy
c950fcb686 Merge branch 'hotfix/3.29.6' 2023-09-06 00:59:09 +01:00
Prinz23
f92a6ab78b Fix mock data for CI tests
Fix add missing path in unittest helpers_tests
2023-09-06 00:57:10 +01:00
Prinz23
7ce28b454b Fix banner url validation for TheTVDb api v3 lib. 2023-09-06 00:55:40 +01:00
JackDandy
7400debb69 Merge branch 'feature/FixMockData' into dev 2023-09-06 00:33:26 +01:00
Prinz23
8ae5b1265c Fix update mock data
Fix add missing path in unittest helpers_tests
2023-09-06 00:33:05 +01:00
JackDandy
b513602103 Merge branch 'main' into dev 2023-09-05 23:44:52 +01:00
JackDandy
1aa655e602 Merge branch 'hotfix/3.29.5' 2023-09-05 23:40:51 +01:00
Prinz23
f6619a7d59 Change allow Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 2023-09-05 23:40:29 +01:00
JackDandy
06a000a1c5 Merge branch 'feature/FixTvdbBanner' into dev 2023-09-05 23:33:00 +01:00
Prinz23
da669703b1 Fix banner url validation for TheTVDb api v3 lib. 2023-09-05 23:32:48 +01:00
JackDandy
25b32bdf7e Merge branch 'feature/ChangeBacklogSort' into dev 2023-09-05 23:30:33 +01:00
Prinz23
96fc7d1c9d Change sort episodes when set to wanted on display show page 2023-09-05 23:30:19 +01:00
Prinz23
6d8a209f2a sort backlog and manual segment search results episode number 2023-09-05 23:28:57 +01:00
JackDandy
c7ae93429b Merge branch 'feature/FixPy312' into dev 2023-09-05 23:27:24 +01:00
Prinz23
81a76461b2 py3 fix: guessit return list instead of range object 2023-09-05 23:26:41 +01:00
Prinz23
09bd1b3fbc fix 3.12 regex issue 2023-08-07 15:12:18 +02:00
JackDandy
420576db09 Merge remote-tracking branch 'remotes/02_GitLab/feature/FixSearchRegex' into dev 2023-07-19 15:49:03 +01:00
Prinz23
dc82313a36 fix regex for matching in search shows drop down 2023-07-19 16:07:38 +02:00
JackDandy
39099d91c6 Merge branch 'feature/ChangeIgnoreFolders' into dev 2023-07-13 20:28:32 +01:00
Prinz23
206c5b7893 Add ignore subfolders that contain a file called '.sickgearignore' 2023-07-13 20:28:19 +01:00
JackDandy
71787f010f Merge branch 'feature/AddConfigBackup' into dev 2023-07-13 20:24:26 +01:00
Prinz23
ca6e399ae9 Add config.ini backup
try to validate saved config.ini
try to use backed up config.ini file if saving fails
check config.ini copy before compressing it to backup
2023-07-13 20:24:08 +01:00