Long ago I tweaked my calibre so the content server won't display unnecessary metadata fields to visitors. Here's the lines:
Code:
# Set custom metadata fields that the content server will or will not display.
content_server_will_display = ['*']
content_server_wont_display = ['#jobs', '#online', '#ddc', '#lcc', '#oclc_owl', '#lcead', '#isbn', '#issn']
The problem is that I just reinstalled a new OS, and the tweak vanished. I reentered it manually, restarted both calibre and calibre-server, but the tweak isn't isn't hiding the metadata fields as it should. Why did it stop working? Am I doing something wrong?