You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{"id":"RULE1","name":"排除只有 DV 而没有 HDR","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(DV(?!.*HDR)|120[fF][pP][sS])"}]
同时我反复尝试了以下3种正则组合 ,均未成功,不排除我和gpt的正则水平不过关的可能。
[{"id":"RULE1","name":"排除只有 DV 而没有 HDR","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(DV(?!.*HDR)|120[fF][pP][sS])"},{"id":"RULE2","name":"规则2","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"DV(?!.*HDR)"},
{"id":"RULE3","name":"规则3","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(?i)(DV(?!.*HDR)|120fps)"}]
这是我的规则,我的本意是排除只有DV的文件,只留下HDR或者 HDR DV 组合的文件,用GPT 帮忙写的正则。
确认
当前程序版本
2.0.3
运行环境
Docker
问题类型
主程序运行问题
问题描述
[{"id":"RULE1","name":"排除只有 DV 而没有 HDR","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(DV(?!.*HDR)|120[fF][pP][sS])"}]
同时我反复尝试了以下3种正则组合 ,均未成功,不排除我和gpt的正则水平不过关的可能。
[{"id":"RULE1","name":"排除只有 DV 而没有 HDR","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(DV(?!.*HDR)|120[fF][pP][sS])"},{"id":"RULE2","name":"规则2","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"DV(?!.*HDR)"},
{"id":"RULE3","name":"规则3","include":"(HDR|DV.*HDR|HDR.*DV)","exclude":"(?i)(DV(?!.*HDR)|120fps)"}]
这是我的规则,我的本意是排除只有DV的文件,只留下HDR或者 HDR DV 组合的文件,用GPT 帮忙写的正则。
Arcane S02E01-E03 2024 2160p WEB-DL H265 10bit DV DDP5.1 Atmos 2Audio-OurTV 理论上这个文件名应该会被排除掉,实际搜索结果中呈现了。
发生问题时系统日志和配置文件
The text was updated successfully, but these errors were encountered: