Commit Graph

938 Commits

Author SHA1 Message Date
Claus Vium
f1ee9df5c1
Merge pull request #429 from angyanmark/feature/author-details-rating-as-double
Author details - rating as double
2023-09-18 08:45:46 +02:00
Claus Vium
f747aa3f95
Merge pull request #444 from revam/patch-3
Add Biography to TranslationData
2023-09-18 08:44:29 +02:00
Claus Vium
0905c542cc
Merge pull request #446 from revam/patch-4
Add missing Collection Translations
2023-09-17 18:15:04 +02:00
Mikal Stordal
d750552b72 fix typo 😅 2023-09-17 12:51:13 +02:00
Mikal Stordal
208ee02881 Add missing Collection Translations
Found another thing missing I needed.

While I haven't actually tested if I hooked it up correctly from within
the library I have tested that the api accepts the 'translations' value
in the 'append_to_response' query parameter and sends the translations
with the other collection info.

Example output from the api;
![image](https://github.com/revam/dotnet-tmdblib/assets/7761729/804b284b-aced-4b02-b3be-846046970b40)
2023-09-17 10:49:40 +02:00
Claus Vium
fbf6e7e56d
Merge pull request #442 from revam/patch-1 2023-09-17 07:32:17 +02:00
Mikal S
739e78050e
Update TMDbLib/Objects/TvShows/TvEpisodeBase.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2023-09-17 06:16:31 +02:00
Claus Vium
0aef0bcde2
Merge pull request #443 from revam/patch-2
Add bool Adult to TvShow
2023-09-16 22:49:33 +02:00
Claus Vium
dac135ab86
Merge pull request #437 from angyanmark/feature/add-discover-filters
Add discover filters
2023-09-16 22:44:22 +02:00
Claus Vium
863c5b5ac2
Merge pull request #433 from angyanmark/feature/review-language-parameter
Review language parameter
2023-09-16 22:39:36 +02:00
Claus Vium
a6237db470
Merge pull request #428 from angyanmark/feature/review-created-at-updated-at
Review - Created at and Updated at properties
2023-09-16 22:39:06 +02:00
Claus Vium
4824012d3a
Merge pull request #427 from angyanmark/feature/localized-trending-methods
All trending and localized trending methods
2023-09-16 22:37:21 +02:00
Mikal S
6f57eb71fa
Add Biography to TranslationData
And apply the same "hack" that was applied to Name/Title to consolidate it with the Overview property.
2023-09-01 14:19:12 +02:00
Mikal S
51e53319f0
Add bool Adult to TvShow
The property can be used to determine if a show is an adult orientated show (so a pornographic show).

I re-used the same field name as what is used for movies.
2023-08-31 21:26:19 +02:00
Mikal S
4d10cacc4c
Add Runtime to TvEpisodeBase.cs 2023-08-31 20:06:53 +02:00
Michael Bisbjerg
2fa2e9df68
Merge pull request #440 from LordMike/feature/auto-contents
Auto: Updating standardized files
2023-08-18 22:28:35 +02:00
Auto Contents
1b89e39e36 Updating standard content files for repository 2023-08-18 17:01:11 +00:00
Márk Ángyán
10b60581ea discover tv vote average at most, vote count at most filters 2023-03-25 19:59:08 +01:00
Márk Ángyán
0f2da9b626 discover movie runtime at least, runtime at most filters 2023-03-25 19:57:39 +01:00
Márk Ángyán
a40369879c review language param 2023-03-12 17:38:36 +01:00
Márk Ángyán
b2b0eb8c2b author details rating as double 2023-01-17 21:40:59 +01:00
Márk Ángyán
f0872c7758 review created at and updated at properties 2023-01-17 18:42:02 +01:00
Márk Ángyán
57ad117241 add trending all test 2023-01-11 19:40:44 +01:00
Márk Ángyán
92a69c6bd7 add get all trending method 2023-01-11 19:36:20 +01:00
Márk Ángyán
e62ea5c826 localized trending calls 2023-01-11 19:21:49 +01:00
Michael Bisbjerg
6420364178
Merge pull request #426 from LordMike/feature/422-discovermovie-missing-with_release_t
422 DiscoverMovie missing 'with_release_type' parameter
2023-01-09 23:14:18 +01:00
Michael Bisbjerg
5119be4352 Fix bad editorconfig value 2023-01-09 22:52:32 +01:00
Michael Bisbjerg
5637232d42 Add with_release_type to Discover Movie
Fixes #422
2023-01-09 22:52:16 +01:00
Michael Bisbjerg
6a9c237126
Merge pull request #400 from angyanmark/features/tvshow-recommendations-similar-searchcontainer
TV show 'recommendations' and 'similar' as SearchContainer<SearchTv>
2023-01-09 22:01:54 +01:00
Michael Bisbjerg
fe50e0957e
Merge pull request #401 from angyanmark/features/get-popular-people-refactor
Get popular people refactor
2023-01-09 21:47:07 +01:00
Michael Bisbjerg
ddb1233bc3
Merge pull request #419 from TheUltimateC0der/bug/418_Error_converting_value_null_to_type_System.Double_._Path_popularity
double Popularity for Movie model is now nullable to combat #418
2023-01-07 12:42:22 +01:00
Michael Bisbjerg
b2bb3c63d9
Merge pull request #421 from cxfksword/master
Add timeout setting for entire api request
2023-01-07 12:40:09 +01:00
cxfksword
07460ba85e Add timeout setting for entire api request 2022-10-27 11:09:53 +08:00
TheUltimateCoder
15b4da1406 double Popularity for Movie model is now nullable to combat #418 2022-10-13 22:39:01 +02:00
Michael Bisbjerg
4b10d74df2
Merge pull request #416 from SirSparkles/patch-1
Fix for #411
2022-10-04 10:55:02 +02:00
Michael Bisbjerg
75e3c8a471 Add missing usings 2022-10-04 10:53:53 +02:00
SirSparkles
9949808929
Update TimeWindow.cs 2022-10-02 22:35:26 +08:00
SirSparkles
e35c7e8bba
Update TMDbClientTrending.cs
Use GetDescription() for enumValues
2022-10-02 22:30:54 +08:00
SirSparkles
c6b99e3414
Update TMDbClientTrending.cs 2022-09-30 22:58:58 +08:00
Michael Bisbjerg
27db2bb92d
Merge pull request #408 from Almis90/Almis90-patch-1
Updated TranslationData model
2022-08-29 09:49:51 +02:00
Michael Bisbjerg
8d34adcd51
Merge pull request #412 from electroflame/aggregate-api-fix
Update the AggregateCredits implementation
2022-07-23 22:18:40 +02:00
electroflame
63d9dcd467 Refactor Cast and Crew to use base classes. 2022-07-23 02:55:13 -07:00
electroflame
c5ecbf83b1 Update the AggregateCredits test with the correct class. 2022-07-23 02:47:21 -07:00
Michael Bisbjerg
a1b8ca4e5c
Merge pull request #407 from TheUltimateC0der/master
Update ExternalIdsMovie.cs
2022-07-22 22:39:30 +02:00
electroflame
0a2c7a2bd3 Fixed the AggregateCredits implementation. 2022-07-22 03:15:49 -07:00
Michael Bisbjerg
fb47fe45a6 Use Name and title interchangeably. 2022-06-06 13:45:46 +02:00
Almis90
a86bffb678
Updated TranslationData model
Replaced name with title
Added runtime
2022-06-06 00:12:21 +03:00
Ultimate
4b896fa1a1
Update ExternalIdsMovie.cs 2022-05-05 21:25:15 +02:00
Michael Bisbjerg
5b9e93e581 Ensure we do not dispose a nullable field
Fixes #405
2022-04-27 18:38:41 +02:00
Michael Bisbjerg
66ad5b58a5 Undo targetframeworks cleanup
Woops
2022-04-27 18:34:42 +02:00