mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Change default save to disk template to {author_sort}/{title}/{title} - {authors}
This commit is contained in:
parent
828c12c63e
commit
ddc5bd4bbf
@ -17,7 +17,7 @@ from calibre.constants import preferred_encoding, filesystem_encoding
|
|||||||
|
|
||||||
from calibre import strftime
|
from calibre import strftime
|
||||||
|
|
||||||
DEFAULT_TEMPLATE = '{author_sort}/{title} - {authors}'
|
DEFAULT_TEMPLATE = '{author_sort}/{title}/{title} - {authors}'
|
||||||
FORMAT_ARG_DESCS = dict(
|
FORMAT_ARG_DESCS = dict(
|
||||||
title=_('The title'),
|
title=_('The title'),
|
||||||
authors=_('The authors'),
|
authors=_('The authors'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user