Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable landscape mode when reading manga on kindle? #392

Closed
Kolakona opened this issue May 15, 2021 · 4 comments
Closed

How to enable landscape mode when reading manga on kindle? #392

Kolakona opened this issue May 15, 2021 · 4 comments
Labels
Awaiting feedback Further information is requested from author

Comments

@Kolakona
Copy link

As per title. I am converting the jpeg files to mobi using KCC but I am unable to rotate it to landscape mode.
when use old version like v2.7 ,it works.But in v5.5.2,the converted mobi file can't be read in landscape mode.
Thanks!

@darodi
Copy link
Collaborator

darodi commented Jan 22, 2023

the converted mobi file can't be read in landscape mode

What is expected and what is the current behaviour?

@darodi darodi added the Awaiting feedback Further information is requested from author label Jan 22, 2023
@axu2
Copy link
Collaborator

axu2 commented Jun 3, 2023

Epubs from humble bundle have landscape orientation option when using Send To Kindle. So it means I can read two pages side by side in landscape mode. There's probably something in the epub metadata that enables this. I don't have epub experience myself.

Looks like we support it on Kobo as of #328 @Kolakona

Feel free to modify the code to see if it works the same on kindle as well.

Looking at a Humble Bundle standard.opf inside an EPUB we can see right page and left page specifications.

<meta property="rendition:layout">pre-paginated</meta>
<meta property="rendition:orientation">auto</meta>
<meta property="rendition:spread">auto</meta>

<spine toc="ncx" page-progression-direction="rtl">

<itemref linear="yes" idref="p_cover" properties="rendition:page-spread-center" />
<itemref linear="yes" idref="p_0000" properties="page-spread-right" />
<itemref linear="yes" idref="p_0001" properties="page-spread-left" />

#24 is related

@red-x-glitch
Copy link
Contributor

Took a look at it and was pretty much the same for the kindle. Made a PR #567 @axu2

@darodi
Copy link
Collaborator

darodi commented Aug 7, 2023

@darodi darodi closed this as completed Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting feedback Further information is requested from author
Projects
None yet
Development

No branches or pull requests

4 participants