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
Bug Details
Current file sorting algorithm sorts files in ascii code order which means that for example file "h01.jpg" (which is expanded to h0001.jpg via "magical sort" expand function) will come after OK_002.jpg. Which is unfortunately not the correct order, not in windows filename sorting, not in linux filename sorting, not in any cbz/cbr viewer I've ever seen...
Some other examples: Z_02.jpg < h01.jpg < z_01.jpg
This issue causes some other problems - incorrect page order while reading, metadata providers not working correctly (because they rely on submitting cover page, and cover page was sorted to the end of archive...), thumbnail generation grabbing the wrong image, etc
Matching Logs
No logs, sorry, but I can give you this:
Huh, can't believe I've missed something that simple all this time.
Most of the time cbzs don't mixup case in their filenames, which is probably why it hasn't shown up too much. ¯\_(ツ)_/¯
LRR Version and OS
LRR 0.8.5, Docker, Linux host
Bug Details
Current file sorting algorithm sorts files in ascii code order which means that for example file "h01.jpg" (which is expanded to h0001.jpg via "magical sort" expand function) will come after OK_002.jpg. Which is unfortunately not the correct order, not in windows filename sorting, not in linux filename sorting, not in any cbz/cbr viewer I've ever seen...
Some other examples: Z_02.jpg < h01.jpg < z_01.jpg
This issue causes some other problems - incorrect page order while reading, metadata providers not working correctly (because they rely on submitting cover page, and cover page was sorted to the end of archive...), thumbnail generation grabbing the wrong image, etc
Matching Logs
No logs, sorry, but I can give you this:
Screenshots
No screenshots.
The text was updated successfully, but these errors were encountered: