View Single Post
Old 12-16-2018, 03:26 AM   #3
yourrable
Member
yourrable began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Dec 2018
Location: India
Device: none
Talking

Quote:
Originally Posted by kovidgoyal View Post
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.

yourrable is offline   Reply With Quote