Order of info with 'save only LRF format to disk'
When selecting the function 'save only LRF format to disk', I get something along the lines "Title - Author.lrf".
I'd like to get "Author - Title.lrf.lrf" instead. Frome the pref/advanced page, I tried inverting "(?P<title>.+) - (?P<author>[^_]+)" to "(?P<author>[^_]+) - (?P<title>.+)" but the export format stays the same.
Can 'save only LRF format to disk' only export "title - Author.lrf" or am I missing something ?
Thanks for helping a newbie.
|