mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
Change default save to disk template to {author_sort}/{title}/{title} - {authors}
This commit is contained in:
@@ -17,7 +17,7 @@ from calibre.constants import preferred_encoding, filesystem_encoding
|
||||
|
||||
from calibre import strftime
|
||||
|
||||
DEFAULT_TEMPLATE = '{author_sort}/{title} - {authors}'
|
||||
DEFAULT_TEMPLATE = '{author_sort}/{title}/{title} - {authors}'
|
||||
FORMAT_ARG_DESCS = dict(
|
||||
title=_('The title'),
|
||||
authors=_('The authors'),
|
||||
|
||||
Reference in New Issue
Block a user