Quote:
Originally Posted by Dullahir
I assume I could add two different groups of books, the first group containing author's names then the book title, such as 'Neil Gaiman - Coraline' and adding the sequence
(?P<author>.+) - (?P<title>[^_]+) instead of (?P<title>.+) - (?P<author>[^_]+) and then adding another group of books that have the book name first and then the title, such as 'Coraline - Neil Gaiman' and reverting to the previous sequence, but is there an easier way?
|
The way you describe it is accurate. You could make it easier by using the Quick Preferences plugin (find it in this
list of plugins). This allows you to save these expressions and quickly change from one to another without opening preferences.