[PR #465] [MERGED] Proposal: Add a filter for media that is missing specific fields #3355

Closed
opened 2026-04-25 00:15:20 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/465
Author: @selfhost-alt
Created: 4/19/2022
Status: Merged
Merged: 4/19/2022
Merged by: @advplyr

Base: masterHead: filter-by-missing-fields


📝 Commits (1)

  • 02bf55b Add a filter for media that is missing specific fields

📊 Changes

2 files changed (+25 additions, -1 deletions)

View changed files

📝 client/components/controls/FilterSelect.vue (+8 -0)
📝 server/utils/libraryHelpers.js (+17 -1)

📄 Description

When organizing a large audiobook library, it can be useful to filter by books that are missing specific fields, to make it easier to know which books need further edits.

This PR adds new filters to the UI that enable this functionality.

Top Level Sub Menu
image image

I kinda just followed the examples I could already see from the UI and backend filtering code, but I'm more familiar with React than with Vue, so let me know if I need to rework anything :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/465 **Author:** [@selfhost-alt](https://github.com/selfhost-alt) **Created:** 4/19/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `filter-by-missing-fields` --- ### 📝 Commits (1) - [`02bf55b`](https://github.com/advplyr/audiobookshelf/commit/02bf55b401291481c829bc0dc6b874ebd21ad191) Add a filter for media that is missing specific fields ### 📊 Changes **2 files changed** (+25 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/controls/FilterSelect.vue` (+8 -0) 📝 `server/utils/libraryHelpers.js` (+17 -1) </details> ### 📄 Description When organizing a large audiobook library, it can be useful to filter by books that are *missing* specific fields, to make it easier to know which books need further edits. This PR adds new filters to the UI that enable this functionality. | Top Level | Sub Menu| | ------------- | ------------- | | ![image](https://user-images.githubusercontent.com/91645868/163922233-a03d25ec-2fe5-41ab-b10a-e22ecd5590b0.png) | ![image](https://user-images.githubusercontent.com/91645868/163922275-d21d0ab9-33d9-41e2-9ed8-06f60c50479b.png) | I kinda just followed the examples I could already see from the UI and backend filtering code, but I'm more familiar with React than with Vue, so let me know if I need to rework anything :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:20 +02:00
adam closed this issue 2026-04-25 00:15:20 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3355