Is your feature request related to a problem? Please describe.
Some features require the maximum number of default pictures, currently that number is hardcoded.
As the tool makes an initial backup anyways it should be included to read the number of pictures currently in the FOLDER and set that number as max picture id. This way the number is no longer hardcorded and does not rely on a manual update.
Describe the solution you'd like
Make the max picture id get automatically detected when an initial backup is created. This number will probably have to be stored in an file (Settings file?) to restore it later.
Is your feature request related to a problem? Please describe. Some features require the maximum number of default pictures, currently that number is hardcoded. As the tool makes an initial backup anyways it should be included to read the number of pictures currently in the FOLDER and set that number as max picture id. This way the number is no longer hardcorded and does not rely on a manual update.
Describe the solution you'd like Make the max picture id get automatically detected when an initial backup is created. This number will probably have to be stored in an file (Settings file?) to restore it later.
Describe alternatives you've considered
Additional context