[PR #15487] [MERGED] Fix gitignore-style not working properly on windows. #14329

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15487
Author: @CBPJ
Created: 11/12/2025
Status: Merged
Merged: 11/13/2025
Merged by: @crobibero

Base: release-10.11.zHead: patch-1


📝 Commits (2)

  • 7ef2c8b Fix gitignore-style not working properly on windows.
  • 4984e03 Use NormalizePath() to replace directory separator

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs (+8 -0)

📄 Description

Added a check for Windows OS to handle path formatting correctly in the Ignore library.

Changes
replace '\' with '/' on windows to mitigate Ignore library issue.

Issues

Fixes #15484


🔄 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/15487 **Author:** [@CBPJ](https://github.com/CBPJ) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`7ef2c8b`](https://github.com/jellyfin/jellyfin/commit/7ef2c8b3511c887dd023755afe74cbe0d6689b70) Fix gitignore-style not working properly on windows. - [`4984e03`](https://github.com/jellyfin/jellyfin/commit/4984e0354982c272709d4e3cb57b9a14e01d7f52) Use NormalizePath() to replace directory separator ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs` (+8 -0) </details> ### 📄 Description Added a check for Windows OS to handle path formatting correctly in the Ignore library. <!-- 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** replace '\\' with '/' on windows to mitigate Ignore library issue. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #15484 --- <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:28:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14329