[PR #4425] [MERGED] Add explicit filter #4249

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4425
Author: @Vito0912
Created: 6/21/2025
Status: Merged
Merged: 6/22/2025
Merged by: @advplyr

Base: masterHead: feat/addExplicit


📝 Commits (3)

  • bb4eec9 add explicit
  • 5336d05 add explicit to podcasts
  • af684e6 Explicit library filter not shown for users without permission

📊 Changes

4 files changed (+30 additions, -1 deletions)

View changed files

📝 client/components/controls/LibraryFilterSelect.vue (+23 -1)
📝 client/store/user.js (+3 -0)
📝 server/utils/queries/libraryItemsBookFilters.js (+2 -0)
📝 server/utils/queries/libraryItemsPodcastFilters.js (+2 -0)

📄 Description

Brief summary

Add explicit filter for audiobooks.

Which issue is fixed?

Fixes https://github.com/advplyr/audiobookshelf/issues/2114. The inversion would still be handled by https://github.com/advplyr/audiobookshelf/issues/2833 if we decide to rename the issue.

In-depth Description

How have you tested this?

Added books to the explicit list and applied a filter for it.

Screenshots


🔄 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/4425 **Author:** [@Vito0912](https://github.com/Vito0912) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feat/addExplicit` --- ### 📝 Commits (3) - [`bb4eec9`](https://github.com/advplyr/audiobookshelf/commit/bb4eec935515f5fe945b970ec2cef2b3355a4e2d) add explicit - [`5336d05`](https://github.com/advplyr/audiobookshelf/commit/5336d0525e7bd46150369f50e08d06e1145a55b3) add explicit to podcasts - [`af684e6`](https://github.com/advplyr/audiobookshelf/commit/af684e6a69bf4c0d58f2f3c019e9788d6e20876c) Explicit library filter not shown for users without permission ### 📊 Changes **4 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/controls/LibraryFilterSelect.vue` (+23 -1) 📝 `client/store/user.js` (+3 -0) 📝 `server/utils/queries/libraryItemsBookFilters.js` (+2 -0) 📝 `server/utils/queries/libraryItemsPodcastFilters.js` (+2 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Add explicit filter for audiobooks. ## Which issue is fixed? Fixes https://github.com/advplyr/audiobookshelf/issues/2114. The inversion would still be handled by https://github.com/advplyr/audiobookshelf/issues/2833 if we decide to rename the issue. ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> Added books to the explicit list and applied a filter for it. ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <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:19:00 +02:00
adam closed this issue 2026-04-25 00:19:00 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4249