Bulky: Add a customizable option to enumerate the file names when renaming and extend the maximum enumerating value #866
PurpleSmurf2
started this conversation in
Ideas
Replies: 2 comments
-
I approve this, I never actually recognized it can't go up more than 9999 and surprisingly now I know it too. And I work with a lot of media, usually there are folders when literally more than 9999 media is present (yes, that kind of haha :D ) so yea this would be useful |
Beta Was this translation helpful? Give feedback.
0 replies
-
Someone Did the job Bulky Pull Request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Files can be renumbered with the %0n option. The enumeration always starts at 1, but sometimes I don't want to start at 1 but at another number, for example 7, and from there always extend by 1 ( 07, 08, 09, 10 etc. ) or even by 3 ( 07, 10, 13, 16 etc. ). And please extend the maximum enumerating value, which only goes up to %000n or 9999.
System: Bulky 3.6 Linux Mint 22.1
Here is a Pythonscript that does what I want. Maybe it helps to implement the features in Bulky.
Edit: Code fixed. Now leading Zeros and filename-extension will be considered.
Beta Was this translation helpful? Give feedback.
All reactions