From a1fa400c82dcde1571734cd1cea7556c58f7428c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 3 Jun 2017 00:36:02 +0530 Subject: [PATCH] Clarify what the will/wont_display tweaks actually do --- resources/default_tweaks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index cdecf95150..902a4ad4f9 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -353,6 +353,8 @@ sony_collection_sorting_rules = [] add_new_book_tags_when_importing_books = False #: Set custom metadata fields that the Content server will or will not display. +# Controls what fields are displayed when clicking the "Search" button in the +# browser to search your calibre library. # content_server_will_display is a list of custom fields to be displayed. # content_server_wont_display is a list of custom fields not to be displayed. # wont_display has priority over will_display.