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

minor suggestion wrt to the humanreadable format for filename #36

Open
apiszcz opened this issue Sep 26, 2024 · 2 comments
Open

minor suggestion wrt to the humanreadable format for filename #36

apiszcz opened this issue Sep 26, 2024 · 2 comments

Comments

@apiszcz
Copy link

apiszcz commented Sep 26, 2024

GREAT mpv addin, thank you for the UI and update.
For consistency and post processing I am using this

helpers.lu
local ret = string.format("%02dh%02dm%02ds%03dms", parts.h, parts.m, parts.s, parts.ms)
Always keeping hours, understand , 00h add little value for a human, but downstream it helps keeping the format the same.

@apiszcz apiszcz changed the title minor suggestions minor suggestion wrt to the humanreadable format for filename Sep 26, 2024
@tatsumoto-ren
Copy link
Member

Always keeping hours

I expect that for most clips hours will always be set 00h. Are you sure it's better to change the current format?

@apiszcz
Copy link
Author

apiszcz commented Sep 27, 2024 via email

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