Add audiobook Date Added sorting and filtering - #841
Draft
therobbiedavis wants to merge 1 commit into
Draft
Conversation
Collaborator
Author
Remaining maintainer hardening from final #516 reviewThe maintainer-owned branch currently matches the last pushed #516 head ( It contains these fixes:
Final validation performed on that exact local state:
Keep this PR in draft until that delta is landed on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Supersedes #516 and moves the work onto a maintainer-owned branch so it can be completed and maintained without depending on write access to a contributor fork.
The original feature request and implementation originated with @T4g1 in #516 / discussion #513. This replacement preserves the existing #516 code state and attribution in the PR history while giving the Listenarr maintainers direct control of the branch for the remaining hardening and review work.
This feature adds a canonical Date Added value for audiobooks and exposes it throughout the library UI for sorting and custom filtering.
Changes
addedthrough library API/list DTOs.Supersedes
Validation
The rebuilt #516 head was previously validated with the repository's backend/frontend CI and targeted Date Added regression coverage. Additional maintainer hardening identified during final review will be landed directly on this maintainer-owned branch before merge.