Adam Melkus adam
  • Joined on 2025-12-28
adam opened issue starred/audiobookshelf#2993 2026-04-25 00:12:49 +02:00
[Bug]: progress percentage not updating
adam closed issue starred/audiobookshelf#2993 2026-04-25 00:12:49 +02:00
[Bug]: progress percentage not updating
adam opened issue starred/audiobookshelf#2992 2026-04-25 00:12:49 +02:00
[Bug]: crashed by matching podcast episode
adam closed issue starred/audiobookshelf#2992 2026-04-25 00:12:49 +02:00
[Bug]: crashed by matching podcast episode
adam opened issue starred/audiobookshelf#2994 2026-04-25 00:12:49 +02:00
[Enhancement]: Stay in chapter editing after removing chapters
adam closed issue starred/audiobookshelf#2994 2026-04-25 00:12:49 +02:00
[Enhancement]: Stay in chapter editing after removing chapters
adam commented on issue starred/audiobookshelf#2993 2026-04-25 00:12:49 +02:00
[Bug]: progress percentage not updating

@Vito0912 commented on GitHub (Sep 7, 2025):

Which app do you mainly use to listen?

Also, can you check what happens in the network console when you start listening to the book in the browser?…

adam commented on issue starred/audiobookshelf#2992 2026-04-25 00:12:49 +02:00
[Bug]: crashed by matching podcast episode

@advplyr commented on GitHub (Sep 8, 2025):

Is the server crashing? This is just a regular error log

adam commented on issue starred/audiobookshelf#2994 2026-04-25 00:12:49 +02:00
[Enhancement]: Stay in chapter editing after removing chapters

@advplyr commented on GitHub (Sep 9, 2025):

I just made this change yesterday https://github.com/advplyr/audiobookshelf/commit/85d5531bc162eaa1a5a24fddb27b460cf320f5db based on https://github.com/…

adam commented on issue starred/audiobookshelf#2993 2026-04-25 00:12:49 +02:00
[Bug]: progress percentage not updating

@AnonTester commented on GitHub (Sep 7, 2025):

I use mainly the Android app, but I'm also writing a Kodi addon and listening through that and sending progress PATCH updates to ABS. The patch…

adam commented on issue starred/audiobookshelf#2992 2026-04-25 00:12:49 +02:00
[Bug]: crashed by matching podcast episode

@lef-est commented on GitHub (Sep 8, 2025):

Is the server crashing? This is just a regular error log

Yes I got "Socket disconnected" immediately after. Also, wow thanks the reply was…

adam commented on issue starred/audiobookshelf#2990 2026-04-25 00:12:48 +02:00
[Bug]: missing recently added on the home view

@unl0ck commented on GitHub (Sep 6, 2025):

Ah thanks, okay yeah I had read the code right thanks for the answer.

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@Vito0912 commented on GitHub (Sep 7, 2025):

The problem is that if there are more than 20,000 chapters, the page no longer loads correctly, and the connection to the WebSocket breaks.

That's…

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@crammaster commented on GitHub (Sep 7, 2025):

""chapters": [ { "id": 0, "time_base": "1/1000", "start": 0, "start_time": "0.000000", "end": 22731, …

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@nichwall commented on GitHub (Sep 7, 2025):

The only thing I could imagine is that each file contains the chapter data and ABS reads the chapters from each file. @nichwall Do you know what…

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@crammaster commented on GitHub (Sep 7, 2025):

""chapters": [ { "id": 0, "time_base": "1/1000", "start": 0, "start_time": "0.000000", "end": 22731, "end_time": "22.731000", "tags": { "title":…

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@Vito0912 commented on GitHub (Sep 7, 2025):

This might not work, as I am not sure what Windows removes. But if you use Windows you should be able to select all files, right click it, go into the…

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@crammaster commented on GitHub (Sep 7, 2025):

The problem is that neither Windows nor MP3Tag display chapter information. Therefore, I haven't yet come across chapter information in MP3 files.

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:48 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@crammaster commented on GitHub (Sep 9, 2025):

I finally figured out the issue – thanks a lot for your help, guys!

What caused it: The MP3 files had hidden chapter info in them, structured like…

adam commented on issue starred/audiobookshelf#2989 2026-04-25 00:12:47 +02:00
[Bug]: Incorrect chapter generation (224 → 25,200) leads to editor crash

@crammaster commented on GitHub (Sep 7, 2025):

My suspicion was that something was hidden in the tags, but I couldn't find anything with MP3Tag.

What tool could I use to check whether chapter…