View Single Post
Old 10-02-2019, 06:54 PM   #5
Metapath
Enthusiast
Metapath began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Aug 2014
Device: iPad
Quote:
Originally Posted by kovidgoyal View Post
There are no columns in the server view, but you can control what metadata is shown in the book list for each book via the book list template tab in sharing over the net. remember to also enable the custom list view mode by clicking the settings button in the browser view itself.
I am trying to modify the Custom Book List Template by adding the label "Size MB" with the lookup {size} but this does not work. The label appears (when I restart the server and use the Custom Book List from the client browser), but the value {size} does not appear.
Is this a bug or am I doing something wrong?

The default looks like this:
<b>{title}</b> by {authors}
{series_index} of <i>{series}</i>|||{rating}
{tags}
Date: {timestamp}|||Published: {pubdate}|||Publisher: {publisher}

And my change looks like this:
<b>{title}</b> by {authors} Size {size} MB
{series_index} of <i>{series}</i>|||{rating}
{tags}
Date: {timestamp}|||Published: {pubdate}|||Publisher: {publisher}
Metapath is offline   Reply With Quote