The Movie Database 支持

Hi

I really love the TV Shows feature, once you get into it, it has a well thought top to bottom hierarchy, there is an obvious changes logic that is to be implemented

However I'm wondering what happens when episodes or seasons get deleted, or their orders change. Let me simplify my concerns into a simple list:

[1]: What happens when the order of two episodes change? (Do their id's stay the same - or are they both deleted / re-added?) [2]: How should one know when an episode gets deleted? (Is there a "deleted" update for episodes at the "season changes"? - for movies - deleted movies appear at /movie/changes - which makes the process really simple) [3]: Same concerns apply for seasons too - both the season and episode data that appears on tv shows / seasons don't have "id"'s listed - which makes things harder

One other challenge is that, it's not easy to verify a deleted episode/season - since you can't ping them by id, and only ping their respective /changes info by id -- I don't have a deleted season or episode id - does the deletion appear at /tv/season/{id}/changes for example?

Basically I'm trying to determine what to do in these scenarios, I'm building a product that will let users mark episodes as watched / comment on them, however if the "moviedb id"'s aren't persisted during the order changes etc. - my implementation wouldn't be sufficient

I would be glad to know all that is possible about these events, Thanks in Advance

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

Jump to last post

Hey ,

I really love the TV Shows feature, once you get into it, it has a well thought top to bottom hierarchy, there is an obvious changes logic that is to be implemented

Thanks, I tried to make it as clean as I could. TV can be very complicated though! It's not nearly as flat of a model as movie data.

  1. What happens when the order of two episodes change? (Do their id's stay the same - or are they both deleted / re-added?)

Their ids stay the same but their episode_number will get updated. This is why it's the episode_id that gets added to the associated change log.

  1. How should one know when an episode gets deleted? (Is there a "deleted" update for episodes at the "season changes"?)

Yes, there is a corresponding change in the season change log. Here's a recent example actually:

  1. Same concerns apply for seasons too - both the season and episode data that appears on tv shows / seasons don't have "id"'s listed - which makes things harder

There's an open ticket I have to add the season ids and episode ids. It will make this considerably easier since we track changes by ids.

Does the deletion appear at /tv/season/{id}/changes for example?

Yes, see the 24 example above.

if you have any more specific questions, I am happy to help answer them. The TV change section is fairly new so there could still be a few areas that need massaging (like adding those ids).

Cheers.

Thanks a lot for the quick answer, Indeed the 24 example is a great one

I also agree that tv shows are much more complex than movies (generally speaking - not specific to the moviedb design), but considering each episode is like a movie in most cases, I guess the complexity is justified

It's great to hear that the episode_id's live on

In my opinion the complexity arises from the deleted seasons/episodes / order changes - if both seasons and episodes had their own root changes methods, similar to movies/tvs/persons, the integration could have been simpler

Instead of triggering episode updates from a season for example, the updates would be triggered from /tv/episode/changes - the deletions would be simpler

Things would come together naturally (There would be no need to parse the /tv/id/changes and /tv/season/id/changes - which would simplify things a lot - I don't parse them for movies and persons for example)

However the current state/design of the API obviously handles these scenarios well - again thanks for the API - I often wish other API's similar to themoviedb existed for other stuff

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

全站通用

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

在媒体页面

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

在电视季页面

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

在电视集页面

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

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

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

在讨论页面

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

设置

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

登录

还不是会员?

注册加入社区