Flatten the 'save to disk' directory structure
Currently the Calibre "Save to Disk" function in the following directory structure:
{author_sort}
.....{title}
..........{filename}.{type}
..........{filename}.opf
..........{filename}.jpg
Can I flatten this to:
{author_sort}
.....{filename}.{type}
.....{filename}.opf
.....{filename}.jpg
Thanks for your help.
|