|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2016
Device: Calibre
|
Simple script to saves Series to disc
Hi,
I have quite a large Calibre library, too large to backup to Google Drive. I have created 20 Series which contain the really important books I'm working on now. Is there an easy way to have a list of Series in a CSV or something and run a script which will copy only those books to disc? I can then easily use Google Drive to back them up to the cloud. Any ideas? Best regards, Mike |
|
|
|
|
|
#2 |
|
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
You can easily do that using a search and the Save-to-disk toolbar icon, but calibre also has a full-featured command-line interface documented here: http://manual.calibre-ebook.com/gene...cli-index.html
Use `calibredb search` to obtain a list of ids for the books you want (assuming the list is not static). And use `calibredb export --to-dir=/path/to/GDrive/saved/folder id1,id2,id3,...` to export them. Or combine them together. In bash this would be simple: Code:
calibredb export --to-dir=/path/to/GDrive/saved/folder $(calibredb search 'some search string') Last edited by eschwartz; 03-23-2016 at 05:04 PM. |
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,273
Karma: 61916422
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
![]() Select the series (Green + or ++ if hierarchical) in the Tag Browser Select all in the list Save to folder, where the folder is the Cloud folder Note: Configure STF for the desired format, just like you would for a device |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| geekmaster simple touchscreen script support hack | geekmaster | Kindle Developer's Corner | 12 | 04-22-2021 12:38 AM |
| Nook Simple Touch- cut off for data in save to disc | trianglekitty | Devices | 5 | 08-01-2012 12:39 AM |
| Just trying to find a simple way to manage series... | joker1231978 | Reading and Management | 14 | 07-07-2011 11:34 PM |
| Simple Esperanto ePub conversion script? | amuzulo | ePub | 10 | 03-06-2010 03:54 PM |
| Simple Script to move content to CF Card (works around WLAN - CF Performance Bug) | torben | iRex | 0 | 12-03-2008 03:45 AM |