-
Notifications
You must be signed in to change notification settings - Fork 29
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
对于“anime”类型中以绝对值为编号的种子,相关规则建议。 #107
Comments
不推荐修改这几个规则,现有规则用得比较久了,大部分都不会出问题,为了个别改动导致其他有问题就麻烦 [
{
"id": "D46BC17D32B84EA4A075C3C68BF14027",
"token": "season",
"priority": 999,
"regex": ".*(海贼王|航海王|(?i)\\bOne Piece\\b).*",
"replacement": "",
"offset": 0,
"example": "One Piece",
"remark": "海贼王",
"author": "LuckyPuppy514",
"validStatus": 1,
"createTime": "2024-03-16 23:37:17",
"updateTime": "2024-06-04 00:15:00"
}
] |
间谍过家家这个可能更符合需求 [
{
"id": "B2A22CF74FF3429FA9CC389ADE63B882",
"token": "season",
"priority": 999,
"regex": ".*(间谍过家家|(?i)SPY.FAMILY).*(第| |-)(2[6-9]|3[0-7])(\\b|$).*",
"replacement": "S2",
"offset": 0,
"example": "[Skymoon-Raws] 间谍过家家 第2期 / SPY×FAMILY Season 2 - 26 [ViuTV][WEB-DL][1080p][AVC AAC][繁体外挂]",
"remark": "间谍过家家 第二季",
"author": "LuckyPuppy514",
"validStatus": 1,
"createTime": "2024-03-16 23:37:17",
"updateTime": "2024-06-04 00:15:00"
}
] |
还有一种方式是按照 sonarr 说明添加绝对集数标识:https://wiki.servarr.com/en/sonarr/settings |
{title} {season}{episode} {absolute_episode} {language}{subtitle}{resolution}{quality}{dynamic_range}{group} [
{
"id": "6F9E5A2038EE42718CD24EE5284DB392",
"token": "absolute_episode",
"priority": 1000,
"regex": ".*(鬼灭之刃|(?i)Kimetsu no Yaiba).*(第| |-)(5[6-9]|6[0-7])(\\b|$).*",
"replacement": "$3",
"offset": 0,
"example": "[豌豆字幕组&风之圣殿字幕组&LoliHouse] 鬼灭之刃 柱训练篇 / Kimetsu no Yaiba - 59 [WebRip 1080p HEVC-10bit AAC][简繁外挂字幕] [699.3MB]",
"remark": "鬼灭之刃 第五季",
"author": "LuckyPuppy514",
"validStatus": 1,
"createTime": "2024-06-04 21:33:26",
"updateTime": "2024-06-04 21:42:32"
}
] |
理解,但这个建议针对的是全部“以绝对值编号的种子”,而非某一部动画。 当然修改这些规则确实不是很合适,而且修改的不是很全面。但我推测只是观感不太好。 |
@LuckyPuppy514 |
原始标题:[豌豆字幕组&风之圣殿字幕组&LoliHouse] 鬼灭之刃 柱训练篇 / Kimetsu no Yaiba - 59 [WebRip 1080p HEVC-10bit AAC][简繁外挂字幕]
种子地址:https://mikanani.me/Home/Episode/26d620c65856a7daca2eccbd7a2456b765affcaa
问题描述
通过测试后推测,sonarr的RSS扫描在针对anime类型中:
仅监控:
“Kimetsu no Yaiba - 59”
不监控:
“Kimetsu no Yaiba - E59”或“Kimetsu no Yaiba - S1E59”
也就说仅关注没有season和episode的绝对值编号。
通过编辑三条初始规则后,sonarr的RSS可将原本无法添加的lolihouse的Kimetsu no Yaiba - 59添加到下载列表。
PS:鬼灭太热门搜索太耗时间,我换了冷门一点的死神少爷与黑女仆,手动搜索也能搜索到lolihouse的25-33集,点按放大镜按钮后也自动下载了。
在qb手动添加lolihouse的Kimetsu no Yaiba - 59之后也有上一条issue的文件夹重命名嵌套的问题
The text was updated successfully, but these errors were encountered: