-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature Request: allow split for epub and set target (email, web upload) #21
Comments
Is a new option |
Well, for ease to use may be a format like 'EPUB for Sendtokindle WebSite' could be just simple as that ?
But with a specific format, like EPUB for the sendtokindle website, we can simply set batchsplit to 1 with target size 200MB. |
Also a targetsize customizable on the command line could be great too. |
About this repo. I see a beta release, and also the original repo have release in 2019. |
As you said, there is no news from ciromattia in the original repository. All the beta releases are here: and in testpypi $ pip install --index-url https://test.pypi.org/simple/ KindleComicConverterDarodi Je vois que tu es de France, on peut aussi basculer en français 😉 |
Sure we can. but if anyone else what to understand what we say ;) I've try the MacOS version, but it fail to do anything. I have to go back to the original DMG to start working. |
AppImage doesn't work with ArchLinux? |
Never used this. |
It might be useful to add it to the repository pipelines and have it updated automatically each time a new version is built |
Do you have more information about this? It would be better to fix it. |
I don't know how to debug. may be I can launch the app with a debug param. |
On arch, the git version can be updated each time people want to fetch the last version.
and you get every package up to date with user repo and fetch of the last git patch. So we don't push a new git version except if it required a change in the way to build it (patch to apply, new command to run, change of config embedded ...) |
Nice ! |
Hi,
We can now send epub directly to sendtokindle website or email.
It's extremely convenient, it will convert the epub for the device.
The email is limited to 50MB (but we need to include the b64 which left you with something like 40MB) and the WebSite allow 200mb of files.
It is convenient to split the epub to the maximum size we want (200MB for instance), and may be for splitted part to do a better improvement, like "Part 2" and the same cover as the first part.
The text was updated successfully, but these errors were encountered: