Quote:
Originally Posted by Terisa de morgan
Hi,
I have a small problem with my library and I would like to know if I can have some help to manage it.
When you download metadata for a book, there's a chance that the downloaded series is not exactly the same than the previous game (same A XXXX Mystery or XXXX Mysteries instead of XXXX Mystery). Is there any way to search for similar series like this? When you have more than 1000 series, it is complicated to detect this manually.
Thanks in advance
|
Advanced search REGEX mode (from pulldown) is Series
Crude:
series:"~.*XXXX.+"
more Elegant
series:[A]*XXXX\sMyster(y|ies) << not tested
Or simply look in the Tag Browser if you us Library order, the 2 should be next to each other