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

Tranform ebook on the fly (while syncing) using kebubify and synchonious messengers #166

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ragusa87
Copy link
Contributor

@ragusa87 ragusa87 commented Aug 25, 2024

  • Test if the device take the epub or kepub format by default

@ragusa87 ragusa87 marked this pull request as draft August 25, 2024 18:28
@ragusa87 ragusa87 mentioned this pull request Aug 25, 2024
6 tasks
@@ -21,12 +28,17 @@ protected function getDownloadUrls(Book $book, KoboDevice $kobo, ?array $filters

$response = [];

$formats = ['EPUB3']; // EPUB3 is required for Kobo
$formats = [self::EPUB3_FORMAT]; // At least EPUB3 is required for Kobo
if ($this->kepubifyEnabler->isEnabled()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if the kobo takes the EPUB3 or KEPUB format by default.

To be tested with a device.

(You should have advanced features such as "notes" in the kepub format)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant