-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
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
- Check out all the menus and keyboard shortcuts. Maybe the feature already exists?
- Try with the newest version from GitHub
- Read the documentation and FAQ, Known issues, Troubleshooting to see if the feature already exists
- See if someone already suggested this under Issues or Discussions
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!