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

More variables for naming merge files #2296

Open
4 tasks done
Stolenboot opened this issue Jan 14, 2025 · 1 comment
Open
4 tasks done

More variables for naming merge files #2296

Stolenboot opened this issue Jan 14, 2025 · 1 comment

Comments

@Stolenboot
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

As a long-time user of SolveigMM, I've gotten used to its auto-naming function. I'm pleased to see that LosslessCut now supports custom merge file names. To make it even more useful and user-friendly, I suggest adding the following variables:

  • MERGE_NUM: Resets to 1 when a new video file is opened.
    • {MERGE_NUM}: Number of merged files, padded string.
    • {MERGE_NUM_INT}: Number of merged files, as a raw integer.
  • GLOBAL_MERGE_NUM: Sets to 1 only when LosslessCut launches.
    • {GLOBAL_MERGE_NUM}: Number of merged files, padded string.
    • {GLOBAL_MERGE_NUM_INT}: Number of merged files, as a raw integer.

Thanks!

@mifi
Copy link
Owner

mifi commented Jan 21, 2025

It's a cool feature, but shouldn't it apply to cuts also (not only merge)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants