chaley, I can get Author Awards to disappear with
Code:
content_server_will_display = ['*']
content_server_wont_display = ['@Author Awards']
What I can't get to disappear are all of the sub-tags under Author Awards, such as Author Awards.Edgar Award.
I tried this but it didn't work:
Code:
content_server_will_display = ['*']
content_server_wont_display = ['@Author Awards:.true']
I got that formatting from the search in Calibre. Perhaps this is the part I'm not doing right?