[PR #3266] [CLOSED] Quote filename in ffprobe #9405

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3266
Author: @fooker
Created: 6/7/2020
Status: Closed

Base: masterHead: pr-1


📝 Commits (1)

  • 19701a9 Quote filename in ffprobe

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+2 -2)

📄 Description

Add quotes around filename when calling ffprobe.

Changes
When filenames contain spaces, calling ffprobe without quotes fails. This adds the required quotes.


🔄 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/3266 **Author:** [@fooker](https://github.com/fooker) **Created:** 6/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pr-1` --- ### 📝 Commits (1) - [`19701a9`](https://github.com/jellyfin/jellyfin/commit/19701a9cdb0ae1cc37c58f3bd7d70150a804cab0) Quote filename in ffprobe ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+2 -2) </details> ### 📄 Description Add quotes around filename when calling ffprobe. **Changes** When filenames contain spaces, calling ffprobe without quotes fails. This adds the required quotes. --- <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:01:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9405