Changing from Title-Author to Author - Title
I'm trying to change the Configuration in Calibre so it saves LRF files Author - Title. This is the code I'm using, the test works but when I save as LRF it goes back to default Title - Author.
(?P<author>.+) - (?P<title>.[^_]+)
|