@nichwall commented on GitHub (Mar 23, 2026):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/2589
@Vito0912 commented on GitHub (Mar 23, 2026):
Your proxy has to pass the correct host. This is not an ABS bug, but a misconfiguration in your reverse proxy. You need to pass along the original…
@Zaelnorth commented on GitHub (Mar 20, 2026):
Working well now, thanks a lot for your help - but please check the scenario where Book1/Book1/Audio Files exist, no other audio files in the whole…
@Vito0912 commented on GitHub (Mar 21, 2026):
That is not a valid ABS metatdata.json afaik. So it could be that ABS does not add it, because of this fact.
@nichwall commented on GitHub (Mar 21, 2026):
What do the ABS logs say?
@nichwall commented on GitHub (Mar 20, 2026):
Duplicate/related to https://github.com/advplyr/audiobookshelf/issues/785
@nichwall commented on GitHub (Mar 20, 2026):
This is almost always caused by incorrect directory structure in your library. Every book must be in its own folder.
If you have something…
@davidwilemski commented on GitHub (Mar 29, 2026):
I have ~2500 podcast episodes over ~30 shows on my install, some of which do have custom cron schedules. Though probably not that many recent…
@Zaelnorth commented on GitHub (Mar 20, 2026):
Thanks for that, you're right, it was in 2 directories deep e.g. Audio Book X/Audiobook X/mp3 files. But there was just one book there, not two - it…
@drwggm commented on GitHub (Mar 30, 2026):
Thanks for digging into this — the query plan analysis is really insightful and I think you're onto something important that I missed.
**On the index…
@nichwall commented on GitHub (Mar 20, 2026):
Even if your directory structure is now correct, the server will attempt to detect file moves, so if it was incorrect at any point in the past it may…
@davidwilemski commented on GitHub (Mar 30, 2026):
Ah I see what you mean on the cache invalidation thing. That makes sense now, I haven't looked into how the cache works here but yes it does…
@Zaelnorth commented on GitHub (Mar 20, 2026):
Yeah I just deleted all the books with issues and scanned again and now it's working well, thanks again.