The Movie Database 支持

I'm using the following query:

        var url = 'https://api.themoviedb.org/3/discover/movie';
        var params = {
            'api_key': MY_KEY,
            'region': 'US',
            'release_date.gte': '2018-02-01',
            'release_date.lte': '2018-02-28',
            'with_release_type': '4'
        };

Which looks like this:

https://api.themoviedb.org/3/discover/movie?api_key=<<KEY HERE>>&region=US&release_date.gte=2018-02-01&release_date.lte=2018-02-28&with_release_type=4

And I'm getting the following TV-SHOW: "When We First Met" which seems to be a tv-show as seen in imdb: http://www.imdb.com/title/tt5783956/releaseinfo?ref_=tt_dt_dt

And apparently it neither has a physical version (ignoring the with_release_type=4) , because it seems to be released on internet only.

5 回复(第 1 页,共 1 页)

Jump to last post

Surely it's a movie rather than a TV show, regardless of where/how it was released? Compare "The Cloverfield Paradox", "Whatever Happened To Monday" and similar.

What about the fact that is appearing on the search when using with_release_type=4? Which is "physical" format only? This is only released on the internet?

@alvarotrigo said:

What about the fact that is appearing on the search when using with_release_type=4? Which is "physical" format only? This is only released on the internet?

That I don't know. But your "title" question was "Discover movies is returning a TV show" and in this case the "TV Show" is a movie.

Actually, according to the documentation I found - maybe it's out of date (https://developers.themoviedb.org/3/discover/movie-discover)- release_type uses the same mapping as release_date:

Specify a comma (AND) or pipe (OR) separated value to filter release types by. These release types map to the same values found on the movie release date method.

From https://developers.themoviedb.org/3/movies/get-movie-release-dates

Release dates support different types:

  1. Premiere
  2. Theatrical (limited)
  3. Theatrical
  4. Digital
  5. Physical
  6. TV

...so, if I'm understanding that correctly, Type 4 is digital?

Right!! Type 5 should be! No idea where I got the 4! Thanks for that!

This post can now be closed. It seems I can not do it myself.

找不到电影或节目?登录并创建它吧。

全站通用

s 聚焦到搜索栏
p 打开个人资料菜单
esc 关闭打开的窗口
? 打开键盘快捷键窗口

在媒体页面

b 返回(或返回上级)
e 进入编辑页面

在电视季页面

(右箭头)下一季
(左箭头)前一季

在电视集页面

(右箭头)下一集
(左箭头)上一集

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

t 打开翻译选择器
ctrl+ s 提交

在讨论页面

n 创建新讨论
w 切换关注状态
p 设为公开 / 私密讨论
c 关闭 / 开放讨论
a 打开活动页
r 回复讨论
l 跳转至最新回复
ctrl+ enter 发送信息
(右箭头)下一页
(左箭头)前一页

设置

想给这个条目评分或将其添加到片单中?

登录

还不是会员?

注册加入社区