11-22-2022, 04:35 PM | #1 |
Member
Posts: 14
Karma: 10
Join Date: Aug 2022
Device: Kobo Aura One
|
How to achieve this via 'save to disk' in Calibre?
When I save a book to my device I want the save template to output the filename as such:
Author - Title (Book X) Example: Stephen King - The Two Dead Girls (Book 1) I currently have the following template: Code:
{authors} - {title:re(:, - )} If I do: Code:
{authors} - {title:re(:, - )} (Book {series_index:>3s}) Stephen King - The Two Dead Girls (Book 1) But if I save to disk a book that isn't in a series I would get the following: Stephen King - Billy Summers (Book ) How can I get the template to put "(Book X)" only if the book is listed in a series? |
11-22-2022, 06:02 PM | #2 |
Member
Posts: 14
Karma: 10
Join Date: Aug 2022
Device: Kobo Aura One
|
Found I can do it via this format (changed the filename structure a bit):
{series}/{series_index:0>2s| [Book |] - }{authors} - {title:re(:, - )} Output: The Green Mile/[Book 01] - Stephen King - The Two Dead Girls |
Advert | |
|
11-22-2022, 06:06 PM | #3 |
Member
Posts: 14
Karma: 10
Join Date: Aug 2022
Device: Kobo Aura One
|
I have "{series}/" at the start to create a folder for books that are in a series however the name will be "Green Mile, The", anyone know how I can get the folder to be "The Green Mile".
|
Tags |
calibre |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calibre save to disk | zzaino | Library Management | 5 | 10-04-2020 05:54 PM |
Reimport same library in Calibre (without Save to Disk)? | rebl | Library Management | 9 | 06-11-2015 09:53 PM |
Can't Save to Disk (calibre 0.8.21, iPad 1) | brynnflynn | Library Management | 0 | 10-13-2011 12:18 PM |
Calibre will not save to disk | mrbillb | Calibre | 0 | 09-10-2010 07:56 PM |
Can't SAVE TO DISK Calibre 0.6.24 | Rootman | Calibre | 5 | 12-06-2009 06:01 AM |