Quote:
Originally Posted by kovidgoyal
You click the magnifier icon to get to the search page, where you can access all the custom colunms/tags/whatever. Similarly you click the sorting icon to choose which column to sort on.
|
Thank you so much!
But after a little bit of searching and going through the
docs, I found solution.
Since, I have configured relevant columns and tags on my Mac, I didn't have to modify library further into my Ubuntu VPS. All I did is run the following command,
```
calibredb add_custom_column --is-multiple genre Genre text --with-library=“/home/calibre/fiction”
```
And it was good to go. (--with-library syntax may be incorrect here, but it worked in my case)
See this article:
here, for more info on why I need custom column and tags.