有没有人提供在互联网标题与元数据修正区的“修正标题”栏里使用正则表达式的详细文档或示例?
我的文件名如下:
Beach Girls and the Monster (1965) 2022-03-12-2159
我想要:
Beach Girls and the Monster (1965)
但如果不使用正则,而只用自定义文件名脚本 $showname$ ($airyear$),我会得到:
Beach Girls and the Monster (1965) (2022)
有没有人提供在互联网标题与元数据修正区的“修正标题”栏里使用正则表达式的详细文档或示例?
我的文件名如下:
Beach Girls and the Monster (1965) 2022-03-12-2159
我想要:
Beach Girls and the Monster (1965)
但如果不使用正则,而只用自定义文件名脚本 $showname$ ($airyear$),我会得到:
Beach Girls and the Monster (1965) (2022)
你有試過用 $premeireyear$ 而不是 $airyear$ 嗎?
查看此帖子,了解如何使用带匹配组的正则表达式