Topic: [Feature] Option for adding numbers to the filenames of posts in a Pool

Posted under Site Bug Reports & Feature Requests

Requested feature overview description.
When saving an image in a Pool, there's an option to prepend a number (integer):

  • 1_[md5].[extension]
2_[md5].[extension]3_[md5].[extension]

[..]

etc.

Why would it be useful?
Makes it easier to save comics etc in the right order

-
md5 hashes don't correspond to the order of the posts in a comic

What part(s) of the site page(s) are affected?

  • Pools
    • Filenaming algorithm

Updated by Sorrowless

There could also be the option to specify the incremental string as well:

1_*
2_*

1*
2*

*_1
*_2

*1
*2

a_*
b_*

a*
b*

[..] etc

but IDK it it'd be worth the effort

Updated by anonymous

Alternatively the site could automatically tag something like page_1 for example.

Updated by anonymous

  • 1