Adam Melkus adam
  • Joined on 2025-12-28
adam opened issue starred/audiobookshelf#2914 2026-04-25 00:11:49 +02:00
[Enhancement]: Also add the "Send eBook to" option for supplementary ebooks
adam closed issue starred/audiobookshelf#2914 2026-04-25 00:11:49 +02:00
[Enhancement]: Also add the "Send eBook to" option for supplementary ebooks
adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:48 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

Ok, I'll do that. Also, thanks for the work. Love the project

adam opened issue starred/audiobookshelf#2911 2026-04-25 00:11:48 +02:00
[Bug]: Can't change root password when it is not set
adam closed issue starred/audiobookshelf#2911 2026-04-25 00:11:48 +02:00
[Bug]: Can't change root password when it is not set
adam opened issue starred/audiobookshelf#2912 2026-04-25 00:11:48 +02:00
[Bug]: Duplicate podcast listing
adam closed issue starred/audiobookshelf#2912 2026-04-25 00:11:48 +02:00
[Bug]: Duplicate podcast listing
adam opened issue starred/audiobookshelf#2913 2026-04-25 00:11:48 +02:00
[Bug]: Potential memory leak in web client
adam commented on issue starred/audiobookshelf#2911 2026-04-25 00:11:48 +02:00
[Bug]: Can't change root password when it is not set

@github-actions[bot] commented on GitHub (Jul 24, 2025):

Fixed in v2.26.3.

adam commented on issue starred/audiobookshelf#2912 2026-04-25 00:11:48 +02:00
[Bug]: Duplicate podcast listing

@phrreakk commented on GitHub (Jul 23, 2025):

This may have just been a weird update race condition. The downloader re-ran at the top of the hour and downloaded episodes from other podcasts just…

adam commented on issue starred/audiobookshelf#2912 2026-04-25 00:11:48 +02:00
[Bug]: Duplicate podcast listing

@phrreakk commented on GitHub (Jul 24, 2025):

Seems to have been a race condition. Today's download has a single episode for each hour.

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

It seems to me that it tries to cache the whole file (at least until to the point I am listening) before starting playback and if that download…

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@nichwall commented on GitHub (Jul 22, 2025):

  1. The offending format is opus (I think it uses ogg containers)
  2. It happens with all audiobooks in opus format that are longer than about…
adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

Ah, I see. I'll think about what I will do about this. Should this be closed due to not being a direct issue with ABS? Would it be an option to…

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@advplyr commented on GitHub (Jul 22, 2025):

Abs does automatically fallback to transcoding when the native browser audio player element throws an error.

https://github.com/advplyr/audiobookshelf…

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

This is printed into the browser console when loading finishes:

[PlayerHandler] Preparing Session 
Object { id: "82cf7ca1-5c21-494c-b0d1-e40d27d5…
adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@advplyr commented on GitHub (Jul 22, 2025):

When the loading finishes what happens? Is the progress bar moving with no audio? Does the player show a pause button?

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

The player shows a pause button, but otherwise the UI is frozen, so neither the progress bar is moving nor the timestamp is changing.

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@PercyJW-2 commented on GitHub (Jul 22, 2025):

Also the progress bar halts at the correct position

Screenshot of the player

adam commented on issue starred/audiobookshelf#2910 2026-04-25 00:11:47 +02:00
[Bug]: Long single file audiobooks don't start playback in Firefox

@advplyr commented on GitHub (Jul 22, 2025):

If the browser audio player isn't throwing an error and reports that it is playing then I don't think we should try to handle this. You could add a…