feat-recs - Port Recommendation Update to Smart-TV - #407
Open
mattsigal wants to merge 1 commit into
Open
Conversation
…d Home rows - Add getMoonfinSimilar() and bypass query parameter to getSimilar() in jellyfinApi. - Update Settings to support three distinct recommendation sources: Moonfin Recommends, Jellyfin Recommends, and TMDb Similarity. - Update Details page (useDetailsItem) and Home screen (loadSinceYouWatchedRows) to query selected recommendation source. - Add unit tests for recommendation source routing, Moonbase 404 fallback, and watch-status filtering.
mattsigal
force-pushed
the
feature/recommendations-unified
branch
from
September 8, 2026 20:44
9a310e4 to
08833a9
Compare
✅ Build SuccessfulAll platform builds and the test suite passed. You can download the artifacts below.
|
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
Unifies recommendation sources across the Details page and Home screen ("Since You Watched" rows) to align with Moonbase PR #278 and Moonfin-Core PR #1456. Users can select between three recommendation engines: Moonfin Recommends (server-accelerated 9-factor scoring via
/Moonfin/Items/{id}/Similar), Jellyfin Recommends (stock Jellyfin with Moonbase candidate pool boost via&bypass=moonfin), and TMDb Similarity (online recommendations via TMDb/Seerr).Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
List the key changes included in this PR.
bypassparameter support togetSimilar(itemId, limit, bypass)and added dedicatedgetMoonfinSimilar(itemId, limit)endpoint.getRecommendationSystemSourceOptions) and updatedgetSinceYouWatchedSourceOptionswithMoonfin Recommends,Jellyfin Recommends, andTMDb Similarity.recommendationSystemSourcesetting under Details panel (defaulting toMoonfin Recommends) and updatedsinceYouWatchedSourcefallback.fetchSimilar()loader routing queries according torecommendationSystemSource, with client fallback to stock Jellyfin when Moonbase is absent.loadSinceYouWatchedRowsto support server similarity bypass and Moonbase similarity with watched-item filtering. ExportedgetOnlineRecommendationsfor shared reuse.Platform
Testing
Describe how this change was tested.
Test Steps
enact lint .passed with 0 errors and 0 warnings.Screenshots (if applicable)
Include screenshots or recordings for UI changes.
Home Page Setting:
Moonfin vs Jellyfin Recommends
Details Page Setting:
Details Page with Moonfin Recommends active:
Checklist