[Bug]: Series being created incorrectly. #854

Closed
opened 2026-04-24 23:24:12 +02:00 by adam · 5 comments
Owner

Originally created by @baconcow on GitHub (Dec 31, 2022).

Describe the issue

After scanning books, some of the books are having their series tagged with the author's name. This data is not part of the files embedded tags or the intended folder structure. All other tagged series appear to be handled correctly, without their author's having separate series under their names. I believe it is only doing this for authors that do not have any other books in a series.

Steps to reproduce the issue

  1. Scan books.
  2. A series is created with the author's name for a book that does not have an embedded series tag or intended to be in a series based on the folder structure.

I have attached a screenshot which shows four (4) series that have been created using an author's name.

image

Audiobookshelf version

v2.2.11

How are you running audiobookshelf?

Docker

Originally created by @baconcow on GitHub (Dec 31, 2022). ### Describe the issue After scanning books, some of the books are having their series tagged with the author's name. This data is not part of the files embedded tags or the intended folder structure. All other tagged series appear to be handled correctly, without their author's having separate series under their names. I believe it is only doing this for authors that do not have any other books in a series. ### Steps to reproduce the issue 1. Scan books. 2. A series is created with the author's name for a book that does not have an embedded series tag or intended to be in a series based on the folder structure. I have attached a screenshot which shows four (4) series that have been created using an author's name. ![image](https://user-images.githubusercontent.com/11164879/210152749-d11e4464-b913-49fa-9d0a-ddc7c0e3e5d0.png) ### Audiobookshelf version v2.2.11 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:24:12 +02:00
adam closed this issue 2026-04-24 23:24:12 +02:00
Author
Owner

@advplyr commented on GitHub (Dec 31, 2022):

There are only 2 ways that this can happen.

  1. Your folder structure is such that the author name is where it expects the series name
  2. You have the authors name embedded in the series ID3 tag

Since you already ruled out 2 then it must be 1.
Check the directory structure again shown here https://www.audiobookshelf.org/docs#book-directory-structure

If you are still not sure then please share your full directory structure

@advplyr commented on GitHub (Dec 31, 2022): There are only 2 ways that this can happen. 1. Your folder structure is such that the author name is where it expects the series name 2. You have the authors name embedded in the series ID3 tag Since you already ruled out 2 then it must be 1. Check the directory structure again shown here https://www.audiobookshelf.org/docs#book-directory-structure If you are still not sure then please share your full directory structure
Author
Owner

@baconcow commented on GitHub (Dec 31, 2022):

Here is my directory structure. I have used the following in Docker, for the "audiobooks" directory and the default settings within ABS:
"I:\Audiobooks\Audiobookshelf\audiobooks:/audiobooks -v"

Each author has their own folder. The authors without a series all have series created with their name.

image

image

image

@baconcow commented on GitHub (Dec 31, 2022): Here is my directory structure. I have used the following in Docker, for the "audiobooks" directory and the default settings within ABS: "I:\Audiobooks\Audiobookshelf\audiobooks:/audiobooks -v" Each author has their own folder. The authors without a series all have series created with their name. ![image](https://user-images.githubusercontent.com/11164879/210153921-4e16dcd2-61ef-41d9-8e33-49d1e6c14999.png) ![image](https://user-images.githubusercontent.com/11164879/210163326-e2593388-708c-466d-b7d8-efb4a6e464b7.png) ![image](https://user-images.githubusercontent.com/11164879/210163368-7dcae9ae-1989-465d-b8e8-cde942e11321.png)
Author
Owner

@advplyr commented on GitHub (Dec 31, 2022):

You are only showing part of the directory structure. Can you show the directories inside "Alighieri"?

@advplyr commented on GitHub (Dec 31, 2022): You are only showing part of the directory structure. Can you show the directories inside "Alighieri"?
Author
Owner

@baconcow commented on GitHub (Jan 1, 2023):

Just updated my previous comment with further supporting images.

@baconcow commented on GitHub (Jan 1, 2023): Just updated my previous comment with further supporting images.
Author
Owner

@advplyr commented on GitHub (Jan 1, 2023):

Can you remove that book from Abs and do a regular scan on that library again?

To remove just press edit and use the red button on the bottom left.
image

After you re-scan check if the series is still shown.

@advplyr commented on GitHub (Jan 1, 2023): Can you remove that book from Abs and do a regular scan on that library again? To remove just press edit and use the red button on the bottom left. ![image](https://user-images.githubusercontent.com/67830747/210175833-1a6b03dc-74f5-4da2-84fb-6a66d50264a0.png) After you re-scan check if the series is still shown.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#854