@Sapd commented on GitHub (Oct 24, 2025):
Seems Microsoft does not follow specs. There error you see is from node-openid-client:
@Sapd commented on GitHub (Oct 24, 2025):
@p-rintz commented on GitHub (Oct 21, 2025):
Alright. Thanks. Ill write a small bash script to fix the files.
Should I keep this open or close it?
@Vito0912 commented on GitHub (Oct 21, 2025):
You said that multiple podcasts are affected, so maybe it is indeed ABSs fault, I would leave it open for now
Maybe @advplyr can say if you should…
@advplyr commented on GitHub (Oct 21, 2025):
Can you share the podcasts so I can test? This is most likely not an Abs issue since the files are being direct played. Abs is just hosting the mp3…
@p-rintz commented on GitHub (Oct 22, 2025):
Of course. Two episodes from two podcasts that were separately affected are LdN450 of Lage der Nation and the Sony Watchmen episode of The Vergecast.
@p-rintz commented on GitHub (Oct 21, 2025):
Yes. Audiobooks and podcasts are both mp3.
@plz12345 commented on GitHub (Oct 21, 2025):
How much RAM does ABS has? And how many and how big files are you trying to merge?
I don't cap the container's memory at all, nor Docker (running…
@Vito0912 commented on GitHub (Oct 21, 2025):
Then try reencoding them into e.g. m4b. The chances are very high that this is caused by corrupted or incorrect headers.
In any case, it should…
@jpeel commented on GitHub (Oct 23, 2025):
I think that the problem isn't truly an OOM (maybe ffmpeg is misreporting that part?), but is Chapter end time 56309 before start 2055000. Check the…
@plz12345 commented on GitHub (Oct 23, 2025):
The input is MP3, not M4B. Are you saying one of them has bad ID3 tag data?
@p-rintz commented on GitHub (Oct 21, 2025):
I will try. I have tried a few more podcasts just now. And found one which isnt affected. Strange that is just started happening recently though. (and…
@Vito0912 commented on GitHub (Oct 21, 2025):
podcasts cannot be encoded by ABS. If you want to encode podcasts episodes you cannot let ABS manage the downloading.
The only way would be if you…
@nichwall commented on GitHub (Oct 23, 2025):
Can you share a screenshot of the chapter data for the book in ABS or use the network tab in your browser to inspect the full metadata object for the…
@p-rintz commented on GitHub (Oct 21, 2025):
Can audiobookshelf do the reencode?
Otherwise Ill try to cobble together a script based on inotify, but if there is some built-in solution, that…
@Vito0912 commented on GitHub (Oct 21, 2025):
ABS can do encoding, just not for podcasts. For audiobooks you can also encode to other formats.
If reencoding fixes the issue, then it's either the…
@plz12345 commented on GitHub (Oct 23, 2025):
I dug deeper, and did find the chapter info to be a bit messed up. What I did to resolve it:
- Went into the chapter data in ABS
- Cleared that…