Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

让电影里对 part 的识别生效 #3329

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

yxlimo
Copy link
Contributor

@yxlimo yxlimo commented Dec 5, 2024

之前判断了 begin_episode 和 begin_season 导致 Part 对 movie 不生效。也不知道这算 bug 还是 feature。毕竟文档里 part 是在 movie 这一类的

这里 part 的场景不只是 disc1234 这样。有些电影其实是分成好几部的,但是在 tmdb 里只有一个,只能靠 part 去识别了。
比如 王兵导演的 死灵魂,还有动漫 五等分的新娘∽

and not self.begin_episode \
and not self.resource_pix \
and not self.resource_type:
if not self.year:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请举例,另外现有单元测试都能过吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants