We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
v1.9.11
Docker
主程序
movie:
儿童电影: # 匹配 genre_ids 内容类型,16是动漫 genre_ids: '16' # 匹配 genre_ids 内容类型,10762是儿童 10751家庭 genre_ids: '10762,10751'
我想设置 家庭和动画 同时满足才能分类到 儿童电影,用“,”隔开的话,只能满足其中一个条件。。 因为TMDB上好多儿童电影 是在家庭分类的。 但是大人看的电影 也有家庭分类。会错乱。希望J大 能支持我这样同命令的分类。或者有什么其他方法解决。谢谢了。。
No response
The text was updated successfully, but these errors were encountered:
#2181
有几个人提了,想能同时满足多个genre_ids
Sorry, something went wrong.
#2181 有几个人提了,想能同时满足多个genre_ids
genre_ids 设置多个会覆盖 二级目录会失效。也不知道有什么其他办法能解决。
#2181 有几个人提了,想能同时满足多个genre_ids genre_ids 设置多个会覆盖 二级目录会失效。也不知道有什么其他办法能解决。
感谢提示,终于搞清楚我这为啥整理和下载不会去二级目录了,就因为我在二级分类策略插件里,把国漫和日漫都改成了动漫.....改回来就恢复正常了
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
当前程序版本
v1.9.11
运行环境
Docker
功能改进类型
主程序
功能改进
movie:
分类名同时也是目录名
儿童电影:
# 匹配 genre_ids 内容类型,16是动漫
genre_ids: '16'
# 匹配 genre_ids 内容类型,10762是儿童 10751家庭
genre_ids: '10762,10751'
我想设置 家庭和动画 同时满足才能分类到 儿童电影,用“,”隔开的话,只能满足其中一个条件。。 因为TMDB上好多儿童电影 是在家庭分类的。 但是大人看的电影 也有家庭分类。会错乱。希望J大 能支持我这样同命令的分类。或者有什么其他方法解决。谢谢了。。
参考资料
No response
The text was updated successfully, but these errors were encountered: