[Enhancement]: A way to see which audiobooks have missing ebooks #1765

Closed
opened 2026-04-24 23:57:33 +02:00 by adam · 3 comments
Owner

Originally created by @danmed on GitHub (Feb 26, 2024).

Describe the feature/enhancement

I'm on a mission to make sure i have an ebook for every audiobook in my library but i took a good 6 month break in my mission and now i'm trying to find a way to easily see which ebooks i'm missing..

Is there any where i can see this or a way i can query the database to figure it out?

Originally created by @danmed on GitHub (Feb 26, 2024). ### Describe the feature/enhancement I'm on a mission to make sure i have an ebook for every audiobook in my library but i took a good 6 month break in my mission and now i'm trying to find a way to easily see which ebooks i'm missing.. Is there any where i can see this or a way i can query the database to figure it out?
adam added the enhancement label 2026-04-24 23:57:33 +02:00
adam closed this issue 2026-04-24 23:57:33 +02:00
Author
Owner

@nichwall commented on GitHub (Feb 26, 2024):

There is not a way to do it within the interface (duplicate of https://github.com/advplyr/audiobookshelf/issues/1889) but you could look at the database in the Books table to filter by which entries have ebooks.

@nichwall commented on GitHub (Feb 26, 2024): There is not a way to do it within the interface (duplicate of https://github.com/advplyr/audiobookshelf/issues/1889) but you could look at the database in the Books table to filter by which entries have ebooks.
Author
Owner

@advplyr commented on GitHub (Feb 26, 2024):

Yeah you can query the sqlite db for that. select * from books where ebookFile is null

@advplyr commented on GitHub (Feb 26, 2024): Yeah you can query the sqlite db for that. `select * from books where ebookFile is null`
Author
Owner

@advplyr commented on GitHub (Feb 26, 2024):

Duplicate of #1889

@advplyr commented on GitHub (Feb 26, 2024): Duplicate of #1889
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1765