@advplyr commented on GitHub (Jun 8, 2025):
I'm using DBeaver on Windows
@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: :
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…
@WillGunn commented on GitHub (Jun 8, 2025):
What about the
playbackSessionstable? In that table you will see themediaItemIdcolumn and you can take the UUID in that column and search for…
@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.
@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…
@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…
@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
:
Attempting to open the db file locally with DB Browser for SQLite which I've used in the past for other projects I get
:
Attempting to open the db file locally with DB Browser for SQLite which I've used in the past for other projects I get :
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…
@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…
@nichwall commented on GitHub (Jun 4, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/870
@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…
@nicktheone commented on GitHub (Jun 3, 2025):
See also here: #4214 (comment) [#4214 (comment)](https://github.com/…
@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…
@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).…
@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…
@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…