@nichwall commented on GitHub (Jan 2, 2026):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/4696
startedAt parameter and always sets it to current time
@Vito0912 commented on GitHub (Jan 3, 2026):
Iirc it works if the book has no progress currently attached. Have you tried this?
startedAt parameter and always sets it to current time
@nichwall commented on GitHub (Jan 3, 2026):
The API docs are several years out of date. Does this PR address the issue? I'd have to look at it again, but I think you want createdAt
https://git…
startedAt parameter and always sets it to current time
@Vito0912 commented on GitHub (Jan 3, 2026):
Ah yeah. Did overlook that (wrong payload). But also as that PR states it only works with books that have no progress. I could update my ToolBox (and…
startedAt parameter and always sets it to current time
@jmswangit commented on GitHub (Jan 3, 2026):
@nichwall createdAt works perfectly! Wow thanks! @Vito0912 wouldn't it be as simple as asking for both start and finish dates in your tool and…
startedAt parameter and always sets it to current time
startedAt parameter and always sets it to current time
@Jimmni commented on GitHub (Jan 4, 2026):
Will add that after carefully checking there are still some that it just won't pick up unless I move them to a lower folder. Weirdly, SOME in the…
@Jimmni commented on GitHub (Jan 5, 2026):
Also happens with some folders on update scans. I added a folder with Author > Series Universe > Series > Book > Book.m4b and of the 12 books in the…
startedAt parameter and always sets it to current time
@Vito0912 commented on GitHub (Jan 3, 2026):
Do the books already have a progress attached ?
startedAt parameter and always sets it to current time
@jmswangit commented on GitHub (Jan 3, 2026):
@Vito0912 I was attempting to adjust your https://github.com/Vito0912/absToolbox/blob/main/web/src/features/tools/listenDateUpdater.ts tool to allow…
@magrhino commented on GitHub (Apr 18, 2026):
Everything the client does is possible with the API.
Please see the network logs of your browser. The API docs are outdated
It appears…
@gavinmcfall commented on GitHub (Jan 1, 2026):
Often I dont like the metadata that came with it. In this case (with a button that clears) it could leave the title and/or author and clear the…
@Vito0912 commented on GitHub (Jan 1, 2026):
Is there a reason why you do not disable the loading of the metadata at all then?
(Ofc such feature requests makes still sense), but in your case it…
@nichwall commented on GitHub (Jan 2, 2026):
Duplicate/related to https://github.com/advplyr/audiobookshelf/issues/2561
Narrators are currently only a text field on a book, there is no data…
@Vito0912 commented on GitHub (Apr 18, 2026):
No. Websockets is mostly/exclusively for transmitting changes such as progress updates. It receives the changes. No changes are done via it.
The API…
@NotUrNinja commented on GitHub (Jan 2, 2026):
Duplicate/related to #2561
Narrators are currently only a text field on a book,…