-
Notifications
You must be signed in to change notification settings - Fork 24
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
剧集被误判为NSFW #125
Comments
调查了一下,插件源码中 NSFW 指向的是「分级对应年龄小于10岁」。 这个番剧的分级信息由其它数据源补全为 这是一个隐性信息,是不是应该在 NSFW 配置中标注一下? |
为了避免每次都通过 API 查一遍,目前确实是通过 jellyfin 本身的分级信息判断的 |
这个之前理论上做过判断,如果数据源补出来的是数字,就会与18进行比较,而不是与10进行比较 jellyfin-plugin-bangumi/Jellyfin.Plugin.Bangumi/PlaybackScrobbler.cs Lines 167 to 180 in 84709cd
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看哭泣少女乐队的第二集,发现没有同步到 bgm.tv。在日志中发现这一集被判定为 NSFW。
但是bgm api返回的结果这个番不是 NSFW 的
https://api.bgm.tv/v0/subjects/431767
刮削出的元数据我没有动过。
不知道判断 NSFW 的逻辑是什么样的。
The text was updated successfully, but these errors were encountered: