mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
9886d3d1c4
@ -83,7 +83,7 @@ categories_use_field_for_author_name = 'author'
|
|||||||
# Note that the "r'" in front of the { is necessary if there are backslashes
|
# Note that the "r'" in front of the { is necessary if there are backslashes
|
||||||
# (\ characters) in the template. It doesn't hurt anything to leave it there
|
# (\ characters) in the template. It doesn't hurt anything to leave it there
|
||||||
# even if there aren't any backslashes.
|
# even if there aren't any backslashes.
|
||||||
categories_collapsed_name_template = r'{first.sort:shorten(4,"",0)} - {last.sort:shorten(4,"",0)}'
|
categories_collapsed_name_template = r'{first.sort:shorten(4,,0)} - {last.sort:shorten(4,,0)}'
|
||||||
categories_collapsed_rating_template = r'{first.avg_rating:4.2f:ifempty(0)} - {last.avg_rating:4.2f:ifempty(0)}'
|
categories_collapsed_rating_template = r'{first.avg_rating:4.2f:ifempty(0)} - {last.avg_rating:4.2f:ifempty(0)}'
|
||||||
categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}'
|
categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user