feat(settings): Replace JF Recommendations with New Backends#689
Merged
RadicalMuffinMan merged 4 commits intoJul 3, 2026
Merged
Conversation
…iguration - Add settings option to choose recommendation source: local-library algorithm or online TMDb Similarity. - Shorten recommendation labels and center trailing option bubbles in settings list tiles. - Wrap focused settings tiles in a transparent Material widget to resolve ink splash console exceptions. - Support showing watched items under detail screen similar tab recommendations. - Resolve online recommendation poster images on detail screen similar tabs. - Increase similar items display limit to 15 on detail screen grids.
…ped setting bubbles
# Conflicts: # lib/data/services/plugin_sync_service.dart # lib/l10n/app_en.arb
# Conflicts: # lib/l10n/app_localizations_en.dart
24 tasks
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.
Pull Request
Summary
Adds a new setting option to choose recommendation source (local-library algorithm or online TMDb Similarity), updated call for Moonfin Recommends to support showing watched recommendations on details screens regardless of Home Screen setting, resolved Seerr/TMDb fallback poster URLs, and increased the Similar recommendations limit to 15 to fill out the grid.
Also, while testing, I was getting a billion "ListTile background color or ink splashes may be invisible" warnings, so wrapped the child of TvFocusHighlight in a transparent Material widget in preference_tiles.dart to calm them down:
Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
List the key changes included in this PR.
EnumPreferenceTile<RecommendationSystemSource>in Settings -> Personalization -> Libraries to toggle between local and TMDb similarity recommendations.loadSinceYouWatchedRowinRowDataSourceto extract candidate selection and scoring into a reusable publicgetRecommendationsmethod."TMDb Similarity"and adjusted trailing item styling (centered alignment, width constraint, vertical padding) for clean layout.includeWatched: truein the detail screen Similar tab request so that watched recommendation matches are not hidden.Platform
Testing
Describe how this change was tested.
Test Steps
Screenshots (if applicable)
Moonfin Recommends!
TMDb Similarities
Checklist