-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
83 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugins/file_subtitle_srt_lrc_vtt/file_subtitle_srt_lrc_vtt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Core: | ||
Name: srt,lrc,vtt字幕文件读取 | ||
Type: file | ||
Module: file_subtitle_srt_lrc | ||
Module: file_subtitle_srt_lrc_vtt | ||
|
||
Documentation: | ||
Author: cx2333, PiDanShouRouZhou | ||
Version: 1.0 | ||
Description: 可以直接处理.srt|.lrc|.vtt字幕文件并翻译。 | ||
|
||
Settings: # 这里存放插件的设置 | ||
保存双语字幕: true # 是否保存双语字幕 | ||
保存双语字幕: false # 是否保存双语字幕[true|false] | ||
上下双语1左右双语2: 1 # 双语字幕类型,1表示上下双语,2表示左右双语 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters