View Single Post
Old 05-25-2014, 03:02 AM   #52
Purple Lady
Grand Sorcerer
Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.
 
Purple Lady's Avatar
 
Posts: 5,698
Karma: 16542228
Join Date: Feb 2010
Location: Pennsylvania
Device: Huawei MediaPad M5, LG V30, Boyue T80S, Nexus 7 LTE, K3 3G, Fire HD8
Quote:
Originally Posted by eschwartz View Post
Perhaps you could try the command-line version of fetch news? Write a batch file to process each recipe you need.

Fetch News uses the ebook-convert executable, interestingly. You can feed it the .recipe format as the input file.
Quote:
Originally Posted by JayKindle View Post
If that is what I will end up doing, can you help me write up this batch file?
If you're still interested, here's what I used to do for my comics feed:

Code:
@echo on
set logfile="createcomics-bat.log"
echo "Start %date% %time%" >> %logfile%
ebook-convert Gocomics_test.recipe .epub  --output-profile pocketbook_900

set filename="GoComics [%date% %time%]"
echo %filename% 
echo "filename %filename%" >> %logfile%

ebook-meta Gocomics_test.epub -t %filename%

calibredb add -d  Gocomics_test.epub
echo "End %date% %time%" >> %logfile%
This adds the ebook to Calibre with the date and time appended as the title. I just ran it and it added this epub to Calibre - "GoComics [Sun 05/25/2014 2:57:27.64]"
Purple Lady is offline   Reply With Quote