You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 2.2.6, we've introduced an indexing feature that appends an index to the filename for multiple media files within the same post or story, resulting in filenames formatted as <postId>_<index>.jpg or <storyId>_<index>.jpg.
While this approach ensures unique filenames for posts with index at the end of filename, it presents challenges for stories. Since stories are ephemeral and their order can change dynamically, the appended index may lead to filename clashes, causing different stories to generate identical filenames. Additionally, if medias within a post are re-ordered by the owner, re-downloading them could result in filename changes.
The text was updated successfully, but these errors were encountered:
I’ve submitted PR #50v2.3.0, which introduces an option to disable the indexing feature originally added in v2.2.6. Users who prefer the indexed posts behavior—as requested in Issue #45 by Ecdldaiiere—can enable the feature, while those who favor unique filenames over time can choose to disable it.
HuskyZa
changed the title
Adding the index to the end of filename could lead to filename crashes for 2 different media (PR #50 to fix this)
Adding the index (order) to the end of filename could lead to filename crashes for 2 different media (PR #50 to fix this)
Feb 22, 2025
In version
2.2.6
, we've introduced an indexing feature that appends an index to the filename for multiple media files within the same post or story, resulting in filenames formatted as<postId>_<index>.jpg
or<storyId>_<index>.jpg
.While this approach ensures unique filenames for posts with index at the end of filename, it presents challenges for stories. Since stories are ephemeral and their order can change dynamically, the appended index may lead to filename clashes, causing different stories to generate identical filenames. Additionally, if medias within a post are re-ordered by the owner, re-downloading them could result in filename changes.
The text was updated successfully, but these errors were encountered: