mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Bug]: CBZ Page Viewing Order is incorrect #3205
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf-advplyr#3205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JustinPhucHuynh on GitHub (Jan 28, 2026).
What happened?
This may be an issue of how the CBZ file was created, but for example when reading Haikyu! in the browser, the CBZ Pages In order by page number and then Chapter.
Below is an example screenshot of the contents of the CBZ File.
When reading through CBZ, it reads in the following order:
What did you expect to happen?
When viewing CBZ File it should group the pages by the CBZ Directory and then Follow the Page Order.
For example, reading page order should be:
Using AudioBooth on Mobile I can read the CBZ fine as the application will read the CBZ the pages in the correct order.
Steps to reproduce the issue
Audiobookshelf version
v2.32.1
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Other (list in "Additional Notes" box)
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
Logs
Additional Notes
Running via Docker on Truenas Scale v25.10.1
@JustinPhucHuynh commented on GitHub (Feb 4, 2026):
Looking further into the console logs the Extracted Files Object seems to be in the correct order but for some reason AudioBookShelf is sorting them into a different order.