mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Bug]: Grouping tag sourced series names treat capitals and lowercase as both the same and different depending on context #3180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Armelline on GitHub (Jan 7, 2026).
What happened?
These are considered different series when displaying series pulled from the Grouping tag of files:
Example series
Example Series
However, if you try add the other from within the UI you'll be told you cannot have two series of the same name.
I clearly messed up a little with what I put in the grouping tag and when ABS pulled the series from it it separated based on things like "Age of" and "Age Of".
As far as I can tell, this only applies to series created by pulling the metadata from the Grouping tag. If series are manually added using the UI, "Example series" and "Example Series" are standardised to whichever is added first.
What did you expect to happen?
Minor in the grand scheme of things but would make sense to either have both series merge when displayed or have them treated as completely separate everywhere.
Steps to reproduce the issue
Audiobookshelf version
2.32.1
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Windows
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
Additional Notes
No response
@Armelline commented on GitHub (Jan 7, 2026):
Despite searching I managed to fail to see this existing issue that is essentially the same one. I'd just add to it that it's true of series populated via Grouping tag too.
https://github.com/advplyr/audiobookshelf/issues/4934