We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有个这种需求,qbit使用rss订阅某部番的某个字幕组,文件名想保留字幕组信息和尽可能多的原始文件名信息。 例如原文件名:[Sakurato] Girls Band Cry [02][AVC-8bit 1080p AAC][CHT].mp4 如果手动调用的话只需要 EpisodeReName.exe --path "D:\...\S01" --name_format "[Sakurato] Girls Band Cry [S{season}E{ep}][AVC-8bit 1080p AAC][CHT]", 但是使用qbit配置自动调用的话,会同时订阅很多剧,--name_format各自都不一样肯定不能写死。
[Sakurato] Girls Band Cry [02][AVC-8bit 1080p AAC][CHT].mp4
EpisodeReName.exe --path "D:\...\S01" --name_format "[Sakurato] Girls Band Cry [S{season}E{ep}][AVC-8bit 1080p AAC][CHT]"
--name_format
为此我提议可以从季文件夹下某个配置文件读取参数,例如 S01\EpisodeReName_Params.txt
S01\EpisodeReName_Params.txt
name_format "......" force_rename 1
除了path参数之外,感觉其他参数都可以加进来, 如果命令行和配置文件有同名参数,应该还是命令行参数优先。
path
甚至all.txt也可以合并到这里,加一个偏移量参数。
all.txt
offset 12
The text was updated successfully, but these errors were encountered:
Nriver
No branches or pull requests
有个这种需求,qbit使用rss订阅某部番的某个字幕组,文件名想保留字幕组信息和尽可能多的原始文件名信息。
例如原文件名:
[Sakurato] Girls Band Cry [02][AVC-8bit 1080p AAC][CHT].mp4
如果手动调用的话只需要
EpisodeReName.exe --path "D:\...\S01" --name_format "[Sakurato] Girls Band Cry [S{season}E{ep}][AVC-8bit 1080p AAC][CHT]"
,但是使用qbit配置自动调用的话,会同时订阅很多剧,
--name_format
各自都不一样肯定不能写死。为此我提议可以从季文件夹下某个配置文件读取参数,例如
S01\EpisodeReName_Params.txt
除了
path
参数之外,感觉其他参数都可以加进来,如果命令行和配置文件有同名参数,应该还是命令行参数优先。
甚至
all.txt
也可以合并到这里,加一个偏移量参数。The text was updated successfully, but these errors were encountered: