Commit graph

251 commits

Author SHA1 Message Date
JackDandy
b55b29732b Fix py2 deprecation cleanups added exclusively by TvdbV4 code.
Refactor `timestamp_near` to `SGDatetime.timestamp_near`
---
Simplify enforce_type + clean_data to clean_str.
Change simplified all but one enforce_type use case.
---
Add tvdb, trakt slug tvinfo search test cases

Change direct tvdb slug search support via new api endpoint

Fix origin_countries in tvdb_api_v4.
---
Add new TV_Maze id to show obj ids in tvdb_api_v4.
Fix a bug parsing social ids for tvshows in tvdb_api_v4.
Change add language support to search API and tvdb_api_v4.
Change add `updated_at` to artwork on tvdb_api_v4.
Change add `finale` type to episodes.

Change add method `get_top_rated` to tvdb_api_v4.
optional params...
- year=... argument to get only top rated of given year, if not it's all time
Change returns result for shows until same day last year.

Add youtube, reddit, fansite, tiktok, linkedin, wikidata to tv.py
Add tiktok to indexer_config.
Add fansite to tvdb_api_v4.
Aadd fansite to TVInfoSocialIDs.
Add source type parsing and add linkein to tvdb_api_v4.
Add linkedin.
Add tiktok parser to tvdb_api_v4.

Change v4 to TVInfoIDs, TVInfoSocialIDs.

Change add new id data.

Add contentrating.

Change fill in new fields to get_person results.
----
Change implement discover endpoint in tvdb_api_v4.

Change filter '0000' year for firstaired field in tvdb_api_v4.

Change use the default_season_type from api for website fallback.

Change remove unneeded _auth_time.

Add backup fetch for episode data.

Change add multiple space remove to clean_data.
Change move _get_tvdb_id to central function.
Change fix minor warnings, code tidy + DRY.
Change remove the show-edit option `Use DVD titles and numbers` until ready with multi TVInfo source.
Add try_date and use to attempt conversion of unspecified date format types birthdate, deathdate, aired.
Change tweaks, remove one warn, order imports.
Change tidy up of other warnings, mismatched types, typos, a strange arg issue with deepcopy, and PEP8.
Bug fix, bad key in get_item for TVInfoSocialIDs.
Fix ambiguities of `show` used in sg versus external uses.
Fix add data sanitisation of image field.
Change make set_episode code more readable.
Change fix final two warnings in api v4.
Fix an API can return falsy as firstaired which crashes adding a show via load_from_tv_info() (The Andrew Marr Show@tvdbv4).

Add cast, crew type mappings

Only take Main Actors, Hosts, Interviewers, Presenters

Change increase viewagble history menu items from 13 to 15.
2024-10-07 01:24:43 +01:00
JackDandy
eef5ddb171 Merge branch 'main' into dev 2024-10-07 00:35:28 +01:00
JackDandy
d2f7bb6104 Fix Fanart.tv and CF data fetch.
Fix TVC images.
Change center the default card background and hide hover text decoration.
Change correct typos
2024-10-07 00:32:58 +01:00
JackDandy
176abcdd4d Merge branch 'main' into dev 2024-08-13 12:29:15 +01:00
Prinz23
69eea899ef Change add CONFIG_LOADED var to prevent saving config.ini before it's fully loaded
Change providers to save config.ini if needed at the end of init stage 1
2024-08-13 12:28:06 +01:00
JackDandy
76871e8628 Merge branch 'main' into dev 2024-08-12 18:11:02 +01:00
Prinz23
2dcf1854eb Fix saving config.ini after restart and startup
make save_config fallback to single threaded save use
2024-08-12 18:09:12 +01:00
JackDandy
3cabf3f9d7 Merge branch 'main' into dev 2024-08-12 00:19:37 +01:00
Prinz23
6a65cebc06 Fix to create initial config.ini when one doesn't exist
Fix saving config.ini during startup (update or creating)
2024-08-12 00:16:52 +01:00
JackDandy
c6bfc9c3d1 Merge branch 'main' into dev 2024-08-10 12:56:58 +01:00
Prinz23
0c0e25e73c Change allow Python 3.12.5
Fix person ids fetching
Fix wrong added death dates (by allowing overwriting deathday with None if birthday is on source)
Fix parsing changes to IMDb bio
Update test data
- Change improve efficiency when saving config.ini
Change prevent saving unchanged config.ini
Change add flushing to config.ini file saving (configobj hack)
Change add ConfigEvents queue for saving the config ini more efficiently
Change catch other errors for saving config
- Change improve efficiency when saving viewshow glide
Change don't call '/home/set-display-show-glide' in the first place if there  is no reason (params) to do so
Change add sanity check for set_display_show_glide, only save changed values
2024-08-10 12:39:12 +01:00
JackDandy
13763cab4b Change person cards to not display "eps" when number of eps is unknown 2024-06-27 00:00:16 +01:00
JackDandy
07799f6dd9 Merge branch 'main' into dev 2024-06-26 18:26:57 +01:00
Prinz23
c4d3577ba3 Fix TVmaze parser to only directly map properties in map list
Change add TMDB ratings alias in _convert_show
2024-06-26 18:16:49 +01:00
JackDandy
cda6fb6b2c Fix votes on shows/IMDb cards. 2024-06-26 18:07:24 +01:00
JackDandy
47cf0f5eca Merge branch 'main' into dev 2024-06-26 07:21:40 +01:00
JackDandy
552e4f74b1 Fix systemd linefeed typo. 2024-06-26 07:20:42 +01:00
JackDandy
611097de1a Merge branch 'main' into dev 2024-06-26 01:20:52 +01:00
Prinz23
bfd9f50d76 Fix update tvinfo test data 2024-06-26 01:17:25 +01:00
JackDandy
83d2aa32a2 Update package resource API 68.2.2 (8ad627d) → 70.1.1 (222ebf9). 2024-06-26 00:45:48 +01:00
JackDandy
0f7ad2da59 Update filelock 3.14.0 (8556141) → 3.15.4 (9a979df). 2024-06-25 23:24:17 +01:00
JackDandy
de3d29c818 Update urllib3 2.2.1 (54d6edf) → 2.2.2 (27e2a5c). 2024-06-25 23:04:24 +01:00
JackDandy
31c406a493 Prepare release, bump date. 2024-06-25 21:15:30 +01:00
JackDandy
5f67570632 Merge branch 'main' into dev 2024-06-23 19:22:13 +01:00
Prinz23
d1d06ba914 Fix parsing show names that contain the word "parts" by making parser more restrictive. 2024-06-23 19:20:02 +01:00
JackDandy
84d1d81d45 Change clean up 2024-06-16 17:09:05 +01:00
JackDandy
cb919e0f10 Merge branch 'main' into dev 2024-06-14 01:03:08 +01:00
Prinz23
4a430afbe1 Change allow Python 3.12.4 2024-06-14 00:56:18 +01:00
Prinz23
a48a4ead37 Change alphabetically sort list at edit show/Exclude global ignore/require words. 2024-06-14 00:48:13 +01:00
JackDandy
4a6cd14465 Change systemd remove py2 and add basic hardening options (thanks to team sabnzbd). 2024-06-13 13:49:54 +01:00
JackDandy
3b922bdeb2 Change growl notifier location for Apprise update refactor. 2024-06-07 21:00:11 +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