|  11-22-2022, 03: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, 05: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, 05: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 04:54 PM | 
| Reimport same library in Calibre (without Save to Disk)? | rebl | Library Management | 9 | 06-11-2015 08:53 PM | 
| Can't Save to Disk (calibre 0.8.21, iPad 1) | brynnflynn | Library Management | 0 | 10-13-2011 11:18 AM | 
| Calibre will not save to disk | mrbillb | Calibre | 0 | 09-10-2010 06:56 PM | 
| Can't SAVE TO DISK Calibre 0.6.24 | Rootman | Calibre | 5 | 12-06-2009 05:01 AM |