mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Double quotes issue while recording from LiveTV #3259
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?
Originally created by @alexlo0 on GitHub (Sep 21, 2021).
Describe the bug
I have a LiveTV M3U tuner and XMLTV TV guide set up. When I try to record any TV programm with double quotes in it's name the issue occurs, i.e. ffmpeg fails. As I understood this happens 'cause of unescaped double quotes in cmdline while instantiating ffmpeg. Please check.
System (please complete the following information):
Expected behavior
Recording is done successfully.
Server Logs
jellyfin20210921.log
FFmpeg Logs
record-transcode-0eb4f792-501f-40aa-a116-7e3dffdef9eb.txt
@Bond-009 commented on GitHub (Sep 21, 2021):
Should be fixed by #6588