audiobookshelf icon indicating copy to clipboard operation
audiobookshelf copied to clipboard

[Enhancement]: Expanded support for commas in author name

Open wtanksleyjr opened this issue 3 years ago • 1 comments

Describe the feature/enhancement

This is not going to be easy, I know names are just insanely hard. But perhaps this can be aspirational, hence an enhancement request rather than calling it a bug.

Authors like "L.E. Modesitt, Jr." and "Janet Bond Brill, PhD, RD, LDN" produce multiple authors regardless of how their metadata is imported.

In my library in particular all of these came from OPF files, which might make the problem easier by not requiring comma processing (because commas in OPF files are never an indication of multiple authors).

wtanksleyjr avatar Aug 12 '22 15:08 wtanksleyjr

I'm not sure the best way to handle that outside of OPF files, but for OPF files I updated it so that each author name listed is put in as-is and not ran through the name parser. The OPF file parser was also only supporting a single author so I hopefully fixed that.

advplyr avatar Aug 12 '22 23:08 advplyr

Updated in 2.1.3

advplyr avatar Aug 20 '22 22:08 advplyr