diff --git a/src/calibre/library/save_to_disk.py b/src/calibre/library/save_to_disk.py index cafe8addc8..adaa9c8689 100644 --- a/src/calibre/library/save_to_disk.py +++ b/src/calibre/library/save_to_disk.py @@ -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'),