Hi, I am new here.
Before posting this ticket I tried to find the answer looking around the various posts and threads. Not find anything that solves my problem I come to ask for help here even if the thread is not exactly the proper one, please excuse me if I did it wrong.
I have quite a lot of files in a format readable by the regex I already used or modified, but when I have the format Surname Name - Title.format and use the standard regex (?P<author>[^_]+?) - (?P<title>.+)
I obtain in return in the Author(s) column field
Name Surname and in the author_sort Surname,Name.
I didn't found any explanation on how to do it.
Second request, how can I bulk correct the hundreds of books already inserted in the wrong way?
Thank you in advance for amy help
|