bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

I want to use Calibre for subscribing to RSS feeds, download new articles and bundle them in .mobi files. These files should be send to my Kindle via mail.

Both these processes work without problems, but I do not want to have Calibre running all the time.

Are there command line parameters that allow me to let Calibre only fetch the feeds and send them to my Kindle and then close?

I know I could just let start Calibre after booting and then close it manually, but an automatized version would be nicer.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @Mike

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

You can do it easily from cron (if you are on *nix) and most probably it can be done on Windows too. Calubre includes several command line tools, but for you the most important is ebook-convert(.exe).

With that you can create a mobi ebook from the RSS recipe like:

ebook-convert WHATEVER.recipe WHATEVER.mobi

Mailing can then be done like:

calibre-smtp -a WHATEVER.mobi -u SENDERNAME@PROVIDER.com -p PASSWORD -r smtp.PROVIDER.com --port 587 SENDERNAME@PROVIDER.com USERNAME@free.kindle.com ''

And set up a cron/scheduler job to automail it to you.

I'd recommend to read the fine manual.

(Note: this wont add the created mobi to your library! But you can do it with the calibredb command as documented here)


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top