mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3266] [CLOSED] Quote filename in ffprobe #9405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3266
Author: @fooker
Created: 6/7/2020
Status: ❌ Closed
Base:
master← Head:pr-1📝 Commits (1)
19701a9Quote 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.