Commit graph

272 commits

Author SHA1 Message Date
JackDandy
3f3dc75edc Merge branch 'feature/UpdateTornado' into dev 2023-03-08 14:13:07 +00:00
JackDandy
9d8462f4ef Update Tornado Web Server 6.2.0 (a4f08a3) → 6.3.dev1 (7186b86). 2023-03-08 14:12:37 +00:00
JackDandy
80879bc91d Merge branch 'feature/UpdatePackageRes' into dev 2023-03-08 14:11:43 +00:00
JackDandy
71a0203c02 Update package resource API 67.3.2 (b9bf2ec) → 67.5.1 (f51eccd). 2023-03-08 14:07:48 +00:00
JackDandy
320339ce6c Merge branch 'feature/UpdateUrllib' into dev 2023-03-07 00:58:14 +00:00
JackDandy
664d9b0129 Update urllib3 1.26.13 (25fbd5f) → 1.26.14 (a06c05c) 2023-03-07 00:57:33 +00:00
JackDandy
8239168a5a Merge branch 'feature/UpdateHtml5lib' into dev 2023-03-06 23:56:21 +00:00
JackDandy
e08baa4f0b Update html5lib 1.1 (f87487a) → 1.2-dev (3e500bb). 2023-03-06 23:55:41 +00:00
JackDandy
a0d379595c Merge branch 'feature/ChangeAnyGen' into dev 2023-03-06 23:55:14 +00:00
JackDandy
9fe62aa486 Change improve perf by using generators with any. 2023-03-06 23:54:52 +00:00
JackDandy
40f09ea79a Merge branch 'feature/AddShutdownLogs' into dev 2023-03-06 23:52:58 +00:00
JackDandy
99aa339bbf Add logging around the restart/shutdown event. 2023-03-06 23:52:43 +00:00
JackDandy
c076c495ee Merge branch 'main' into dev 2023-03-06 23:46:21 +00:00
JackDandy
93af172f2e Merge branch 'hotfix/3.27.11' 2023-03-06 23:45:06 +00:00
Prinz23
89cd650b35 Fix "Change File Date" not using timestamp of episode if available. 2023-03-06 23:43:46 +00:00
JackDandy
f91e579f37 Merge branch 'main' into dev 2023-03-05 00:27:01 +00:00
JackDandy
327add553a Merge branch 'hotfix/3.27.10' 2023-03-05 00:23:47 +00:00
Prinz23
3a5f0537c0 Add UHD Bluray. 2023-03-05 00:22:27 +00:00
JackDandy
869da5f4d0 Change a feedback text. 2023-03-05 00:19:39 +00:00
JackDandy
357ee7a1ee Merge branch 'main' into dev
# Conflicts:
#	CHANGES.md
2023-02-27 01:20:55 +00:00
JackDandy
c23b8863b6 Merge branch 'hotfix/3.27.9' 2023-02-27 01:19:50 +00:00
JackDandy
7e37d2d5ac Fix remove incorrectly displayed NZBGet tip. 2023-02-27 01:13:15 +00:00
JackDandy
69038392a4 Merge branch 'feature/ChangeReplacePy23Stuff' into dev 2023-02-24 15:21:16 +00:00
JackDandy
ec874504de Change rename db variables/functions. 2023-02-24 15:19:46 +00:00
JackDandy
32987134ba Change codebase cleanups.
Cleanup most init warnings.
Cleanup some vars, pythonic instead of js.
Some typos and python var/func names for Scheduler.
Remove legacy handlers deprecated in 2020.
Remove some legacy tagged stuff.
Cleanup ConfigParser and 23.py
Change cleanup vendored scandir.
Remove redundant pkg_resources.py in favour of the vendor folder.
Remove backports.
Remove trakt checker.
Change remove redundant WindowsSelectorEventLoopPolicy from webserveInit.
Cleanup varnames and providers
Various minor tidy ups to remove ide warnings.
2023-02-24 15:17:56 +00:00
Prinz23
8ddffb7882 Change py2 deprecation cleanups.
Remove py2 part from _23.py
Remove more mapped stuff.
Replace filter_iter with native filter.
Replace map_iter with native map.
Remove unidecode from _23 (empty wrapper on py3).
Remove map_list and replace with native list(map( for performance reasons.
Replace filter_list with list(filter.
Replace list_keys with list(.
Replace list_values with list(...values()).
Replace list_items with list(....items()).
Replace ordered_dict with dict.
Fix tvinfo base type docs.
Remove py2 parts from sg_futures.
Remove scandir lib ...  it's a sub module of os in py3.
Remove PY2 stuff.
Ignore unknown ids for characters/persons.
Fix tvdb image parsing.
Ignore unknown id sources on person page.
2023-02-21 01:01:04 +00:00
JackDandy
0989a51e85 Merge branch 'main' into dev 2023-02-20 23:35:13 +00:00
JackDandy
48d9cf5888 Merge branch 'hotfix/3.27.8' 2023-02-20 23:33:03 +00:00
JackDandy
8698c9b2df Update UnRar x64 for Windows 6.20 → 6.21 2023-02-20 23:31:44 +00:00
JackDandy
7f03b8dd02 Merge branch 'main' into dev 2023-02-18 22:45:39 +00:00
JackDandy
21d4e60941 Merge branch 'hotfix/3.27.7' 2023-02-18 22:44:00 +00:00
JackDandy
63e998dfc2 Fix using recently updated torrent parser for py3 bytes. 2023-02-18 22:41:52 +00:00
JackDandy
8656c087cd Merge branch 'main' into dev 2023-02-18 20:34:12 +00:00
JackDandy
ad1e1d4783 Merge branch 'hotfix/3.27.6' 2023-02-18 20:17:56 +00:00
Prinz23
a0099da56b Fix show view edit language.
Fix reload show data if requested language changes.
Fix broken lang in tvdb api.
Change use language in all get_show tvinfo data calls.
Fix TMDB show language fallback check.
Fix add requested_language to tvinfo show cache.
Fix reset loaded statuses of cached show.
Fix TVDb image parsing.
2023-02-18 20:13:46 +00:00
JackDandy
6ed8cf9dff Merge branch 'feature/UpdatePkgRes' into dev 2023-02-17 01:33:10 +00:00
JackDandy
6e859f6f0c Update package resource API 63.2.0 (3ae44cd) → 67.3.2 (b9bf2ec). 2023-02-17 01:24:35 +00:00
JackDandy
9ce86f915c Merge branch 'main' into dev 2023-02-16 18:32:22 +00:00
JackDandy
68f81f93f7 Merge branch 'hotfix/3.27.5' 2023-02-16 18:30:36 +00:00
Prinz23
93f79c116a Fix network for persons. 2023-02-16 18:30:10 +00:00
JackDandy
dac9f2cdff Merge branch 'main' into dev 2023-02-15 14:03:29 +00:00
JackDandy
63cfb52888 Merge branch 'hotfix/3.27.4' 2023-02-15 13:40:52 +00:00
JackDandy
39f0539439 Fix updating with running virtualenv. 2023-02-15 13:37:20 +00:00
JackDandy
1d45a655dc Merge branch 'main' into dev 2023-02-15 02:02:34 +00:00
JackDandy
9f24e417d6 Merge branch 'hotfix/3.27.3' 2023-02-15 02:01:17 +00:00
JackDandy
5a22f2c166 Fix reading legacy autoProcessTV.cfg 2023-02-15 02:00:57 +00:00
JackDandy
ca157d4df0 Merge branch 'feature/ChangeRecommended' into dev 2023-02-12 23:33:03 +00:00
JackDandy
cf60bb5a91 Change requirements for pure py3. 2023-02-12 23:32:47 +00:00
JackDandy
8e21e8de7d Merge branch 'feature/ChangeRemoveEkEk' into dev 2023-02-12 16:30:25 +00:00
JackDandy
2779c60f42 Change remove calls to legacy py2 fix encoding function.
Change various code cleanups, e.g. replace CamelCase with pythonic casing.
2023-02-10 21:40:19 +00:00