[PR #1189] [CLOSED] Update local path to include the jellyfin dir #8512

Closed
opened 2025-12-22 06:56:09 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1189
Author: @LogicalPhallacy
Created: 4/3/2019
Status: Closed

Base: release-10.3.zHead: WindowsFFMPEGDetection


📝 Commits (10+)

📊 Changes

7 files changed (+85 additions, -547 deletions)

View changed files

📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Emby.Server.Implementations/IO/FileRefresher.cs (+2 -4)
📝 Emby.Server.Implementations/IO/LibraryMonitor.cs (+46 -79)
📝 Emby.Server.Implementations/IO/ManagedFileSystem.cs (+23 -42)
📝 Emby.Server.Implementations/IO/StreamHelper.cs (+8 -66)
Emby.Server.Implementations/IO/ThrottledStream.cs (+0 -355)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+5 -0)

📄 Description

This includes the local directory in the path from the within the context of Jellyfin

Changes
Adds the jellyfin dir to the path environment variable.

Issues
Fixes #1185


🔄 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/1189 **Author:** [@LogicalPhallacy](https://github.com/LogicalPhallacy) **Created:** 4/3/2019 **Status:** ❌ Closed **Base:** `release-10.3.z` ← **Head:** `WindowsFFMPEGDetection` --- ### 📝 Commits (10+) - [`41df562`](https://github.com/jellyfin/jellyfin/commit/41df562419d8f1681a9720ab1c62ffb9ad0f96cb) Improve IO code - [`f911fda`](https://github.com/jellyfin/jellyfin/commit/f911fda34fdc1af76dc475c5af042ff6b44262ab) Merge ifs - [`f2e2065`](https://github.com/jellyfin/jellyfin/commit/f2e2065fd4a879c8583f487e161e09909ed704b2) Remove unused dependency for Emby.Naming - [`91e3b3b`](https://github.com/jellyfin/jellyfin/commit/91e3b3b49130e45e4273969e19e42614a4546997) Merge pull request #1176 from Bond-009/namingdep - [`79d9b8e`](https://github.com/jellyfin/jellyfin/commit/79d9b8e693e4c53a56f610482f5f36f7a58f39f7) Merge pull request #1168 from Bond-009/io - [`6351d1f`](https://github.com/jellyfin/jellyfin/commit/6351d1fe67204d233ae25213c5b421d86707e004) updated the path to add the jellyfin dir - [`9ffc0f4`](https://github.com/jellyfin/jellyfin/commit/9ffc0f49e83f97d356192de586ab280ab217aa18) Improve IO code - [`693010a`](https://github.com/jellyfin/jellyfin/commit/693010a8a4d04b5ffc385bd3b0a3ca99bffdbe6d) Merge ifs - [`1682664`](https://github.com/jellyfin/jellyfin/commit/168266409ecaebdb329e31b3feefa720dcae852a) Remove unused dependency for Emby.Naming - [`d5d8943`](https://github.com/jellyfin/jellyfin/commit/d5d894394535db7c32529d9c0bb08416c20da1dc) updated the path to add the jellyfin dir ### 📊 Changes **7 files changed** (+85 additions, -547 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Emby.Server.Implementations/IO/FileRefresher.cs` (+2 -4) 📝 `Emby.Server.Implementations/IO/LibraryMonitor.cs` (+46 -79) 📝 `Emby.Server.Implementations/IO/ManagedFileSystem.cs` (+23 -42) 📝 `Emby.Server.Implementations/IO/StreamHelper.cs` (+8 -66) ➖ `Emby.Server.Implementations/IO/ThrottledStream.cs` (+0 -355) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+5 -0) </details> ### 📄 Description This includes the local directory in the path from the within the context of Jellyfin **Changes** Adds the jellyfin dir to the path environment variable. **Issues** Fixes #1185 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 06:56:09 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8512
No description provided.