Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-05-2021, 12:19 AM   #1
Bradles
Zealot
Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.Bradles turned on, tuned in, and dropped out.
 
Bradles's Avatar
 
Posts: 111
Karma: 35586
Join Date: Nov 2020
Location: Perth, Western Australia
Device: Apple Books & Kobo Libra H20
Some calibre interface tweaks...

Described here are three minor tweaks I did to the calibre interface, simply to get things just the way I like them. They may be useful to others. These should all work on a stock standard installation of calibre (although I am running from source).

"Author(s)" instead of "Authors": Since the vast majority of my books have only one author, I wanted to display the column header / book info label like this. Ditto for "Formats" and "IDs". It was accomplished by editing a translations template (*.po) file and setting the CALIBRE_TEST_TRANSLATION environment variable. (See calibre's "Get involved" page for how to use translations.)

Display format for Series: I wanted the Series to display as "We Are Bob (1)" (for example) in the book details panel, rather than "1 of We Are Bob". I wanted to keep the ability to click on the series to search for all books in the series. This was accomplished with a custom column (see attached image) using a template:

Code:
program:
    s = field('series');
    if s then
        strcat('<a href="calibre://search/Calibre_Library?q=series:', s , '" title="Click to search for all books from the same Series"><i>', strcat(field('series'), ' (', field('series_index'), ')</i>'), '</a>')
    fi;
It's a bit slower to search than the standard series column, but it works well enough.

Scroll book details: I'm a bit of a keyboard shortcut fanatic, so I created a plug-in to scroll the book details panel in response to the space bar (or any other key). See the Scroll Book Details plugin page if you're interested.
Attached Thumbnails
Click image for larger version

Name:	Calibre Customisations.png
Views:	185
Size:	374.8 KB
ID:	187494   Click image for larger version

Name:	Series (N) Column.png
Views:	195
Size:	74.4 KB
ID:	187495  

Last edited by Bradles; 06-05-2021 at 10:19 PM. Reason: reference plugin page
Bradles is offline   Reply With Quote
Old 06-05-2021, 07:18 PM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,719
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Bradles View Post


(I've attached the plug-in here; I'll consider adding it to the official plug-in if there's any interest.)
Moderator Notice
I see you've done that. so I've removed the plugin zip from here.

It's also been added to the Index of plugins

BR
BetterRed is online now   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web interface on Calibre v3 richorlin Server 3 07-20-2018 06:20 AM
Calibre interface rulet Calibre 2 02-17-2014 01:38 PM
calibre interface lkugle Devices 6 05-06-2013 09:49 AM
Best Calibre plugins/tweaks baronrus Kobo Reader 2 05-24-2011 11:09 PM
Calibre interface?? fishman69 Calibre 0 12-28-2009 09:28 PM


All times are GMT -4. The time now is 08:49 PM.


MobileRead.com is a privately owned, operated and funded community.