Quote:
Originally Posted by eschwartz
calibre itself must be running to use its autoadd. It can sit as a system tray icon.
You can also make a custom script using "for file in *.epub *.mobi; do calibredb add $file && rm $file; done" or some variation thereof and put that in cron. 
|
Yeah that sounds good. It runs (mostly) headless, apart from xforwarding when I need to actually fix the metadata, which isn't all that often now the bulk of my library has been added. I'll probably just run it once a week when I rip my music and stuff, do all my media organization at once.
Does it run at startup then?