09-16-2023, 11:46 AM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Sep 2023
Device: Kindle
|
I can't figure out the Format column.
Hey all, sorry if this question has been answered already - I've looked all over but haven't been able to find something dumbed down enough to meet my needs
I have over 400 ebooks in my calibre library, and I've decided to start adding "empty" entries for my physical and audiobooks as well, so I can see my whole library at a glance. I'd like to add the format column to the main page so I can tell if the book is indeed an ebook and in what format I have it. I have not yet added any books other than ebooks to my calibre library, but the format column is still empty for most. When I attempt to edit the metadata and input the format, calibre opens a file explorer window and asks me to open... something. What is it I'm trying to open here that will provide the correct format information to the format column? As you can tell, I'm by no means a power-user, but calibre is such a useful tool I'd love to get more familiar with how it works. If anyone has advice on this or other neat sorting/storing non-ebook ideas, I'd love to hear them. |
09-16-2023, 05:53 PM | #2 | ||
null operator (he/him)
Posts: 21,002
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
Quote:
IMO: the simplest way to add a format file to an existing book is to drag/drop it into the book details panel (the left sidebar) and confirm you want to add it. Drag/drop is also easier of you want to add a non-ebook file. Example: to create a library entry for a paper book you could drag/drop a file called 'dummy.paper' into the book list and then edit the Title and Author via F2. Aside: rather than drag/drop I use Windows File Explorer->Send to->calibre.exe. I do something similar for Audio books, Example if there's only one audio file I Send the audio file (e.g. MP3) to calibre which creates the book with an MP3 format. If there are multiple audio files I do the following:
Last edited by BetterRed; 09-17-2023 at 12:05 AM. |
||
09-16-2023, 06:03 PM | #3 |
Wizard
Posts: 1,360
Karma: 6794938
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
Instead of adding a format column, you could colour code your entries. See image...
Attachment 193986 |
09-16-2023, 11:44 PM | #4 |
Guru
Posts: 774
Karma: 340954
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
I have a personal column for Audio formats as seen in image 1
With this in Template program:cmp(count(template('[[format]]'), ','), 1, 'no', in_list(template('[[format]]'), ',', 'Ogg', 'Yes', 'no', ',', 'M3u', 'Yes', 'no', ',', 'M4a', 'Yes', 'no', ',', 'Mp3', 'Yes', 'no'), 'no') And for paper book formats a column as seen in image 2 With this code in Template program: my_formats = 'pdf,mobi,azw3,azw,cbr,cbz,m4b,epub,fb2'; if list_intersection(lowercase($formats), my_formats, ',') then 'no' else 'Yes' fi Last edited by dunhill; 09-16-2023 at 11:54 PM. |
09-17-2023, 12:29 AM | #5 |
want to learn what I want
Posts: 1,267
Karma: 6433040
Join Date: Sep 2020
Device: Calibre E-book viewer
|
I'm using this template language function in order to have a sortable Formats column:
Code:
{:'re(approximate_formats(), ',', ', ')'} For empty entries (no electronic formats), I'm adding a dummy MD format: |
09-17-2023, 01:15 AM | #6 |
null operator (he/him)
Posts: 21,002
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
In recent versions of calibre, Formats can be shown in the Book list without use of the approximate-formats template function in a custom column. It can't be changed of course other than by adding or removing a format file.
AFAICT is was introduced in version 6.?? - i.e. it's not present in version 5.44 BR |
09-17-2023, 01:43 AM | #7 | |
want to learn what I want
Posts: 1,267
Karma: 6433040
Join Date: Sep 2020
Device: Calibre E-book viewer
|
Quote:
edit: I think I can't delete my custom Formats column (the one with the template function) because it makes it easier to filter formats from the Book Details pane... Last edited by Comfy.n; 09-17-2023 at 01:56 AM. |
|
09-17-2023, 05:56 AM | #8 |
null operator (he/him)
Posts: 21,002
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
@Comfy.n - my reply wasn't a direct response to your post.
After re-reading the opening post, I realised the originator might have been referring to something I hadn't noticed until today - a built in Formats/formats column. I should have noticed it sooner - from its presence in the L&F->Book details lists. BR |
09-17-2023, 12:23 PM | #9 |
Well trained by Cats
Posts: 30,447
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
I simply use VL's (Virtual Libraries) for this. No custom columns (for that) needed.
No Formats (VL) Code:
(formats:false and not #master:LNK) I have VL's for: Have Read and To Read (/ Reading) (the filter is #done (a date) |
09-18-2023, 08:15 PM | #10 |
Connoisseur
Posts: 80
Karma: 26914
Join Date: Nov 2020
Location: Perth, Western Australia
Device: Apple Books & Kobo Libra H20
|
I don't belive you can edit the Format field, as it automatically displays the formats you have. The button you are clicking is presumably trying to select an ebook file.
I use a custom column that displays a comma-separated list of formats or <NONE> if there are none. {formats:ifempty(<NONE>)} See attachments. |
Tags |
format missing, format questions, tags |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Column with date and time format | mariaclaudia | Calibre | 12 | 05-16-2016 02:53 AM |
Format for Numbers in Custom Column | Lady Fitzgerald | Library Management | 5 | 09-16-2013 04:27 PM |
Q: multi-column PDF to single column mobi format converstion | auburn1975 | Calibre | 7 | 01-28-2012 07:11 PM |
Custom Column Format | aceflor | Calibre | 5 | 12-10-2010 11:28 AM |
create custom format column | blaubach | Calibre | 12 | 09-17-2010 04:22 PM |