mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7544] Fix DVR error: too long filename #11449
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7544
State: closed
Merged: Yes
Changes
This PR will limit the series title to 250 bytes (so file extensions can be added). If the end result is longer, the title will be dropped and only series name is used with the timestamp.
This is an edge case where the XMLTV spec includes a
sub-title. The spec guarantees that thetitle + sub-titleis under 255 bytes (filename limit in Linux). However, since Jellyfin does try to add some descriptive metadata to the filename it can lead to exception.Here is an example from a finnish cable provider Elisa
Error in question:
Issues