mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14396] [CLOSED] Fix movie recommendations #13971
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14396
Author: @Eyt-Lev
Created: 6/29/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
0b38011make Recomdatios work2524ce6Find similar items also by tags, and prevent item being similar to itselfdd26a47Fix likedMovies query and improve categoriesd139436Merge branch 'master' of https://github.com/jellyfin/jellyfine03c451changed contributors.md📊 Changes
3 files changed (+18 additions, -2 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Jellyfin.Api/Controllers/LibraryController.cs(+4 -0)📝
Jellyfin.Api/Controllers/MoviesController.cs(+13 -2)📄 Description
Changes
Fix movie recommendations by ditching
IsMovie(I would really like to know what is its use overBaseItemKind.Movie, anyway it just wasn't working so I removed it) and usingTagsandGenresinstead.Also changed the categories to be more diverse and biased towards liked movies.
Issues
fixes #14088 (Parent #14350)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.