
There’s no reliable way to identify which uploaded media file corresponds to which link, especially when pulling URLs for scheduled posts. The temporary links don’t include file names or any identifying markers. The only way to match them is by remembering the order of upload — and even that breaks down once the media transfers to permanent storage, because the order becomes random.
To fix this, you really need to implement:
A sort-by-filename option in the Media Library
A way to bulk-download permanent media links in the order they were uploaded (or based on filename)
Without these, managing even 50–100 pieces of media becomes painfully slow:
“Let me click this one to see what it is… now the next one… and the next one…” — not scalable.
Also, when adding media to posts, there’s no list view — so I still can’t see the file names, which are critical for matching the correct image to the correct post.
