[Bug]: The same file & folders are being recognized as missing then readded on scans as a new entry #1983

Closed
opened 2026-04-25 00:02:03 +02:00 by adam · 9 comments
Owner

Originally created by @kanjieater on GitHub (May 12, 2024).

What happened?

image
The path is: /audiobooks/アンドレイ・サプコフスキ, 川野 靖子, 天沼 春樹/ウィッチャー I エルフの血脈/ウィッチャー I エルフの血脈 [B0CXDWXBCW].m4b

image

image

Both entries are the exact same, and you can see I can use the browser find functionallity to find that the same path matches. It seems that because the author name that comes from metadata doesn't match the one I have persisted to disk.

ABS doesn't fetch the metadata or match the new book, and despite the files being the exact same it's not removed from the issues and combined into a single entry. I'm not sure why it's thinking the file changed in the first place though honestly.

What did you expect to happen?

Files and paths that haven't been changed should result in the same audiobook entry

Steps to reproduce the issue

  1. I'm not sure why it's happening. Why would a file path that's the same be recognized as a different entry?

Audiobookshelf version

v2.9.0

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Chrome

Logs

https://www.dropbox.com/scl/fi/7lhhu4p0bb4nr5982n8rh/abs.log?rlkey=yiu8ga1aygu1xiasg1w3jovfs&st=xhrhxjla&dl=0

Additional Notes

I am using MusicBee to automatically organize the file structure by metadata. It may have done something automatically to the same folder - but the files and paths are the same, I would expect it to be treated as the same audiobook entry.

Originally created by @kanjieater on GitHub (May 12, 2024). ### What happened? ![image](https://github.com/advplyr/audiobookshelf/assets/32607317/d4005359-c93e-41e7-90fd-b586183f8af1) The path is: `/audiobooks/アンドレイ・サプコフスキ, 川野 靖子, 天沼 春樹/ウィッチャー I エルフの血脈/ウィッチャー I エルフの血脈 [B0CXDWXBCW].m4b` ![image](https://github.com/advplyr/audiobookshelf/assets/32607317/971008c8-69ae-4586-a741-bdedf8947763) ![image](https://github.com/advplyr/audiobookshelf/assets/32607317/5bf9fbfa-0551-42c0-ae8f-f63b554c7a7f) Both entries are the exact same, and you can see I can use the browser find functionallity to find that the same path matches. It seems that because the author name that comes from metadata doesn't match the one I have persisted to disk. ABS doesn't fetch the metadata or match the new book, and despite the files being the exact same it's not removed from the issues and combined into a single entry. I'm not sure why it's thinking the file changed in the first place though honestly. ### What did you expect to happen? Files and paths that haven't been changed should result in the same audiobook entry ### Steps to reproduce the issue 1. I'm not sure why it's happening. Why would a file path that's the same be recognized as a different entry? ### Audiobookshelf version v2.9.0 ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Linux ### If the issue is being seen in the UI, what browsers are you seeing the problem on? Chrome ### Logs ```shell https://www.dropbox.com/scl/fi/7lhhu4p0bb4nr5982n8rh/abs.log?rlkey=yiu8ga1aygu1xiasg1w3jovfs&st=xhrhxjla&dl=0 ``` ### Additional Notes I am using MusicBee to automatically organize the file structure by metadata. It may have done something automatically to the same folder - but the files and paths are the same, I would expect it to be treated as the same audiobook entry.
adam added the bug label 2026-04-25 00:02:03 +02:00
adam closed this issue 2026-04-25 00:02:03 +02:00
Author
Owner

@nichwall commented on GitHub (May 12, 2024):

Are you running scans, either manual or periodic? Do you have the watcher enabled?

There are issues with non-ASCII characters that have popped up when doing the comparison for SQLite, so could be related to that. Is it all books or only certain books?

@nichwall commented on GitHub (May 12, 2024): Are you running scans, either manual or periodic? Do you have the watcher enabled? There are issues with non-ASCII characters that have popped up when doing the comparison for SQLite, so could be related to that. Is it all books or only certain books?
Author
Owner

@kanjieater commented on GitHub (May 12, 2024):

Are you running scans, either manual or periodic? Do you have the watcher enabled?

There are issues with non-ASCII characters that have popped up when doing the comparison for SQLite, so could be related to that. Is it all books or only certain books?

Thanks for the reply.

It's 10%~ of my library 2000 book library.

I have hourly scans setup. Just confirmed I had the watcher set up as well. At first it did this to about 10 of them. Then i fixed those 10, rescanned and it showed 200~.

All of these should be utf-8 chars. Not latin or shift-jis.

@kanjieater commented on GitHub (May 12, 2024): > Are you running scans, either manual or periodic? Do you have the watcher enabled? > > There are issues with non-ASCII characters that have popped up when doing the comparison for SQLite, so could be related to that. Is it all books or only certain books? Thanks for the reply. It's 10%~ of my library 2000 book library. I have hourly scans setup. Just confirmed I had the watcher set up as well. At first it did this to about 10 of them. Then i fixed those 10, rescanned and it showed 200~. All of these should be utf-8 chars. Not latin or shift-jis.
Author
Owner

@advplyr commented on GitHub (May 12, 2024):

Can you enable debug logs, run a full library scan, and share the scan log?

The provided log is filled with rate limit requests from matching authors and not related to a scan.

@advplyr commented on GitHub (May 12, 2024): Can you enable debug logs, run a full library scan, and share the scan log? The provided log is filled with rate limit requests from matching authors and not related to a scan.
Author
Owner

@advplyr commented on GitHub (May 12, 2024):

Also if you can share what file system you are using. Are you mapping a Windows drive? Is this a remote file system?

@advplyr commented on GitHub (May 12, 2024): Also if you can share what file system you are using. Are you mapping a Windows drive? Is this a remote file system?
Author
Owner

@kanjieater commented on GitHub (May 13, 2024):

Also if you can share what file system you are using. Are you mapping a Windows drive? Is this a remote file system?

I'll try to rerun and post soon. I'm using wsl2 with the docker compose setup. The drive is my windows drive accessed directly through /mnt/a/audiobooks

@kanjieater commented on GitHub (May 13, 2024): > Also if you can share what file system you are using. Are you mapping a Windows drive? Is this a remote file system? I'll try to rerun and post soon. I'm using wsl2 with the docker compose setup. The drive is my windows drive accessed directly through /mnt/a/audiobooks
Author
Owner

@kanjieater commented on GitHub (May 13, 2024):

I Set the server log level to debug and rescanned

2024-05-12 18:19:41.968

INFO

[SocketAuthority] Socket Connected 5RNE6zK76ZwuWahoAAAz

2024-05-12 18:36:32.589

INFO

[RssFeedManager] Fetched all feeds

2024-05-12 18:36:40.596

DEBUG

Set Log Level to DEBUG

2024-05-12 18:36:40.610

DEBUG

[ApiCacheManager] Array.afterUpsert: Clearing cache

2024-05-12 18:36:52.022

INFO

[LibraryScanner] Starting library scan bae1b0c8-0228-416e-af63-c800a7905960 for Audiobooks

2024-05-12 18:36:52.121

DEBUG

Loaded filterdata in 0.10s

2024-05-12 18:37:16.500

DEBUG

[SocketAuthority] User Offline kanjieater

2024-05-12 18:37:16.505

INFO

[SocketAuthority] Socket HVc0r1b5Y4rjxILMAAAh disconnected from client "kanjieater" after 29670832ms (Reason: transport close)

2024-05-12 18:37:23.590

DEBUG

[LibraryScan] "Audiobooks": 2908 item data found in folder "/audiobooks"

2024-05-12 18:37:23.764

DEBUG

[LibraryScan] "Audiobooks": Library item "星宮すみれ/イチコミ大学 郷土民俗学同好会(もののけサークル)" is up-to-date

2024-05-12 18:37:23.764

DEBUG

[LibraryScan] "Audiobooks": Library item "月村 了衛/機龍警察 暗黒市場" is up-to-date

2024-05-12 18:37:23.765

DEBUG

[LibraryScan] "Audiobooks": Library item "田中芳樹/アルスラーン戦記5 征馬孤影" is up-to-date

2024-05-12 18:37:23.765

DEBUG

[LibraryScan] "Audiobooks": Library item "知念 実希人/魔弾の射手―天久鷹央の事件カルテ―" is up-to-date

2024-05-12 18:37:23.765

DEBUG

[LibraryScan] "Audiobooks": Library item "朝井 リョウ/もういちど生まれる" is up-to-date

2024-05-12 18:37:23.765

DEBUG

[LibraryScan] "Audiobooks": Library item "中川越/手紙遺産 第五章 心境・決意" is up-to-date

2024-05-12 18:37:23.765

DEBUG

[LibraryScan] "Audiobooks": Library item "あさの あつこ/ヴィヴァーチェ 宇宙へ地球へ" is up-to-date

2024-05-12 18:37:23.766

DEBUG

[LibraryScan] "Audiobooks": Library item "宮沢賢治/インドラの網" is up-to-date

2024-05-12 18:37:23.766

DEBUG

[LibraryScan] "Audiobooks": Library item "城平 京/虚構推理短編集 岩永琴子の出現" is up-to-date

2024-05-12 18:37:23.766

DEBUG

[LibraryScan] "Audiobooks": Library item "この素晴らしい世界に祝福を/この素晴らしい世界に祝福を - 2" is up-to-date

2024-05-12 18:37:23.767

DEBUG

[LibraryScan] "Audiobooks": Library item "槙村浩/螢" is up-to-date

2024-05-12 18:37:23.767

DEBUG

[LibraryScan] "Audiobooks": Library item "夏目 漱石/wisの夏目漱石(4)「吾輩は猫である」総集編第4巻(全4巻)" is up-to-date

2024-05-12 18:37:23.767

DEBUG

[LibraryScan] "Audiobooks": Library item "西尾 維新/業物語" is up-to-date

2024-05-12 18:37:23.768

DEBUG

[LibraryScan] "Audiobooks": Library item "Unknown Artist/真田アサミ 真田十勇士と長野について語る!" is up-to-date

2024-05-12 18:37:23.768

DEBUG

[LibraryScan] "Audiobooks": Library item "相沢 沙呼, 青崎 有吾, 乾 くるみ, 織守 きょうや, 斜線堂 有紀, 武田 綾乃, 円居 挽/彼女。百合小説アンソロジー" is up-to-date

2024-05-12 18:37:23.769

DEBUG

[LibraryScan] "Audiobooks": Library item "夢枕 獏/新・魔獣狩り3 土蜘蛛編 サイコダイバー" is up-to-date

2024-05-12 18:37:23.769

DEBUG

[LibraryScan] "Audiobooks": Library item "青山 美智子/赤と青とエスキース" is up-to-date

2024-05-12 18:37:23.769

DEBUG

[LibraryScan] "Audiobooks": Library item "川端 康成/掌の小説 全122編収録" is up-to-date

2024-05-12 18:37:23.769

DEBUG

[LibraryScan] "Audiobooks": Library item "乃南 アサ/夜離れ" is up-to-date

2024-05-12 18:37:23.770

DEBUG

[LibraryScan] "Audiobooks": Library item "倉橋 由美子/大人のための残酷童話 故郷" is up-to-date

2024-05-12 18:37:23.771

DEBUG

[LibraryScan] "Audiobooks": Library item "小川 糸/犬とペンギンと私" is up-to-date

2024-05-12 18:37:23.771

DEBUG

[LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ オブ シンフォニア ~ロデオライド ツアー~ 2 THE LATTER PART" is up-to-date

2024-05-12 18:37:23.772

DEBUG

[LibraryScan] "Audiobooks": Library item "ハンス・クリスチャン・アンデルセン, 菊池寛/醜い家鴨の子" is up-to-date

2024-05-12 18:37:23.772

DEBUG

[LibraryScan] "Audiobooks": Library item "オキシ タケヒコ/筺底のエルピス(ガガガ文庫) (小学館)" is up-to-date

2024-05-12 18:37:23.772

DEBUG

[LibraryScan] "Audiobooks": Library item "イスラーフィール/[6巻] 淡海乃海 水面が揺れる時~三英傑に嫌われた不運な男、朽木基綱の逆襲~ 六" is up-to-date

2024-05-12 18:37:23.773

DEBUG

[LibraryScan] "Audiobooks": Library item "井上 真偽/アリアドネの声" is up-to-date

2024-05-12 18:37:23.773

DEBUG

[LibraryScan] "Audiobooks": Library item "江戸川 乱歩/wisの江戸川乱歩(1)「屋根裏の散歩者」「人間椅子」" is up-to-date

2024-05-12 18:37:23.773

DEBUG

[LibraryScan] "Audiobooks": Library item "佐藤 究/テスカトリポカ" is up-to-date

2024-05-12 18:37:23.774

DEBUG

[LibraryScan] "Audiobooks": Library item "丸山 くがね/オーバーロード5 王国の漢たち 上(後編)" is up-to-date

2024-05-12 18:37:23.774

DEBUG

[LibraryScan] "Audiobooks": Library item "アン・レッキー, 赤尾秀子(訳)/亡霊星域" is up-to-date

2024-05-12 18:37:23.777

DEBUG

[LibraryScan] "Audiobooks": Library item "赤松 中学/[1巻] 緋弾のアリア" is up-to-date

2024-05-12 18:37:23.777

DEBUG

[LibraryScan] "Audiobooks": Library item "新海 誠/小説 天気の子" is up-to-date

2024-05-12 18:37:23.777

DEBUG

[LibraryScan] "Audiobooks": Library item "しめさば/[1巻] ひげを剃る。そして女子高生を拾う。" is up-to-date

2024-05-12 18:37:23.777

DEBUG

[LibraryScan] "Audiobooks": Library item "平坂 読/妹さえいればいい。9(ガガガ文庫) (小学館)" is up-to-date

2024-05-12 18:37:23.777

DEBUG

[LibraryScan] "Audiobooks": Library item "谷崎 潤一郎/細雪(中)" is up-to-date

2024-05-12 18:37:23.778

DEBUG

[LibraryScan] "Audiobooks": Library item "田中芳樹/海嘯" is up-to-date

2024-05-12 18:37:23.778

DEBUG

[LibraryScan] "Audiobooks": Library item "宮沢賢治/秋田街道" is up-to-date

2024-05-12 18:37:23.778

DEBUG

[LibraryScan] "Audiobooks": Library item "大沢オフィス/リーディングカンパニー Vol.5 前編" is up-to-date

2024-05-12 18:37:23.778

DEBUG

[LibraryScan] "Audiobooks": Library item "鎌田 東二/超訳 古事記" is up-to-date

2024-05-12 18:37:23.779

DEBUG

[LibraryScan] "Audiobooks": Library item "ほの���のる500/[3巻] 最弱テイマーはゴミ拾いの旅を始めました。3" is up-to-date

2024-05-12 18:37:23.779

DEBUG

[LibraryScan] "Audiobooks": Library item "裕夢/[2巻] 千歳くんはラムネ瓶のなか 2 (小学館)" is up-to-date

2024-05-12 18:37:23.780

DEBUG

[LibraryScan] "Audiobooks": Library item "夏目 漱石/夏目漱石「こころ」" is up-to-date

2024-05-12 18:37:23.780

DEBUG

[LibraryScan] "Audiobooks": Library item "港家小ゆき/港家小ゆきの浪曲 『最強主婦伝説』ひまわりマート戦記" is up-to-date

2024-05-12 18:37:23.780

DEBUG

[LibraryScan] "Audiobooks": Library item "劉 慈欣, 大森 望, ワン チャイ, 光吉 さくら, 泊 功/三体III 死神永生 上" is up-to-date

2024-05-12 18:37:23.780

DEBUG

[LibraryScan] "Audiobooks": Library item "三浦 哲郎/じねんじょ/とんかつ" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "神坂 一/スレイヤーズ4 聖王都動乱" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ オブ デスティニー2 第5巻" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "知念 実希人/甦る殺人者―天久鷹央の事件カルテ―" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "犬村 小六/とある飛空士への恋歌 3" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "鈴木 光司/ループ" is up-to-date

2024-05-12 18:37:23.781

DEBUG

[LibraryScan] "Audiobooks": Library item "カルロ・ゼン/幼女戦記 5 Abyssus abyssum invocat (前編)" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "三上 康明/そらのおしごと side”STARS”" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "岡本綺堂/半七捕物帳(19)お照の父" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "乃南 アサ/出前家族" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "ざっぽん/真の仲間じゃないと勇者のパーティーを追い出されたので、辺境でスローライフすることにしました2" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "アネコ ユサギ/盾の勇者の成り上がり 16" is up-to-date

2024-05-12 18:37:23.782

DEBUG

[LibraryScan] "Audiobooks": Library item "橘 公司/[2巻] デート・ア・ライブ2 四糸乃パペット" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "夏目 漱石/「吾輩は猫である(5)」-Wisの朗読シリーズ(61)" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "田中芳樹/品種改良 <田中芳樹短篇小説>" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "枯野 瑛/[11巻] 終末なにしてますか? もう一度だけ、会えますか?#11" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "月村 了衛/機龍警察〔完全版〕" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "内藤 了/怨毒草紙 よろず建物因縁帳" is up-to-date

2024-05-12 18:37:23.783

DEBUG

[LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ ���ブ ジ アビス Vol.2" is up-to-date

2024-05-12 18:37:23.784

DEBUG

[LibraryScan] "Audiobooks": Library item "Unknown Artist/東京創元社presents 『エンタングル:ガール』刊行記念 創元ゼーガペイン・ラジオ" is up-to-date

2024-05-12 18:37:23.784

DEBUG

[LibraryScan] "Audiobooks
@kanjieater commented on GitHub (May 13, 2024): I Set the server log level to debug and rescanned ``` 2024-05-12 18:19:41.968 INFO [SocketAuthority] Socket Connected 5RNE6zK76ZwuWahoAAAz 2024-05-12 18:36:32.589 INFO [RssFeedManager] Fetched all feeds 2024-05-12 18:36:40.596 DEBUG Set Log Level to DEBUG 2024-05-12 18:36:40.610 DEBUG [ApiCacheManager] Array.afterUpsert: Clearing cache 2024-05-12 18:36:52.022 INFO [LibraryScanner] Starting library scan bae1b0c8-0228-416e-af63-c800a7905960 for Audiobooks 2024-05-12 18:36:52.121 DEBUG Loaded filterdata in 0.10s 2024-05-12 18:37:16.500 DEBUG [SocketAuthority] User Offline kanjieater 2024-05-12 18:37:16.505 INFO [SocketAuthority] Socket HVc0r1b5Y4rjxILMAAAh disconnected from client "kanjieater" after 29670832ms (Reason: transport close) 2024-05-12 18:37:23.590 DEBUG [LibraryScan] "Audiobooks": 2908 item data found in folder "/audiobooks" 2024-05-12 18:37:23.764 DEBUG [LibraryScan] "Audiobooks": Library item "星宮すみれ/イチコミ大学 郷土民俗学同好会(もののけサークル)" is up-to-date 2024-05-12 18:37:23.764 DEBUG [LibraryScan] "Audiobooks": Library item "月村 了衛/機龍警察 暗黒市場" is up-to-date 2024-05-12 18:37:23.765 DEBUG [LibraryScan] "Audiobooks": Library item "田中芳樹/アルスラーン戦記5 征馬孤影" is up-to-date 2024-05-12 18:37:23.765 DEBUG [LibraryScan] "Audiobooks": Library item "知念 実希人/魔弾の射手―天久鷹央の事件カルテ―" is up-to-date 2024-05-12 18:37:23.765 DEBUG [LibraryScan] "Audiobooks": Library item "朝井 リョウ/もういちど生まれる" is up-to-date 2024-05-12 18:37:23.765 DEBUG [LibraryScan] "Audiobooks": Library item "中川越/手紙遺産 第五章 心境・決意" is up-to-date 2024-05-12 18:37:23.765 DEBUG [LibraryScan] "Audiobooks": Library item "あさの あつこ/ヴィヴァーチェ 宇宙へ地球へ" is up-to-date 2024-05-12 18:37:23.766 DEBUG [LibraryScan] "Audiobooks": Library item "宮沢賢治/インドラの網" is up-to-date 2024-05-12 18:37:23.766 DEBUG [LibraryScan] "Audiobooks": Library item "城平 京/虚構推理短編集 岩永琴子の出現" is up-to-date 2024-05-12 18:37:23.766 DEBUG [LibraryScan] "Audiobooks": Library item "この素晴らしい世界に祝福を/この素晴らしい世界に祝福を - 2" is up-to-date 2024-05-12 18:37:23.767 DEBUG [LibraryScan] "Audiobooks": Library item "槙村浩/螢" is up-to-date 2024-05-12 18:37:23.767 DEBUG [LibraryScan] "Audiobooks": Library item "夏目 漱石/wisの夏目漱石(4)「吾輩は猫である」総集編第4巻(全4巻)" is up-to-date 2024-05-12 18:37:23.767 DEBUG [LibraryScan] "Audiobooks": Library item "西尾 維新/業物語" is up-to-date 2024-05-12 18:37:23.768 DEBUG [LibraryScan] "Audiobooks": Library item "Unknown Artist/真田アサミ 真田十勇士と長野について語る!" is up-to-date 2024-05-12 18:37:23.768 DEBUG [LibraryScan] "Audiobooks": Library item "相沢 沙呼, 青崎 有吾, 乾 くるみ, 織守 きょうや, 斜線堂 有紀, 武田 綾乃, 円居 挽/彼女。百合小説アンソロジー" is up-to-date 2024-05-12 18:37:23.769 DEBUG [LibraryScan] "Audiobooks": Library item "夢枕 獏/新・魔獣狩り3 土蜘蛛編 サイコダイバー" is up-to-date 2024-05-12 18:37:23.769 DEBUG [LibraryScan] "Audiobooks": Library item "青山 美智子/赤と青とエスキース" is up-to-date 2024-05-12 18:37:23.769 DEBUG [LibraryScan] "Audiobooks": Library item "川端 康成/掌の小説 全122編収録" is up-to-date 2024-05-12 18:37:23.769 DEBUG [LibraryScan] "Audiobooks": Library item "乃南 アサ/夜離れ" is up-to-date 2024-05-12 18:37:23.770 DEBUG [LibraryScan] "Audiobooks": Library item "倉橋 由美子/大人のための残酷童話 故郷" is up-to-date 2024-05-12 18:37:23.771 DEBUG [LibraryScan] "Audiobooks": Library item "小川 糸/犬とペンギンと私" is up-to-date 2024-05-12 18:37:23.771 DEBUG [LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ オブ シンフォニア ~ロデオライド ツアー~ 2 THE LATTER PART" is up-to-date 2024-05-12 18:37:23.772 DEBUG [LibraryScan] "Audiobooks": Library item "ハンス・クリスチャン・アンデルセン, 菊池寛/醜い家鴨の子" is up-to-date 2024-05-12 18:37:23.772 DEBUG [LibraryScan] "Audiobooks": Library item "オキシ タケヒコ/筺底のエルピス(ガガガ文庫) (小学館)" is up-to-date 2024-05-12 18:37:23.772 DEBUG [LibraryScan] "Audiobooks": Library item "イスラーフィール/[6巻] 淡海乃海 水面が揺れる時~三英傑に嫌われた不運な男、朽木基綱の逆襲~ 六" is up-to-date 2024-05-12 18:37:23.773 DEBUG [LibraryScan] "Audiobooks": Library item "井上 真偽/アリアドネの声" is up-to-date 2024-05-12 18:37:23.773 DEBUG [LibraryScan] "Audiobooks": Library item "江戸川 乱歩/wisの江戸川乱歩(1)「屋根裏の散歩者」「人間椅子」" is up-to-date 2024-05-12 18:37:23.773 DEBUG [LibraryScan] "Audiobooks": Library item "佐藤 究/テスカトリポカ" is up-to-date 2024-05-12 18:37:23.774 DEBUG [LibraryScan] "Audiobooks": Library item "丸山 くがね/オーバーロード5 王国の漢たち 上(後編)" is up-to-date 2024-05-12 18:37:23.774 DEBUG [LibraryScan] "Audiobooks": Library item "アン・レッキー, 赤尾秀子(訳)/亡霊星域" is up-to-date 2024-05-12 18:37:23.777 DEBUG [LibraryScan] "Audiobooks": Library item "赤松 中学/[1巻] 緋弾のアリア" is up-to-date 2024-05-12 18:37:23.777 DEBUG [LibraryScan] "Audiobooks": Library item "新海 誠/小説 天気の子" is up-to-date 2024-05-12 18:37:23.777 DEBUG [LibraryScan] "Audiobooks": Library item "しめさば/[1巻] ひげを剃る。そして女子高生を拾う。" is up-to-date 2024-05-12 18:37:23.777 DEBUG [LibraryScan] "Audiobooks": Library item "平坂 読/妹さえいればいい。9(ガガガ文庫) (小学館)" is up-to-date 2024-05-12 18:37:23.777 DEBUG [LibraryScan] "Audiobooks": Library item "谷崎 潤一郎/細雪(中)" is up-to-date 2024-05-12 18:37:23.778 DEBUG [LibraryScan] "Audiobooks": Library item "田中芳樹/海嘯" is up-to-date 2024-05-12 18:37:23.778 DEBUG [LibraryScan] "Audiobooks": Library item "宮沢賢治/秋田街道" is up-to-date 2024-05-12 18:37:23.778 DEBUG [LibraryScan] "Audiobooks": Library item "大沢オフィス/リーディングカンパニー Vol.5 前編" is up-to-date 2024-05-12 18:37:23.778 DEBUG [LibraryScan] "Audiobooks": Library item "鎌田 東二/超訳 古事記" is up-to-date 2024-05-12 18:37:23.779 DEBUG [LibraryScan] "Audiobooks": Library item "ほの���のる500/[3巻] 最弱テイマーはゴミ拾いの旅を始めました。3" is up-to-date 2024-05-12 18:37:23.779 DEBUG [LibraryScan] "Audiobooks": Library item "裕夢/[2巻] 千歳くんはラムネ瓶のなか 2 (小学館)" is up-to-date 2024-05-12 18:37:23.780 DEBUG [LibraryScan] "Audiobooks": Library item "夏目 漱石/夏目漱石「こころ」" is up-to-date 2024-05-12 18:37:23.780 DEBUG [LibraryScan] "Audiobooks": Library item "港家小ゆき/港家小ゆきの浪曲 『最強主婦伝説』ひまわりマート戦記" is up-to-date 2024-05-12 18:37:23.780 DEBUG [LibraryScan] "Audiobooks": Library item "劉 慈欣, 大森 望, ワン チャイ, 光吉 さくら, 泊 功/三体III 死神永生 上" is up-to-date 2024-05-12 18:37:23.780 DEBUG [LibraryScan] "Audiobooks": Library item "三浦 哲郎/じねんじょ/とんかつ" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "神坂 一/スレイヤーズ4 聖王都動乱" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ オブ デスティニー2 第5巻" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "知念 実希人/甦る殺人者―天久鷹央の事件カルテ―" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "犬村 小六/とある飛空士への恋歌 3" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "鈴木 光司/ループ" is up-to-date 2024-05-12 18:37:23.781 DEBUG [LibraryScan] "Audiobooks": Library item "カルロ・ゼン/幼女戦記 5 Abyssus abyssum invocat (前編)" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "三上 康明/そらのおしごと side”STARS”" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "岡本綺堂/半七捕物帳(19)お照の父" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "乃南 アサ/出前家族" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "ざっぽん/真の仲間じゃないと勇者のパーティーを追い出されたので、辺境でスローライフすることにしました2" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "アネコ ユサギ/盾の勇者の成り上がり 16" is up-to-date 2024-05-12 18:37:23.782 DEBUG [LibraryScan] "Audiobooks": Library item "橘 公司/[2巻] デート・ア・ライブ2 四糸乃パペット" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "夏目 漱石/「吾輩は猫である(5)」-Wisの朗読シリーズ(61)" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "田中芳樹/品種改良 <田中芳樹短篇小説>" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "枯野 瑛/[11巻] 終末なにしてますか? もう一度だけ、会えますか?#11" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "月村 了衛/機龍警察〔完全版〕" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "内藤 了/怨毒草紙 よろず建物因縁帳" is up-to-date 2024-05-12 18:37:23.783 DEBUG [LibraryScan] "Audiobooks": Library item "テイルズオブ/テイルズ ���ブ ジ アビス Vol.2" is up-to-date 2024-05-12 18:37:23.784 DEBUG [LibraryScan] "Audiobooks": Library item "Unknown Artist/東京創元社presents 『エンタングル:ガール』刊行記念 創元ゼーガペイン・ラジオ" is up-to-date 2024-05-12 18:37:23.784 DEBUG [LibraryScan] "Audiobooks ```
Author
Owner

@kanjieater commented on GitHub (May 13, 2024):

I did remove the issue books and have disabled musicbee from changing files automatically so nothing is broken. If you'd like I can reenable it to try to break something and reproduce.

@kanjieater commented on GitHub (May 13, 2024): I did remove the issue books and have disabled musicbee from changing files automatically so nothing is broken. If you'd like I can reenable it to try to break something and reproduce.
Author
Owner

@advplyr commented on GitHub (May 16, 2024):

I'm not sure. Is this resolved now on your end?

@advplyr commented on GitHub (May 16, 2024): I'm not sure. Is this resolved now on your end?
Author
Owner

@oddstr13 commented on GitHub (Jul 11, 2024):

I am seeing this behavior after moving files around and re-scanning.

(1)

Author/Series/book 1.mp3
Author/Series/book 2.mp3
Author/Series/book 3.mp3

(2) moved to the following and then re-scanning

Author/Series/book 1.mp3
Author/Series/book 2/book 2.mp3
Author/Series/book 3/book 3.mp3

(3) after that, moving to the following and re-scanning;

Author/Series/book 1/book 1.mp3
Author/Series/book 2/book 2.mp3
Author/Series/book 3/book 3.mp3

This resulted in one entry for each book, in addition to a collective entry for all three books, stuck in state (2) – listed as an item with an issue due to missing files.

Deleting the bad entry from the database does not make it re-appear after a new scan.

Side-note; it would be nice to separate the delete from database and delete from filesystem into separate permissions, as I would prefer not having the delete from filesystem option available at all, and as such have disabled this permission on my main user account, meaning it took me a while longer figuring out how to clean up the ghost entry.

@oddstr13 commented on GitHub (Jul 11, 2024): I am seeing this behavior after moving files around and re-scanning. (1) ``` Author/Series/book 1.mp3 Author/Series/book 2.mp3 Author/Series/book 3.mp3 ``` (2) moved to the following and then re-scanning ``` Author/Series/book 1.mp3 Author/Series/book 2/book 2.mp3 Author/Series/book 3/book 3.mp3 ``` (3) after that, moving to the following and re-scanning; ``` Author/Series/book 1/book 1.mp3 Author/Series/book 2/book 2.mp3 Author/Series/book 3/book 3.mp3 ``` This resulted in one entry for each book, in addition to a collective entry for all three books, stuck in state (2) – listed as an item with an issue due to missing files. Deleting the bad entry from the database does not make it re-appear after a new scan. Side-note; it would be nice to separate the delete from database and delete from filesystem into separate permissions, as I would prefer not having the delete from filesystem option available at all, and as such have disabled this permission on my main user account, meaning it took me a while longer figuring out how to clean up the ghost entry.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1983