From 4497d37d211970783aa4a32d21db4e468c29d8ed Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 May 2025 17:51:33 -0500 Subject: update calibre plugins and config files --- .../.config/calibre/server-custom-list-template.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/system/.config/calibre/server-custom-list-template.json (limited to 'dotfiles/system/.config/calibre/server-custom-list-template.json') diff --git a/dotfiles/system/.config/calibre/server-custom-list-template.json b/dotfiles/system/.config/calibre/server-custom-list-template.json new file mode 100644 index 0000000..f5cad2c --- /dev/null +++ b/dotfiles/system/.config/calibre/server-custom-list-template.json @@ -0,0 +1,14 @@ +{ + "comments_fields": [ + "comments" + ], + "height": "auto", + "lines": [ + "{title} by {authors}", + "{series_index} of {series}|||{rating}", + "{tags}", + "Date: {timestamp}|||Published: {pubdate}|||Publisher: {publisher}" + ], + "thumbnail": true, + "thumbnail_height": 140 +} \ No newline at end of file -- cgit v1.2.3