Change default save to disk template to {author_sort}/{title}/{title} - {authors}

This commit is contained in:
Kovid Goyal 2009-08-23 10:46:40 -06:00
parent 828c12c63e
commit ddc5bd4bbf

View File

@ -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'),