Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#3173 2026-04-25 00:14:05 +02:00
[Enhancement]: Auto-convert downloaded podcasts MP3s to M4B to save space

@nichwall commented on GitHub (Jan 2, 2026):

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

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:05 +02:00
[Bug]: API ignores 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?

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:05 +02:00
[Bug]: API ignores 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…

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:05 +02:00
[Bug]: API ignores 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…

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:05 +02:00
[Bug]: API ignores 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…

adam opened issue starred/audiobookshelf#3172 2026-04-25 00:14:04 +02:00
[Bug]: Folders missed during initial scan
adam opened issue starred/audiobookshelf#3173 2026-04-25 00:14:04 +02:00
[Enhancement]: Auto-convert downloaded podcasts MP3s to M4B to save space
adam opened issue starred/audiobookshelf#3174 2026-04-25 00:14:04 +02:00
[Bug]: API ignores startedAt parameter and always sets it to current time
adam closed issue starred/audiobookshelf#3174 2026-04-25 00:14:04 +02:00
[Bug]: API ignores startedAt parameter and always sets it to current time
adam closed issue starred/audiobookshelf#3173 2026-04-25 00:14:04 +02:00
[Enhancement]: Auto-convert downloaded podcasts MP3s to M4B to save space
adam commented on issue starred/audiobookshelf#3172 2026-04-25 00:14:04 +02:00
[Bug]: Folders missed during initial scan

@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…

adam commented on issue starred/audiobookshelf#3172 2026-04-25 00:14:04 +02:00
[Bug]: Folders missed during initial scan

@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…

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:04 +02:00
[Bug]: API ignores startedAt parameter and always sets it to current time

@Vito0912 commented on GitHub (Jan 3, 2026):

Do the books already have a progress attached ?

adam commented on issue starred/audiobookshelf#3174 2026-04-25 00:14:04 +02:00
[Bug]: API ignores 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…

adam commented on issue starred/audiobookshelf#3171 2026-04-25 00:14:03 +02:00
[Enhancement]: Allow for series edits via API

@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…

adam commented on issue starred/audiobookshelf#3169 2026-04-25 00:14:03 +02:00
[Enhancement]: QoL - Add "Clear Metadata" button to Metadata Screen

@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…

adam commented on issue starred/audiobookshelf#3169 2026-04-25 00:14:03 +02:00
[Enhancement]: QoL - Add "Clear Metadata" button to Metadata Screen

@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…

adam commented on issue starred/audiobookshelf#3170 2026-04-25 00:14:03 +02:00
[Enhancement]: Support Additional MetaData For Narrators

@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…

adam commented on issue starred/audiobookshelf#3171 2026-04-25 00:14:03 +02:00
[Enhancement]: Allow for series edits via API

@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…

adam commented on issue starred/audiobookshelf#3170 2026-04-25 00:14:03 +02:00
[Enhancement]: Support Additional MetaData For Narrators

@NotUrNinja commented on GitHub (Jan 2, 2026):

Duplicate/related to #2561

Narrators are currently only a text field on a book,…