summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/calibre/server-custom-list-template.json
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-27 17:51:33 -0500
committerCraig Jennings <c@cjennings.net>2025-05-27 17:51:33 -0500
commit4497d37d211970783aa4a32d21db4e468c29d8ed (patch)
tree21efd60046842f03db94633cf1f9aeefbb1e9be9 /dotfiles/system/.config/calibre/server-custom-list-template.json
parent77deca928801efd333089ff01a5b9e3e20e11205 (diff)
update calibre plugins and config files
Diffstat (limited to 'dotfiles/system/.config/calibre/server-custom-list-template.json')
-rw-r--r--dotfiles/system/.config/calibre/server-custom-list-template.json14
1 files changed, 14 insertions, 0 deletions
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": [
+ "<b>{title}</b> by {authors}",
+ "{series_index} of <i>{series}</i>|||{rating}",
+ "{tags}",
+ "Date: {timestamp}|||Published: {pubdate}|||Publisher: {publisher}"
+ ],
+ "thumbnail": true,
+ "thumbnail_height": 140
+} \ No newline at end of file