Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SubRenamer 的 v0.5.2.2021-7-10 版本中一键改名的逻辑是将改名后的字幕文件复制到视频所在的路径下,但是不知道为什么到 2.0.0版本一键改名就变成了直接改字幕文件的名称,这样会需要用户将改名好后的字幕再复制或移动到视频所在的路径下,多了一个操作步骤,挺麻烦的。其次如果没有选择备份,原有字幕文件的名称已经改变,不利于二次传播;如果选择了备份字幕路径下会多出来一个文件夹,挺别扭的。
所以在设置界面新加了一个单选按钮,可以选择是复制还是直接改字幕的名字。效果如下:
当选择“直接重命名字幕文件”时“备份原始文件”才会显示。
你也可以直接去下我的 release 看看实际效果