Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#3203 2026-04-25 00:14:17 +02:00
[Enhancement]: Filter for without a specific tag

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

You can do latter already, using the missing selector.

Missing > tags

adam commented on issue starred/audiobookshelf#3202 2026-04-25 00:14:17 +02:00
[Bug]: Slow file upload/processing speed with large library (~54k items) despite optimal config

@piotr1alien-art commented on GitHub (Jan 25, 2026):

2026-01-25 14:39:46.440

FATAL

[Server] Unhandled rejection: Error at Database. (/snapshot/audiobookshelf/node_modules/sequelize/li…

adam commented on issue starred/audiobookshelf#3203 2026-04-25 00:14:17 +02:00
[Enhancement]: Filter for without a specific tag

@NathanSweet commented on GitHub (Jan 26, 2026):

Oh, very nice! My apologies for missing that. It would still be great to support a filter for items missing a specific tag.

If you only use tags…

adam commented on issue starred/audiobookshelf#3203 2026-04-25 00:14:17 +02:00
[Enhancement]: Filter for without a specific tag

@sydlexius commented on GitHub (Jan 28, 2026):

https://github.com/advplyr/audiobookshelf/issues/1465 is related to this.

adam commented on issue starred/audiobookshelf#3202 2026-04-25 00:14:17 +02:00
[Bug]: Slow file upload/processing speed with large library (~54k items) despite optimal config

@piotr1alien-art commented on GitHub (Jan 25, 2026):

SQLite version 3.50.1 2025-06-06 14:52:32 Enter ".help" for usage hints. sqlite> SELECT * FROM bookAuthors WHERE bookId='5a32c81b-5e37-4fa8-8d0…

adam commented on issue starred/audiobookshelf#3202 2026-04-25 00:14:17 +02:00
[Bug]: Slow file upload/processing speed with large library (~54k items) despite optimal config

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

I'm confused, is this with scanning a brand new library of 54000 books or uploading a single book to an existing 54000 book library?

adam commented on issue starred/audiobookshelf#3202 2026-04-25 00:14:17 +02:00
[Bug]: Slow file upload/processing speed with large library (~54k items) despite optimal config

@piotr1alien-art commented on GitHub (Jan 25, 2026):

In my case, it's about uploading/updating a single book to an already existing large library (~54k items).

It seems like a race condition or…

adam opened issue starred/audiobookshelf#3205 2026-04-25 00:14:17 +02:00
[Enhancement]: Move book(s) to another library via UI
adam commented on issue starred/audiobookshelf#3201 2026-04-25 00:14:16 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)

@Randalix commented on GitHub (Jan 25, 2026):

It is actually different. The RSS feed exposes the raw files 'as is'. This works fine for smart podcast apps that can handle resume logic locally and…

adam commented on issue starred/audiobookshelf#3199 2026-04-25 00:14:16 +02:00
[Enhancement]: Enable searching by Chapter titles in Audiobook mode (similar to Podcast episodes)

@chenpinetree commented on GitHub (Jan 23, 2026):

I have reviewed the previous discussions in #1401 and #2197. I understand that indexing millions of audio files/chapters globally could lead to…

adam commented on issue starred/audiobookshelf#3201 2026-04-25 00:14:16 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)

@bauermarkus commented on GitHub (Feb 2, 2026):

+1

adam commented on issue starred/audiobookshelf#3201 2026-04-25 00:14:16 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)

@no1etal commented on GitHub (Mar 2, 2026):

I strongly encourage this. Entire ESP32 and Audio community could build on that.

I’ve been struggling with nighttime phone addiction and need to…

adam commented on issue starred/audiobookshelf#3201 2026-04-25 00:14:16 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)

@Blackspell01 commented on GitHub (Mar 12, 2026):

This would also helpful for an Alexa Skill

adam opened issue starred/audiobookshelf#3202 2026-04-25 00:14:16 +02:00
[Bug]: Slow file upload/processing speed with large library (~54k items) despite optimal config
adam opened issue starred/audiobookshelf#3203 2026-04-25 00:14:16 +02:00
[Enhancement]: Filter for without a specific tag
adam opened issue starred/audiobookshelf#3204 2026-04-25 00:14:16 +02:00
[Bug]: Unnumbered entries sorted first
adam opened issue starred/audiobookshelf#3201 2026-04-25 00:14:15 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)
adam commented on issue starred/audiobookshelf#3200 2026-04-25 00:14:15 +02:00
[Enhancement]: Custom days in a row reset time

@pwinnski commented on GitHub (Feb 14, 2026):

This appears to be a dupe of #4376

adam commented on issue starred/audiobookshelf#3199 2026-04-25 00:14:15 +02:00
[Enhancement]: Enable searching by Chapter titles in Audiobook mode (similar to Podcast episodes)

@sir-wilhelm commented on GitHub (Jan 23, 2026):

Related: #1401 #2197

adam commented on issue starred/audiobookshelf#3201 2026-04-25 00:14:15 +02:00
[Enhancement]: Direct MP3 Stream with server-side seeking (for ESPHome / Dumb Clients)

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

Is this the same as exposing the raw files directly like in an RSS feed? I believe people are already doing this.

https://github.com/advplyr/audioboo…