Adam Melkus adam
  • Joined on 2025-12-28
adam opened issue starred/audiobookshelf#3051 2026-04-25 00:13:18 +02:00
[Enhancement]: Podcast - Allow Guid Passthorugh to Generated RSS feed
adam commented on issue starred/audiobookshelf#3050 2026-04-25 00:13:18 +02:00
[Bug]: OIDC issues when trying to use common endpoint with EntraID

@Sapd commented on GitHub (Oct 24, 2025):

Seems Microsoft does not follow specs. There error you see is from node-openid-client:

https://github.com/panva/openid-client/issues/76

adam commented on issue starred/audiobookshelf#3050 2026-04-25 00:13:18 +02:00
[Bug]: OIDC issues when trying to use common endpoint with EntraID

@Sapd commented on GitHub (Oct 24, 2025):

See also: https://github.com/panva/openid-client/issues/742

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:17 +02:00
[Bug]: Seeking resets playback to 0

@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?

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:17 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:17 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:17 +02:00
[Bug]: Seeking resets playback to 0

@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.

adam opened issue starred/audiobookshelf#3050 2026-04-25 00:13:17 +02:00
[Bug]: OIDC issues when trying to use common endpoint with EntraID
adam opened issue starred/audiobookshelf#3049 2026-04-25 00:13:17 +02:00
[Enhancement]: UX: Add library item to top as well as bottom of both Public Collections and Private Playlist
adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@p-rintz commented on GitHub (Oct 21, 2025):

Yes. Audiobooks and podcasts are both mp3.

adam commented on issue starred/audiobookshelf#3046 2026-04-25 00:13:16 +02:00
[Bug]: M4B creation fails to do out of memory error

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3046 2026-04-25 00:13:16 +02:00
[Bug]: M4B creation fails to do out of memory error

@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…

adam commented on issue starred/audiobookshelf#3046 2026-04-25 00:13:16 +02:00
[Bug]: M4B creation fails to do out of memory error

@plz12345 commented on GitHub (Oct 23, 2025):

The input is MP3, not M4B. Are you saying one of them has bad ID3 tag data?

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3046 2026-04-25 00:13:16 +02:00
[Bug]: M4B creation fails to do out of memory error

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3047 2026-04-25 00:13:16 +02:00
[Bug]: Seeking resets playback to 0

@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…

adam commented on issue starred/audiobookshelf#3046 2026-04-25 00:13:16 +02:00
[Bug]: M4B creation fails to do out of memory error

@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:

  1. Went into the chapter data in ABS
  2. Cleared that…