there was a decision to use config files for settings instead of «py»
I did the following and it works for me as before
- copy my section_list_templates.py and name it section-list-templates.conf
- remove all rows on top starting with __ (keep only # and setting)
- remove «equal and apostroph» i.e. = and '
E.g. Yours would become
# Books by Author
by_authors_normal_title_template {title} ({#myrated}) - {#wordcount} - {#mystars}
by_authors_series_title_template [{series_index}] {title} ({#myrated}) - {#wordcount} - {#mystars}
|