@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?…
@advplyr commented on GitHub (Sep 8, 2025):
Is the server crashing? This is just a regular error log
@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/…
@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…
@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…
@unl0ck commented on GitHub (Sep 6, 2025):
Ah thanks, okay yeah I had read the code right thanks for the answer.
@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…
@crammaster commented on GitHub (Sep 7, 2025):
""chapters": [ { "id": 0, "time_base": "1/1000", "start": 0, "start_time": "0.000000", "end": 22731, …
@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…
@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":…
@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…
@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.
@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…
@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…