The documentation for Discover/Tv parameters with_genres and with_networks don't specify "OR" operation (with "|").. But other similar parameters do. Is this a mistake?
These parameters for Discover/Movie have conflicting descriptions: certification_country, certification, certification.lte.
Apparently, both certification and certification.lte require certification_country - but certification_country requires certification.lte. So according to this, it is not possible to specify certification.
Απάντηση από τον/την LordMike
στις 18 Ιούνιος 2015 στις 06:11 ΜΜ
Discover/Tv has a duplicate
sort_by
Απάντηση από τον/την LordMike
στις 18 Ιούνιος 2015 στις 06:21 ΜΜ
The documentation for Discover/Tv parameters
with_genres
andwith_networks
don't specify "OR" operation (with "|").. But other similar parameters do. Is this a mistake?Απάντηση από τον/την LordMike
στις 18 Ιούνιος 2015 στις 06:23 ΜΜ
These parameters for Discover/Movie have conflicting descriptions:
certification_country
,certification
,certification.lte
.Apparently, both
certification
andcertification.lte
requirecertification_country
- butcertification_country
requirescertification.lte
. So according to this, it is not possible to specifycertification
.Απάντηση από τον/την Travis Bell
στις 18 Ιούνιος 2015 στις 06:32 ΜΜ
They must be used in tandem, separately they are useless.
Re: the rest of the doc issues, I'll get them fixed up.
Απάντηση από τον/την LordMike
στις 18 Ιούνιος 2015 στις 07:03 ΜΜ
I assumed that I can do the following: https://github.com/LordMike/TMDbLib/blob/issue-95/TMDbLib/Objects/Discover/DiscoverMovie.cs#L52
Basically, I either set the Country and the specific certification, or the Country and a lte certification.
Απάντηση από τον/την Travis Bell
στις 19 Ιούνιος 2015 στις 10:40 ΕΊΜΑΙ
Documentation has been updated.
Cheers.