Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 03-29-2016, 11:36 PM   #1
duydangle
Connoisseur
duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.
 
Posts: 66
Karma: 480010
Join Date: Aug 2013
Device: PW|PW3
How to reduce nytimes .mobi files?

Hi I'm using a calibre to download nytimes recipes for pw3 on linux, but usually the .mobi size very large, exceeds 25MB limit from gmail.

Are there any ways to reduce the file size (do not download images for examples?)
Attached Thumbnails
Click image for larger version

Name:	nyt.PNG
Views:	264
Size:	1.3 KB
ID:	147470  
duydangle is offline   Reply With Quote
Old 03-30-2016, 12:12 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Modify the recipe. Change useHighResImages and compress_news_images_auto_size as needed.
kovidgoyal is offline   Reply With Quote
Advert
Old 03-31-2016, 06:59 AM   #3
duydangle
Connoisseur
duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.
 
Posts: 66
Karma: 480010
Join Date: Aug 2013
Device: PW|PW3
Quote:
Originally Posted by kovidgoyal View Post
Modify the recipe. Change useHighResImages and compress_news_images_auto_size as needed.
Thank you very much. I will try.
duydangle is offline   Reply With Quote
Old 05-15-2016, 12:21 PM   #4
BobbyVan
Enthusiast
BobbyVan began at the beginning.
 
Posts: 42
Karma: 20
Join Date: Jan 2012
Device: Kindle Paperwhite
This worked for me

Edit the recipe, and make sure
useHighResImages = False

Delete the "compress_news_images_auto_size" parameter and replace with "compress_news_images_max_size = 50".

This will ensure that all images are 50kb or less, which is perfectly acceptable for viewing on a Kindle. This makes even the Sunday papers fast on a Kindle (today's was around 11mb).
BobbyVan is offline   Reply With Quote
Old 05-17-2016, 09:08 AM   #5
danhotchkiss
Member
danhotchkiss began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Aug 2012
Device: Kindle DX & Paperwhite
I use a modified NYT recipe on Sundays that sets recursions=0. This eliminates downloading all the past articles linked to in today's articles, and brings my MOBI file down below the 50GB limit for emailing.
danhotchkiss is offline   Reply With Quote
Advert
Old 05-19-2016, 05:09 AM   #6
duydangle
Connoisseur
duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.
 
Posts: 66
Karma: 480010
Join Date: Aug 2013
Device: PW|PW3
Quote:
Originally Posted by danhotchkiss View Post
I use a modified NYT recipe on Sundays that sets recursions=0. This eliminates downloading all the past articles linked to in today's articles, and brings my MOBI file down below the 50GB limit for emailing.
Thanks for the tip. Do you know where to get the nytimes_sub.recipe from calibre? I only found a file on github but date October 2015 which is somehow outdated?
duydangle is offline   Reply With Quote
Old 05-20-2016, 09:08 AM   #7
danhotchkiss
Member
danhotchkiss began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Aug 2012
Device: Kindle DX & Paperwhite
I don't know about nytimes_sub.recipe.

I started with the standard NYT recipe (Fetch news, Add custom news source, Customize builtin recipe, New York Times [en]. I edited the recursions= line (currently line 17) and also the line (140) that says title='New York Times' so that it reads title="New York Times (no recursion)' to avoid confusion between the edited recipe and the original. Then Save.

Your edited recipe then appears in Fetch news, Schedule news download, under "Custom", where you can schedule it for Sundays.

Dan

Last edited by danhotchkiss; 05-20-2016 at 09:17 AM.
danhotchkiss is offline   Reply With Quote
Old 05-20-2016, 10:22 PM   #8
duydangle
Connoisseur
duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.duydangle ought to be getting tired of karma fortunes by now.
 
Posts: 66
Karma: 480010
Join Date: Aug 2013
Device: PW|PW3
Quote:
Originally Posted by danhotchkiss View Post
I don't know about nytimes_sub.recipe.

I started with the standard NYT recipe (Fetch news, Add custom news source, Customize builtin recipe, New York Times [en]. I edited the recursions= line (currently line 17) and also the line (140) that says title='New York Times' so that it reads title="New York Times (no recursion)' to avoid confusion between the edited recipe and the original. Then Save.

Your edited recipe then appears in Fetch news, Schedule news download, under "Custom", where you can schedule it for Sundays.

Dan
Yeah that's what I mean. I guess I have to use calibre desktop on Windows. I ask the file path cause I usually fetch news by using my linux vps. .

//Update: The file size is incredibly reduced. Thank you so much!

Last edited by duydangle; 05-22-2016 at 03:32 AM.
duydangle is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
18MB EPUB converts to 40MB Mobi! What can I do to reduce Mobi file size? perdman Conversion 11 12-09-2017 04:18 AM
How to reduce size of image files? HC9 Library Management 22 07-01-2013 06:40 AM
Unwanted epub files once mobi files have been converted. fletchdt Conversion 5 03-22-2012 10:18 PM
I want to merge short mobi book files into a mega mobi file vugtitan Conversion 5 12-25-2011 11:04 AM
Format showing PDF files when all files are mobi chilady1 Calibre 4 11-05-2010 01:08 AM


All times are GMT -4. The time now is 10:04 AM.


MobileRead.com is a privately owned, operated and funded community.