![]() |
#16 |
Incanus
![]() ![]() ![]() Posts: 313
Karma: 210
Join Date: Oct 2017
Location: Chile
Device: Boyue Likebook T80D
|
Template Editor Program and Save To Disk Settings To Export Ebooks For Calibre Sync
And the plot thickens...
Calibre Sync (further on: CS) has a few additional quirks that I had to solve in order to progress on my "Save to Disk and then copy to device instead of downloading form CS" solution:
The only way to do all of this was to actually code a program in the template editor, wich now looks like this: Code:
program: title_raw = $$title; title_short_32_chars = substr(title_raw, 0, 31); author_first = sublist($author, 0,1,'&'); file_name = title_short_32_chars & ' - ' & author_first & '_' & $uuid I'm now giving my heartfelt thanks to everyone who had the patience to read my gibberish, make their suggestions and nudge me in the right direction. Gratefully yours, Last edited by Incanus; 03-26-2025 at 12:51 PM. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Content Server Download and Regular Expressions | Incanus | Server | 3 | 03-26-2025 07:21 PM |
Calibre Sync & Content Server | HippieWiccan | Server | 2 | 07-30-2024 03:48 PM |
Calibre Miscellaneous and Annotation Sync Missing in Calibre Viewer Content Server | machuni | Viewer | 3 | 03-06-2023 07:48 PM |
calibre-sync: Automatically download books from your Calibre Content Server onto Kobo | mishagale | Related Tools | 14 | 05-13-2019 05:18 PM |
Regular expressions, Calibre and you- an introduction (Archived) | Manichean | Conversion | 80 | 11-11-2010 07:37 AM |