mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: External Subtitle DeliveryURL Incorrect #3940
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 @LePips on GitHub (Jun 17, 2022).
Please describe your bug
Found by investigation in: https://github.com/jellyfin/Swiftfin/issues/417.
I have
srtsubtitles that are being labeled assubripwhile using the DeliveryURL on a MediaStream as therouteFormatvalue will besubripwhen it expectssrt. Tested against the API itself in Postman.Still broken on anticipated
10.8.1release at time of writing. Logs do not show anything regarding this issue during scanning.Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
Please attach any browser or client logs here
N/A
Please attach any screenshots here
Prior to 10.8.0:

10.8.0 scan:


Code of Conduct
@Shadowghost commented on GitHub (Jun 17, 2022):
We just append whatever
formatthe client profile declares after checkig that format against the stream codec:b36543275f/MediaBrowser.Model/Dlna/StreamInfo.cs (L910)@LePips commented on GitHub (Jun 18, 2022):
After investigation, it seems that requesting
subripjust doesn't work correctly.