[Enhancement]: Expanded support for commas in author name #580

Closed
opened 2026-04-24 23:13:37 +02:00 by adam · 2 comments
Owner

Originally created by @wtanksleyjr on GitHub (Aug 12, 2022).

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).

Originally created by @wtanksleyjr on GitHub (Aug 12, 2022). ### 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).
adam added the enhancement label 2026-04-24 23:13:37 +02:00
adam closed this issue 2026-04-24 23:13:37 +02:00
Author
Owner

@advplyr commented on GitHub (Aug 13, 2022):

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 commented on GitHub (Aug 13, 2022): 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.
Author
Owner

@advplyr commented on GitHub (Aug 21, 2022):

Updated in 2.1.3

@advplyr commented on GitHub (Aug 21, 2022): Updated in [2.1.3](https://github.com/advplyr/audiobookshelf/releases/tag/v2.1.3)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#580