Request: Order by Volume # use absolute numbering #24

Closed
opened 2026-04-24 22:56:36 +02:00 by adam · 1 comment
Owner

Originally created by @Budlyte on GitHub (Sep 17, 2021).

Currently when ordered by Volume # it comes out as: (SQL default?)
1
10
11
2
20

Absolute numbering would be more useful for the user, as:
1
2
2.5
3

Using Real numbers to account for prequels & side stories.

Originally created by @Budlyte on GitHub (Sep 17, 2021). Currently when ordered by Volume # it comes out as: (SQL default?) 1 10 11 2 20 Absolute numbering would be more useful for the user, as: 1 2 2.5 3 Using Real numbers to account for prequels & side stories.
adam closed this issue 2026-04-24 22:56:36 +02:00
Author
Owner

@advplyr commented on GitHub (Sep 17, 2021):

Yep, this was a bug. Volume number is not stored as an actual number intentionally, but the sort should always treat it as a number. This is fixed in v1.1.11

@advplyr commented on GitHub (Sep 17, 2021): Yep, this was a bug. Volume number is not stored as an actual number intentionally, but the sort should always treat it as a number. This is fixed in `v1.1.11`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#24