[PR #14396] [CLOSED] Fix movie recommendations #13971

Closed
opened 2026-02-07 07:22:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14396
Author: @Eyt-Lev
Created: 6/29/2025
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 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 over BaseItemKind.Movie, anyway it just wasn't working so I removed it) and using Tags and Genres instead.
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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14396 **Author:** [@Eyt-Lev](https://github.com/Eyt-Lev) **Created:** 6/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`0b38011`](https://github.com/jellyfin/jellyfin/commit/0b380115ca174d18dd1065a48b21b2bcb59c87b2) make Recomdatios work - [`2524ce6`](https://github.com/jellyfin/jellyfin/commit/2524ce6cd14fd90c7c3f2f7b238b2b0a523ebe71) Find similar items also by tags, and prevent item being similar to itself - [`dd26a47`](https://github.com/jellyfin/jellyfin/commit/dd26a470a62f6be025c56b4b01c10c164ec92309) Fix likedMovies query and improve categories - [`d139436`](https://github.com/jellyfin/jellyfin/commit/d1394365f729f5a0f6a3b897fcc2dd976e939b59) Merge branch 'master' of https://github.com/jellyfin/jellyfin - [`e03c451`](https://github.com/jellyfin/jellyfin/commit/e03c4510b290aa23d79aaeb9a89850c34b62558d) changed contributors.md ### 📊 Changes **3 files changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+4 -0) 📝 `Jellyfin.Api/Controllers/MoviesController.cs` (+13 -2) </details> ### 📄 Description **Changes** Fix movie recommendations by ditching `IsMovie` (I would really like to know what is its use over `BaseItemKind.Movie`, anyway it just wasn't working so I removed it) and using `Tags` and `Genres` instead. Also changed the categories to be more diverse and biased towards liked movies. **Issues** fixes #14088 (Parent #14350) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:22:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13971