Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced album filtering #132

Merged
merged 24 commits into from
Dec 13, 2021
Merged

Advanced album filtering #132

merged 24 commits into from
Dec 13, 2021

Conversation

jeffvli
Copy link
Owner

@jeffvli jeffvli commented Dec 12, 2021

Closes #66

Preview (subject to change)
image
image

  • Enable/Disable advanced filter
  • Genre AND/OR filter
  • Artist AND/OR filter
  • Year TO/FROM filter
  • Column (Title, Artist, etc.) ASC/DESC filter

Note:

  • All filtering is done on the client-side to mitigate limitations from both Subsonic/Jellyfin APIs
  • AND filters have limited functionality for Subsonic-API due to not supporting multi-genre and multi-artist fields.

- Add check picker component
- Add filter hook
- Add filter component
- Add support for favorite filter
- Add support for genre filter (AND/OR)
- Return filtered data from each step
- Set data dynamically by selected filters
- Add separate check picker clear buttons
@jeffvli jeffvli self-assigned this Dec 12, 2021
@jeffvli jeffvli force-pushed the feature-66-filters branch 2 times, most recently from 6e9e3f1 to 8c030fa Compare December 13, 2021 13:22
@jeffvli jeffvli merged commit 45c05c9 into main Dec 13, 2021
@jeffvli jeffvli deleted the feature-66-filters branch April 10, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add external "column" filters for both grid and list-view (Advanced Filters)
1 participant