Commit graph

339 commits

Author SHA1 Message Date
Prinz23
7a6936823e Change improve tmdb_api, trakt_api, and TVInfoShow object.
Add `spoken_languages` to tmdb API and TVInfoShow object.
Add `trailers`, `homepage` to trakt API and TVInfoShow object.
Add trakt episode data if returned from api.
Add trakt API methods.
- get_most_played
- get_most_watched
- get_most_collected
- get_anticipated
- get_recommended
- get_trending
- get_popular
- get_recommended_for_account
- get_new_shows
- get_new_seasons
- get_watchlisted_for_account
- get_similar
- hide_recommended_for_account (to hide/remove recommended shows for account)
- unhide_recommended_for_account
- list_hidden_recommended_for_account

Fix caching tmdb language list over different runtime instances.
Add episode_count and fix ti_show in tmdb_api person object.
Change set additional properties in get_person trakt_api.

Add tmdb API methods and tvinfo_base.
- get_recommended_for_show
- get_similar
---
fix supported language caching
improve print output (source name) of tvinfo_api_tests
fix tvinfo_api_tests data creation
---
Add code so that it runs with all_test

use mock today() and now() dates
add option to only get new urls mock data
try also to make object creation only when needed
fix person parser in tmdb_api
add search_person test in tvinfo_api_tests
restore mocked methods at the end of the tvinfo_api_tests to prevent other tests to fail when called via all_tests
switch gzip with better lzma compression for mock files (default lib in py3)
move mock files in test unit sub folder
---
Fix trakt method `get_recommended`.
Fix browse trakt tests in tvinfo_api_tests.
Change set episode id in trakt api.
---
Add test_browse_endpoints to tvinfo_api_tests.
---
Add enforce_type to sg_helpers.
Change use enforce str for overviews.
Change remove `if PY2` code sections
Add support for  datetime.time in _make_airtime in tv.py
Refactor tvmaze_api show data setter.
Change test to not allow None for seriesname.
Add additional missing showdata with caller load_data().
Add load_data() to TVInfoShow.
Add guestcast, guestcrew to episodes in pytvmaze lib.
---
Change make seriesid of TVInfoShow a alias property of id.

Add tvinfo tests.
Add search tests.
Add show, person tests.
Change add trakt tests.
Change add tmdb search tests.
tvmaze_api exclude rating from mapping.
Allow None for seriesname.
Fix origin_countries in trakt_api search.
Fix show_type in tvmaze_api.
Fix airtime for episodes in tvmaze_api.
---
Change switch to property instead of legacy dict-like use for trakt search results.
Change optimize speed of get() function.
Fix make BaseTVinfoSeasonnotfound and BaseTVinfoAttributenotfound also a subclass of AttributeError and KeyError.
Change mock get() to work with and without default args just like dict get().
Change add language to tmdb_api search results.
Change improve person search by remote id, by getting the complete persons data when there is only 1 result.
Change trakt API search results to tvinfoshow.
Change search results to TVInfoShow objs in tvmaze_api.
Change simplify poster URL generation for search results.
Change search results to TVInfoShow objs.

Change add tvdb genre links to displayShow.

Change workaround for missing data in person data (series set to None).

Fix add show to characters of person if there is no name on IMDb (set to 'unknown name').

Change add config and icons for linkedin, reddit, wikidata, youtube.

Add TVInfoIDs, TVInfoSocialIDs to Trakt.
Add TVInfoIDs to tmdb_api.
Add TVInfoIDs to tvmaze_api.
add TVInfoIDs to imdb_api.

Change make character name '' if None.

Fix for 'unknown name' persons and characters.

Add contentrating.

Change fill in new fields to get_person results.

----

Change set new in/active dates to network.

Change add active_date, inactive_date to TVInfoNetwork class.

Change add default kwargs to tmdb discover method if no kwargs are set.
Change default: English language shows with first air date greater then today.

Change add slug field to returned data from discover.

Change add 'score' mapped to rating to discover returned results.

Fix valid_data for discover method.

Change add result_count to discover.

Change add _sanitise_image_uri to discover method.

Fix convert_person.

Change add missing  _sanitise_image_uri for images in some places.

Fix crew.

Change return type of tvinfo base: discover to list tvinfoshow.

Fix people remote id search.
Change add tmdb person id search.

Change fix people endpoint fieldname changes.

Change add biography to person object.

Change move 401 expired token handling into TvdbAuth class.

Change get new token if old token is expired.

Change add raise error if episodes fallback fails to load data.
Change add break if no valid_data to absolute and alternative numberings.
Change add filter only networks.
Change add new required parameter meta=translations to get translated (includes the original language) show overviews.
Change add check if show is set for person compare.
Fix person update properties with no show set.
Change add person image.

Change add alternative episode orders.
Change add alt_ep_numbering to TVINFO_Show.
Change add old interface for dvd order.

Change add trakt slug tvinfo search test cases.

Change add mock for old tvdb get new token.

Change old lib to newer tvinfo data.

Fix person id (not available on old api).

Change more places to new TVInfoAPI interface.
2023-05-03 00:43:59 +01:00
JackDandy
5ff18a8652 Add try_date for use in attempting 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.

Change add cast, crew type mappings
Change only take Main Actors, Hosts, Interviewers, Presenters.
2023-05-03 00:43:58 +01:00
Prinz23
0fbf88651d Add language support.
Add new get_languages TVInfo Interface method that returns a list of dicts by the indexer supported languages and the sg_lang map code [{'id': 'lang code', 'name': 'english name', 'nativeName': 'native name', 'sg_lang': 'sg lang code'}].
Add all returned languages to webserve method.
Use new interface parameter language for get_show.
2023-05-03 00:41:08 +01:00
JackDandy
7acddd88b2 Merge branch 'feature/ChangeRenameEpisodes' into dev 2023-05-03 00:38:25 +01:00
JackDandy
d649d49990 Change improve tba regex and logic readability. 2023-05-02 23:46:03 +01:00
Prinz23
2ef0f92d84 Change conditional logic simplification.
Change no need to rename if there is no file.
Change don't rename if basename is unchanged.
Change check if episode filename has changed.
2023-05-02 22:49:39 +01:00
JackDandy
1eec1e7492 Add to config/media-process/File Handling, "Rename TBA" and "Rename any".
Change exclude Trakt notifier from redundant library updates when renaming files.
Change filename checker regex to be less strict.
Change remove naming pattern code duplication.
2023-05-02 22:47:52 +01:00
Prinz23
a323eed822 Add rename "TBA" files to actual episode name from TV info source changes.
Add setting vars to rename episodes when tba type default or on any change.
2023-05-02 09:39:09 +01:00
JackDandy
a7cbf9e574 Merge branch 'feature/UpdatePytvmaze' into dev 2023-04-30 09:16:10 +01:00
JackDandy
b6b362845d Update Pytvmaze library 2.0.8 (16ed096) → 2.0.8 (81888a5). 2023-04-30 09:15:38 +01:00
JackDandy
1f3e1416d4 Merge branch 'feature/ChangeShowTime' into dev 2023-04-27 12:56:27 +01:00
JackDandy
8561e5ac0c Change view-show text "invalid timeformat" to "time unknown". 2023-04-27 12:56:12 +01:00
JackDandy
de004da8fa Merge branch 'feature/ChangeRapidFuzz' into dev 2023-04-27 12:55:48 +01:00
JackDandy
64ec74ed4c Change allow rapidfuzz update from 2.x.x to 3.x.x 2023-04-27 12:55:38 +01:00
JackDandy
468737fcae Merge branch 'feature/ChangeRemoveFutures' into dev 2023-04-27 12:54:02 +01:00
JackDandy
fb6ef08f01 Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
JackDandy
55da3fe6fc Merge branch 'feature/ChangeMinPython38' into dev 2023-04-27 12:52:21 +01:00
Prinz23
1f7e467e07 Change minimum required Python to version 3.8 2023-04-27 12:52:02 +01:00
JackDandy
0b23f42936 Merge branch 'feature/AddProcessPositiveLog' into dev 2023-04-27 12:50:34 +01:00
JackDandy
8223edb2cf Add config to change media process log message if there is no media to process. 2023-04-27 12:50:24 +01:00
JackDandy
1579df04f1 Merge branch 'feature/ChangeSchedulers' into dev 2023-04-27 12:49:50 +01:00
JackDandy
8e8568adb3 Change add jobs to centralise scheduler activities.
Change refactor scene_exceptions.
2023-04-27 12:47:00 +01:00
JackDandy
97466179eb Merge branch 'feature/UpdateApprise' into dev 2023-04-27 12:45:40 +01:00
JackDandy
73158c9ab8 Update Apprise 1.2.1 (3d07004) → 1.3.0 (6458ab0). 2023-04-27 12:45:24 +01:00
JackDandy
0794ca330f Merge branch 'feature/UpdateFeedparser' into dev 2023-04-27 12:37:26 +01:00
JackDandy
864d8fffac Update feedparser 6.0.10 (6d032b8) → 6.0.10 (859ac57). 2023-04-27 12:35:11 +01:00
JackDandy
f8188b93f3 Merge branch 'feature/UpdateAttr' into dev 2023-04-27 12:26:57 +01:00
JackDandy
ef2d45c4ca Update attr 22.2.0 (a9960de) → 22.2.0 (683d056). 2023-04-27 12:26:44 +01:00
JackDandy
3e5c399b05 Merge branch 'feature/UpdateDiskcache' into dev 2023-04-27 12:25:37 +01:00
JackDandy
6bdb463147 Update diskcache 5.4.0 (1cb1425) → 5.6.1 (4d30686). 2023-04-27 12:24:16 +01:00
JackDandy
a3288eff39 Merge branch 'feature/UpdateUrllib3' into dev 2023-04-27 12:23:43 +01:00
JackDandy
7ea6a684bf Update urllib3 1.26.14 (a06c05c) → 1.26.15 (25cca389). 2023-04-27 12:23:12 +01:00
JackDandy
b6cfffb4e3 Merge branch 'feature/UpdateRequests' into dev 2023-04-27 11:56:50 +01:00
JackDandy
de209c9acf Update Requests library 2.28.1 (ec553c2) → 2.29.0 (87d63de). 2023-04-27 11:37:11 +01:00
JackDandy
fce30c97ef Merge branch 'feature/UpdateFilelock' into dev 2023-04-27 11:31:57 +01:00
JackDandy
e037e4b53b Update filelock 3.9.0 (ce3e891) → 3.11.0 (d3241b9). 2023-04-27 11:31:45 +01:00
JackDandy
472d7afe41 Merge branch 'feature/UpdateMsgpack' into dev 2023-04-27 11:30:34 +01:00
JackDandy
59fba38600 Update Msgpack 1.0.4 (b5acfd5) → 1.0.5 (0516c2c). 2023-04-27 11:30:22 +01:00
JackDandy
8985d3a6c8 Merge branch 'feature/UpdateTornado' into dev 2023-04-27 11:28:31 +01:00
JackDandy
1c6a5bb59a Update Tornado Web Server 6.3.0 (7186b86) → 6.3.1 (419838b). 2023-04-27 11:28:07 +01:00
JackDandy
acd1a1c613 Merge branch 'feature/UpdateSimpleJSON' into dev 2023-04-12 13:44:01 +01:00
JackDandy
c0adcf5933 Update SimpleJSON 3.18.1 (c891b95) → 3.19.1 (aeb63ee). 2023-04-12 13:38:43 +01:00
JackDandy
4da91221a9 Merge branch 'main' into dev 2023-04-12 13:09:34 +01:00
JackDandy
f92f9f8014 Merge branch 'release/3.28.0' 2023-04-12 13:08:11 +01:00
JackDandy
ae29264c24 Prepare release, bump date. 2023-04-12 13:07:29 +01:00
JackDandy
01045f22de Merge branch 'main' into dev 2023-04-12 10:20:48 +01:00
JackDandy
429502424e Merge branch 'hotfix/3.27.13' 2023-04-12 10:19:00 +01:00
Prinz23
49f6c99e0a Change handle exceptions thrown from pkg_resources parsing newly extended working set modules not even used by SG.
Fix parsing shows where multiple same names are in SG and show_obj is set for parser.
Change update fallback zoneinfo to 2023c.
Change update gitignore.
2023-04-12 10:17:48 +01:00
JackDandy
41a72bdb4d Change allow Python 3.11.3, 3.10.11
Change fix show id log output.
Remove deprecated var.
2023-04-12 10:16:32 +01:00
JackDandy
49014ab048 Merge branch 'feature/AddRarbgCat' into dev 2023-04-02 23:37:50 +01:00