Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:55 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

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

I'm using DBeaver on Windows

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:55 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 8, 2025):

I'm using DBeaver on Windows

That works, it appears that the date there isn't being updated: ![Image](https://github.com/user-attachments/assets/807…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:55 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

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

What about the playbackSessions table? In that table you will see the mediaItemId column and you can take the UUID in that column and search for it…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:55 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 8, 2025):

What about the playbackSessions table? In that table you will see the mediaItemId column and you can take the UUID in that column and search for…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@advplyr commented on GitHub (Jun 6, 2025):

Are you using plappa? There is a known bug with the way plappa is making API requests that is creating 2 media progress records for the same book.

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 8, 2025):

@advplyr i do not. I see the same issue playing books via the Audiobookshelf apps as I do through the Audiobookshelf web browser interface.

Are…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

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

The update that was made in v2.24.0 was to set the updatedAt time of the media progress to the timestamp that is sent in from the device. If you are…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 8, 2025):

Attempting to open the db file locally with DB Browser for SQLite which I've used in the past for other projects I get

![Image](https://github.com/use…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@nichwall commented on GitHub (Jun 8, 2025):

Attempting to open the db file locally with DB Browser for SQLite which I've used in the past for other projects I get

![Image](https://github.c…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:54 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 8, 2025):

Attempting to open the db file locally with DB Browser for SQLite which I've used in the past for other projects I get ![Image](https://github.…

adam closed issue starred/audiobookshelf#2820 2026-04-25 00:10:53 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)
adam commented on issue starred/audiobookshelf#2818 2026-04-25 00:10:53 +02:00
[Bug]: No audio on iPhone when listening to mp3 encoded m4b files.

@Vito0912 commented on GitHub (Jun 3, 2025):

Afaik this is an iOS limitation.

Note: AAC or Opus are both far better codeces than MP3. There will be a bit of loss between conversions, but…

adam commented on issue starred/audiobookshelf#2818 2026-04-25 00:10:53 +02:00
[Bug]: No audio on iPhone when listening to mp3 encoded m4b files.

@Vito0912 commented on GitHub (Jun 3, 2025):

See also here: https://github.com/advplyr/audiobookshelf/pull/4214#issuecomment-2832502178 https://github.com/advplyr/audiobookshelf/pull/4214#issueco…

adam commented on issue starred/audiobookshelf#2819 2026-04-25 00:10:53 +02:00
[Enhancement]: Add series to collections

@nichwall commented on GitHub (Jun 4, 2025):

Duplicate of https://github.com/advplyr/audiobookshelf/issues/870

adam commented on issue starred/audiobookshelf#2818 2026-04-25 00:10:53 +02:00
[Bug]: No audio on iPhone when listening to mp3 encoded m4b files.

@nicktheone commented on GitHub (Jun 3, 2025):

Afaik this is an iOS limitation.

Note: AAC or Opus are both far better codeces than MP3. There will be a bit of loss between conversions, but…

adam commented on issue starred/audiobookshelf#2818 2026-04-25 00:10:53 +02:00
[Bug]: No audio on iPhone when listening to mp3 encoded m4b files.

@nicktheone commented on GitHub (Jun 3, 2025):

See also here: #4214 (comment) [#4214 (comment)](https://github.com/…

adam commented on issue starred/audiobookshelf#2818 2026-04-25 00:10:53 +02:00
[Bug]: No audio on iPhone when listening to mp3 encoded m4b files.

@Vito0912 commented on GitHub (Jun 3, 2025):

Given that the initial file is a lossy format wouldn't that kill the quality? I've yet to try and do it but I thought that going from lossy to lossy…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:53 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@maodun96 commented on GitHub (Jun 4, 2025):

I seem to be experiencing a similar issue. My use case: I frequently switch between listening to audiobooks on my iPad and iPhone(plappa).…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:53 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@WillGunn commented on GitHub (Jun 4, 2025):

@maodun96 that looks like a different issue. The progress syncing is working, but the order of the Continue Listening section of the homepage is not…

adam commented on issue starred/audiobookshelf#2820 2026-04-25 00:10:53 +02:00
[Bug]: Continue Listening no longer updating (v2.24.0)

@maodun96 commented on GitHub (Jun 4, 2025):

@maodun96 that looks like a different issue. The progress syncing is working, but the order of the Continue Listening…