We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebd260 commit 2bc62f9Copy full SHA for 2bc62f9
README.md
@@ -172,6 +172,12 @@ EpisodeReName.exe --path D:\down\XXX\s2 --parse_resolution 1
172
EpisodeReName.exe --path D:\down\XXX\s2 --name_format "S{season}E{ep} - {resolution}"
173
```
174
175
+忽略旧文件数量和新文件数量不一致的检查,即使可能会覆盖文件也继续执行
176
+
177
+```
178
+EpisodeReName.exe --path D:\down\XXX\s2 --ignore_file_count_check 1
179
180
181
使用 `-h` 参数查看支持的参数
182
183
@@ -200,6 +206,8 @@ D:\Test\EpisodeReName.exe -h
200
206
优先使用父级文件夹中的季数来代替文件名中的季数, 默认为0不开启, 1是开启
201
207
--del_empty_folder DEL_EMPTY_FOLDER
202
208
删除空的子目录, 默认为0不开启, 1是开启
209
+ --ignore_file_count_check IGNORE_FILE_COUNT_CHECK
210
+ 忽略旧文件数量和新文件数量不一致的检查,即使可能会覆盖文件也继续执行。默认为0不开启, 1是开启
203
211
204
212
205
213
# 使用场景6 - 🐧 Linux终端运行
0 commit comments