Prinz23
165144ca5b
fix type of self.plays_self
2024-06-26 01:14:16 +01:00
JackDandy
53cc79ee8c
Change popup on browse shows person view to hide on unfocus when long user adjustable scrollable lists of character roles are used, e.g. Evan Peters in AHS.
...
Change hide ratings on browse shows cards in person view for TVmaze as not provided.
Change replace test code for consistency at "Other shows" for sub title across all sources.
Make overview parser centralised for consistent reusability.
Fix add dynamic fetch to fill show data on person view when a role is non main and the API does not expose.
Add logic for when there are no genres.
Fix mitigate MRU issue where browse default and param person view conflicted.
Change make TMDB person genre lowercase for consistency with other sources.
Filter out TMDB roles that have no actual name.
Add expose `show_type` to TVmaze api for cases where genres are None (e.g. Taylor Swift vs. Scooter Braun).
Fix images on Shows -> MC cards view.
Change ensure genres on NE browse shows view are lowercase consistent with other sources.
Change browse shows view, replace \r\n in show overviews to a single whitespace on cards.
Change TMDB browse shows expose ratings.
Fix TMDB browse shows use alternative term_vote in drop down.
2024-06-25 20:21:44 +01:00
Prinz23
4e52d2da08
Add try to retrieve TVmaze id for persons
...
Fix person image scaler
Change make a unified generator for the p_chars var in persons search
Change add plays_self to TMDB, TVmaze, Trakt
Fix TMDb person search page for shows without first aired date (future shows for example)
Add also display guest appearances in TVmaze person search
Add parsing of vote_average / rating for main cast
Add genres to person show data
Fix, auto close qTip if mouse is over nav menu
Change add rating, vote_average, vote_count, popularity to TMDB person characters shows
Change TVmaze character name TBA|D to ''
Change add person gender to Trakt
2024-06-25 20:21:25 +01:00
Prinz23
a6122aae66
Add search on TVmaze, TMDb, or Trakt for other shows with the actor that is viewed on Person page.
2024-06-16 17:03:00 +01:00
JackDandy
cd7804df1e
Update apprise 1.6.0 (0c0d5da) to 1.8.0 (81caf92).
2024-06-07 20:34:43 +01:00
JackDandy
16bb30029b
Update unidecode module 1.3.6 (4141992) → 1.3.8 (dfe397d).
2024-06-07 17:42:01 +01:00
JackDandy
4572ed367c
Update package resource API 68.1.2 (1ef36f2) → 68.2.2 (8ad627d).
2024-06-07 17:19:43 +01:00
JackDandy
5ec9926bd4
Update Send2Trash 1.5.0 (66afce7) → 1.8.3 (91d0698).
2024-06-07 16:56:21 +01:00
JackDandy
c8c6ac83e1
Update Rarfile 4.1a1 (8a72967) → 4.2 (db1df33).
2024-06-07 16:43:38 +01:00
JackDandy
1a830f244e
Update pytz 2023.3/2023c (488d3eb) → 2024.1/2024a (3680953).
2024-06-07 16:35:14 +01:00
JackDandy
4abcb950a0
Update diskcache 5.6.3 (323787f) → 5.6.3 (ebfa37c).
2024-06-07 15:56:56 +01:00
JackDandy
75392efb97
Update profilehooks module 1.12.1 (c3fc078) → 1.13.0.dev0 (99f8a31).
2024-06-07 15:47:27 +01:00
JackDandy
cf118e92fc
Update attr 23.1.0 (67e4ff2) → 23.2.0 (b393d79).
2024-06-07 15:38:19 +01:00
JackDandy
909fd3d24e
Update imdbpie 5.6.4 (f695e87) → 5.6.5 (f8ed7a0).
2024-06-07 13:28:03 +01:00
JackDandy
c645ff464f
Update dateutil 2.8.2 (296d419) → 2.9.0.post0 (0353b78).
2024-06-07 11:46:29 +01:00
JackDandy
cdeb702232
Update Tornado Web Server 6.4 (b3f2a4b) → 6.4.1 (2a0e1d1).
2024-06-06 21:17:05 +01:00
JackDandy
d8f1102e79
Update certifi 2024.02.02 → 2024.06.02
2024-06-06 21:05:43 +01:00
JackDandy
8b59094cc3
Update feedparser 6.0.10 (9865dec) → 6.0.11 (efcb89b).
2024-06-06 12:23:53 +01:00
JackDandy
2561cda8ce
Update Beautiful Soup 4.12.2 (30c58a1) → 4.12.3 (7fb5175).
2024-06-06 12:00:00 +01:00
JackDandy
5715726b22
Update filelock 3.12.4 (c1163ae) → 3.14.0 (8556141).
2024-06-05 09:37:08 +01:00
JackDandy
a40b0cb46f
Update CacheControl 0.13.1 (783a338) → 0.14.0 (e2be0c2).
2024-06-05 09:19:49 +01:00
JackDandy
958318491c
Update idna library 3.4 (cab054c) → 3.7 (1d365e1).
2024-06-05 09:06:55 +01:00
JackDandy
2a80663c81
Update urllib3 2.0.7 (56f01e0) → 2.2.1 (54d6edf).
2024-06-05 08:55:43 +01:00
JackDandy
c4c6e989c0
Update Requests library 2.31.0 (8812812) → 2.32.3 (0e322af).
2024-06-05 08:47:14 +01:00
JackDandy
3762bfe8f5
Merge branch 'main' into dev
2024-05-26 23:15:58 +01:00
Prinz23
ccc6134c65
Changes for py3.13 compatibility
...
Bundle telnetlib_313_and_up 3.13.1 as a fallback import
Remove libnotify cgi import (not sure if there is a good escape replacement)
2024-05-26 23:11:00 +01:00
Prinz23
f745fc0779
Change improve handling of invalid person id for get_person in Trakt indexer
...
Change stop logging internal 404 Trakt API response
2024-05-26 22:57:12 +01:00
JackDandy
386c066ed9
Update UnRar x64 for Windows 7.00 → 7.0.1
...
Fix FST provider exception raised when no title
2024-05-25 09:37:05 +01:00
JackDandy
b45689c948
Merge branch 'main' into dev
2024-03-16 23:22:25 +00:00
JackDandy
1e1eb430bb
Update certifi 2023.07.22 → 2024.02.02
2024-03-16 23:21:17 +00:00
JackDandy
a397df4dec
Merge branch 'main' into dev
2024-02-29 01:18:38 +00:00
JackDandy
3a4dfd0cc3
Update UnRar x64 for Windows 6.24 to 7.00
2024-02-29 01:17:35 +00:00
JackDandy
316ee49883
Merge branch 'main' into dev
2024-02-01 22:33:55 +00:00
Prinz23
07f2ede442
don't load cast/person credits with main show info from tvmaze
2024-02-01 22:28:45 +00:00
Prinz23
34bf3613db
Update fallback-zoneinfo to 2024a
2024-02-01 20:28:19 +01:00
JackDandy
772ba5e167
Merge branch 'main' into dev
2024-01-10 14:23:51 +00:00
Prinz23
d52a056a89
Fix limit loaded cast (max 30) and crew (max 5) from TVmaze API.
2024-01-10 14:21:30 +00:00
JackDandy
29dd2e84c6
Merge branch 'main' into dev
2024-01-02 11:14:42 +00:00
Prinz23
2d7283e185
Change update fallback zoneinfo to 2023d.
...
Change add Python 3.12 to the unit tests.
2024-01-02 11:11:43 +00:00
JackDandy
3ee5ce8ba8
Update Tornado Web Server 6.3.3 (e4d6984) → 6.4 (b3f2a4b).
2023-12-10 05:31:11 +00:00
Prinz23
aeb3f7b0dc
use context manager for scandir as recommended since python 3.6
2023-10-31 17:30:58 +01:00
Prinz23
3ed0d5ed52
more optimization of scantree
2023-10-28 15:10:41 +02:00
Prinz23
54765a5432
optimize scantree
2023-10-28 10:02:01 +02:00
Prinz23
9c5e71d677
add exclude_dirs parameter to scantree
2023-10-28 02:58:18 +02:00
JackDandy
b6e66cbc41
Update pytz 2022.7.1/2022g (d38ff47) → 2023.3/2023c (488d3eb).
2023-10-22 17:20:39 +01:00
JackDandy
e20c80369e
Update dateutil 2.8.2 (28da62d) → 2.8.2 (296d419).
2023-10-22 16:45:32 +01:00
JackDandy
f36bb0b179
Update Apprise 1.3.0 (6458ab0) → 1.6.0 (0c0d5da).
2023-10-21 12:47:10 +01:00
JackDandy
3c251294f2
Update urllib3 2.0.5 (d9f85a7) → 2.0.7 (56f01e0).
2023-10-21 11:39:09 +01:00
JackDandy
3d861c7b96
Merge branch 'main' into dev
2023-10-08 02:05:38 +01:00
JackDandy
d58ad2633d
Update UnRar x64 for Windows 6.23 → 6.24
2023-10-08 02:04:14 +01:00