[PR #4121] [MERGED] Normalize application paths #9892

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4121
Author: @cvium
Created: 9/11/2020
Status: Merged
Merged: 9/11/2020
Merged by: @Bond-009

Base: masterHead: normalize_app_paths


📝 Commits (1)

  • 70aa7fe Normalize application paths

📊 Changes

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

View changed files

📝 Jellyfin.Server/Program.cs (+7 -0)

📄 Description

Users are dumb (read: me dumb) and dotnet is very lenient at times. On Windows /tmp/test becomes C:\tmp\test and either path is apparently working just fine in System.IO.Path, but when you start using Path.Combine it becomes a jumbled mess of path formatting.


🔄 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/4121 **Author:** [@cvium](https://github.com/cvium) **Created:** 9/11/2020 **Status:** ✅ Merged **Merged:** 9/11/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `normalize_app_paths` --- ### 📝 Commits (1) - [`70aa7fe`](https://github.com/jellyfin/jellyfin/commit/70aa7fe77d71869c99c0ec77a49edcd143d994b9) Normalize application paths ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Program.cs` (+7 -0) </details> ### 📄 Description Users are dumb (read: me dumb) and dotnet is very lenient at times. On Windows `/tmp/test` becomes `C:\tmp\test` and either path is apparently working just fine in `System.IO.Path`, but when you start using `Path.Combine` it becomes a jumbled mess of path formatting. --- <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 06:10:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9892