[PR #14918] [MERGED] Add tag filtering and random sorting to GetSimilarItems #14172

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14918
Author: @theguymadmax
Created: 9/30/2025
Status: Merged
Merged: 10/2/2025
Merged by: @crobibero

Base: masterHead: fix-similar-items


📝 Commits (2)

  • 94fbc56 Add tag filtering and random sorting to GetSimilarItems
  • 2a45072 Fix wrong path location

📊 Changes

2 files changed (+4 additions, -2 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 Jellyfin.Api/Controllers/LibraryController.cs (+3 -1)

📄 Description

Changes

  • Adds tags and sorts randomly
  • Fix wrong path used for music genre

Issues

Fixes #14549

🔄 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/14918 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-similar-items` --- ### 📝 Commits (2) - [`94fbc56`](https://github.com/jellyfin/jellyfin/commit/94fbc56918acc2f1496e2e7cbf9216da536ec436) Add tag filtering and random sorting to GetSimilarItems - [`2a45072`](https://github.com/jellyfin/jellyfin/commit/2a450726e910bec0351b125afe85bc27886d7ab3) Fix wrong path location ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+3 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> - Adds tags and sorts randomly - Fix wrong path used for music genre **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #14549 --- <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:25:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14172