nicohman / rust-wildbow-scraper

Automatically scrapes wildbow's web serials and compiles them into ebooks
GNU General Public License v3.0
95 stars 20 forks source link

Pale is too large to easily add to Kindle #56

Open tedivm opened 8 months ago

tedivm commented 8 months ago

Kindle has a limit of 50mb for files transferred via email. Pale is 122mb.

Would it be possible to have an option to split Pale into smaller books?

jtojnar commented 8 months ago

We could split it but we would have to decide on where.

Or we could explore other avenues to reduce the size:

Alternately, you could split it yourself in Calibre with https://github.com/JimmXinu/EpubSplit/tree/main, as described in https://superuser.com/questions/1337407/how-to-slice-an-epub-into-smaller-volumes.

tedivm commented 8 months ago

Another option is to convert images to black and white, and then compress them. Maybe a "--kindle" flag. Since kindle's don't have color the data doesn't matter anyways.

phoenixrising211 commented 5 months ago

Calibre's EpubSplit plugin apparently only works on EPUB2 format, and the scraper produces EPUB3.

Edit: But the Send to Kindle web page on Amazon.com has an upload limit of 200MB, so you can comfortably use that instead of email.