Skip to content
New issue

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

Add postfix to subtitle's filename #71

Closed
juntaosun opened this issue Sep 15, 2023 · 2 comments
Closed

Add postfix to subtitle's filename #71

juntaosun opened this issue Sep 15, 2023 · 2 comments

Comments

@juntaosun
Copy link

juntaosun commented Sep 15, 2023

Save file name format,For example :

Input: C:/Users/myname/Desktop/audio.mp3
Options: --language=Chinese
The output now is: audio.srt
I want the output to be: audio_Chinese.srt

Options: --language=en
I want the output to be: audio_en.srt

Options: --language=Japanese
I want the output to be: audio_Japanese.srt

The recommended saved file name is: filename_language.xxx
filename _ language . xxx
This facilitates output management in different languages,
rather than directly overwriting files with the same name.
This project is very good,
I have been using it and hope to see updates in the next version.


(Chinese using Google Translate)中文使用谷歌翻译

保存文件的名称格式,举例说明:

输入:C:/Users/myname/Desktop/audio.mp3
选项:--language=Chinese
现在的输出是:audio.srt
我希望输出是:audio_Chinese.srt

选项:--language=en
我希望输出是:audio_en.srt

选项:--language=Japanese
我希望输出是:audio_Japanese.srt

建议的保存的文件名称是:filename_language.xxx
这样方便不同语言的输出管理,而不是直接覆盖同名文件。
这个项目非常好,我一直在使用,希望下个版本能看到更新。

@juntaosun
Copy link
Author

Of course, an option can be added to implement such a function, and the original function will be retained.

@juntaosun juntaosun closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2023
@Purfview Purfview reopened this Sep 15, 2023
@Purfview Purfview changed the title Save file name format? Add postfix to subtitle's filename Sep 15, 2023
@Purfview
Copy link
Owner

Purfview commented Oct 7, 2023

Implemented --postfix arg in r160.

@Purfview Purfview closed this as completed Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants