Post ID sort used filepath.stem which sorted templated filenames like artist_12345.jpg alphabetically instead of by post ID. Now resolves post_id via library_meta DB lookup, falls back to digit-stem for legacy files, unknowns sort to the end.
Post ID sort used filepath.stem which sorted templated filenames like artist_12345.jpg alphabetically instead of by post ID. Now resolves post_id via library_meta DB lookup, falls back to digit-stem for legacy files, unknowns sort to the end.