FR: guess page sides when title page but not page sides marked
Bug #368250 reported by
mangtronix
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Internet Archive BookReader |
Confirmed
|
Medium
|
mangtronix |
Bug Description
When the title page is specified but page sides are not specified we could assume that the title page is on the dominant side (right for LTR books) and infer the sided-ness of the other pages.
Changed in gnubook: | |
assignee: | nobody → mangtronix (mang) |
importance: | Undecided → Medium |
milestone: | none → 0.9.4 |
status: | New → Confirmed |
Changed in bookreader: | |
assignee: | nobody → mangtronix (mang) |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
We currently assume that the first page is right-hand-side and that the page stack (accessible pages) is contiguous. Munging with the page sides will require us to be able to display synthetic "empty" pages.
e.g. inferring page sides based off the title page could cause the first page image to be LHS or make a gap in the pages to display in 2up mode. We want to support this but the underlying part isn't implemented yet.