Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-21-2010, 04:29 PM   #1
jhall124
Junior Member
jhall124 began at the beginning.
 
jhall124's Avatar
 
Posts: 3
Karma: 10
Join Date: Dec 2010
Device: Kindle 3
Question Command Line (should be simple)

I've have two news feeds setup as scheduled tasks to download and send to my Kindle at application start up. However, I would like to create a batch file to place in my system Start Up folder to to this instead of launching Calibre.

Can anyone help?
jhall124 is offline   Reply With Quote
Old 12-21-2010, 04:54 PM   #2
janvanmaar
Addict
janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.
 
Posts: 219
Karma: 404
Join Date: Nov 2010
Device: Kindle 3G, Samsung SIII
The answer depends on the operating system you are using.
janvanmaar is offline   Reply With Quote
Old 12-21-2010, 05:03 PM   #3
jhall124
Junior Member
jhall124 began at the beginning.
 
jhall124's Avatar
 
Posts: 3
Karma: 10
Join Date: Dec 2010
Device: Kindle 3
Sorry, Windows 7.
jhall124 is offline   Reply With Quote
Old 12-21-2010, 06:23 PM   #4
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
A forum search should turn up several threads on this. Try "ebook-convert recipe" or some similar combination of search terms.
Manichean is offline   Reply With Quote
Old 12-22-2010, 09:09 AM   #5
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Automatically fetching and converting a recipe is "simple" as per your title. See here. Run the command line on a scheduled script and you get the ebook saved to disk.

It becomes more complex when you want to add the new ebooks to Calibre to manage them with Calibre, or have Calibre manage them automatically as recipes by deleting older copies or autosend them to the ereader and delete them when sent, or just send them to the ereader automatically.

By the time your script does everything a sophisticated user wants it to do, it may be easier to just run Calibre and let it do its thing.
Starson17 is offline   Reply With Quote
Old 12-22-2010, 11:31 AM   #6
jhall124
Junior Member
jhall124 began at the beginning.
 
jhall124's Avatar
 
Posts: 3
Karma: 10
Join Date: Dec 2010
Device: Kindle 3
Quote:
Originally Posted by Starson17 View Post
Automatically fetching and converting a recipe is "simple" as per your title. See here. Run the command line on a scheduled script and you get the ebook saved to disk.

It becomes more complex when you want to add the new ebooks to Calibre to manage them with Calibre, or have Calibre manage them automatically as recipes by deleting older copies or autosend them to the ereader and delete them when sent, or just send them to the ereader automatically.

By the time your script does everything a sophisticated user wants it to do, it may be easier to just run Calibre and let it do its thing.
I only have three feeds, all are listed in the default News Feeds. I didn't know I would have to learn Python in order to do this.

Think I'll just work on a scheduled task to run the app minimized for 30min then close.

Thanks for the help
jhall124 is offline   Reply With Quote
Old 12-22-2010, 02:36 PM   #7
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Quote:
Originally Posted by jhall124 View Post
I only have three feeds, all are listed in the default News Feeds. I didn't know I would have to learn Python in order to do this.
You don't. One can also script in the command line. The basic recipe fetching is as easy as running one single command, but transferring it to the reader may demand some more arcane invocations.

Quote:
Think I'll just work on a scheduled task to run the app minimized for 30min then close.
That should work as well.
Manichean is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where are the command line tools? PaulChernoch Calibre 17 10-23-2009 12:08 PM
Why use the command line? slantybard Calibre 6 07-22-2009 12:17 PM
Going completely command-line? ewiplayer Calibre 2 11-24-2008 05:15 AM
Errors on Command Line drnkusv Calibre 11 11-07-2008 02:59 PM


All times are GMT -4. The time now is 06:27 PM.


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