Commit Graph

1057 Commits

Author SHA1 Message Date
renovate[bot]
edb0084d54
Update actions/setup-dotnet action to v3 2023-09-23 04:34:41 +00:00
renovate[bot]
8543e3cabe
Update actions/checkout action to v4 2023-09-23 00:55:32 +00:00
renovate[bot]
8d60e70642
Update dependency Microsoft.NET.Test.Sdk to v17.7.2 2023-09-22 23:07:44 +00:00
renovate[bot]
490b909afe
Update dependency IDisposableAnalyzers to v4.0.7 2023-09-22 23:07:38 +00:00
Claus Vium
a0cca16e95
Merge pull request #439 from jakelandau/master
Update Newtonsoft.Json to 13.0.3 due to Security Vuln
2023-09-22 22:28:43 +02:00
Claus Vium
36b536c55f
Merge pull request #447 from jellyfin/renovate/pin-dependencies
Pin dependencies
2023-09-22 22:16:54 +02:00
Claus Vium
97e01dadf8
Merge pull request #448 from jellyfin/renovate/configureawaitchecker.analyzer-5.x
Update dependency ConfigureAwaitChecker.Analyzer to v5.0.0.1
2023-09-22 22:16:36 +02:00
renovate[bot]
8590ce035e
Update dependency ConfigureAwaitChecker.Analyzer to v5.0.0.1 2023-09-22 20:14:26 +00:00
renovate[bot]
035a105647
Pin dependencies 2023-09-22 20:14:20 +00:00
Claus Vium
1bc4265e90
Merge pull request #445 from jellyfin/renovate/configure
Configure Renovate
2023-09-22 22:14:01 +02:00
Claus Vium
c3fb39d876
use our own preset 2023-09-22 22:11:14 +02:00
Claus Vium
17674ca867
Merge pull request #435 from angyanmark/feature/extend-media-type
Extend MediaType
2023-09-22 22:05:48 +02:00
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
renovate[bot]
84c82e0b28
Add renovate.json 2023-09-16 08:39:55 +00: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
Jake Landau
3c287c8da4
Removed launchSettings.json 2023-08-17 16:11:50 -04:00
Jake Landau
e90e98e7ee
Updated Newtonsoft to 13.0.3 due to critical security vulnerability 2023-08-17 09:35:20 -04:00
Jake Landau
49833eb9b0
Launch settings for WSL debugger 2023-08-17 09:34:22 -04: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
9fb6275352 remove spaces 2023-03-19 13:39:58 +01:00
Márk Ángyán
6b7e38ddd1 extend media type 2023-03-19 13:13:38 +01:00
Szajkop
8b5051ae4d Add default language to trending queries 2023-03-16 17:45:15 +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