[Bug]: Incorrect handling of some series metadata from audible.co.jp #1797

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

Originally created by @radonmiser on GitHub (Mar 5, 2024).

Describe the issue

Link to the series
when fetching the metadata of this series the cardinal numbers are discarded.

シリーズ: <物語>シリーズ , Book ファーストシーズン : 1

is rendered as

<物語>シリーズ #ファーストシーズン

expected rendering:

<物語>シリーズ #ファーストシーズン : 1

or

<物語>シリーズ # 1

Steps to reproduce the issue

  1. match a book to anything in the above series

Audiobookshelf version

2.8.0

How are you running audiobookshelf?

Docker

Originally created by @radonmiser on GitHub (Mar 5, 2024). ### Describe the issue [Link to the series](https://www.audible.co.jp/series/%EF%BC%9C%E7%89%A9%E8%AA%9E%EF%BC%9E%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA/B08WH8LJF5 ) when fetching the metadata of this series the cardinal numbers are discarded. > シリーズ: <物語>シリーズ , Book ファーストシーズン : 1 is rendered as > <物語>シリーズ #ファーストシーズン expected rendering: > <物語>シリーズ #ファーストシーズン : 1 or > <物語>シリーズ # 1 ### Steps to reproduce the issue 1. match a book to anything in the above series ### Audiobookshelf version 2.8.0 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:58:26 +02:00
adam closed this issue 2026-04-24 23:58:27 +02:00
Author
Owner

@mikiher commented on GitHub (Mar 12, 2024):

Thanks for reporting.

The fix to #2380 seems to clean up the series sequence too aggressively.

I'll work on a fix.

@mikiher commented on GitHub (Mar 12, 2024): Thanks for reporting. The fix to #2380 seems to clean up the series sequence too aggressively. I'll work on a fix.
Author
Owner

@advplyr commented on GitHub (Mar 17, 2024):

Fixed in v2.8.1

@advplyr commented on GitHub (Mar 17, 2024): Fixed in [v2.8.1](https://github.com/advplyr/audiobookshelf/releases/tag/v2.8.1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1797