[PR #10784] Add limit on metadata pathlength #12607

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10784

State: closed
Merged: No


Changes
Modify BaseXmlSaver and BaseNfoSaver to prevent metadata directory of excessive length from being created (260 as per Windows PATH_MAX, also prevents common Unix NAME_MAX of 255 from being exceeded).

Issues
https://github.com/jellyfin/jellyfin/issues/10780

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10784 **State:** closed **Merged:** No --- **Changes** Modify BaseXmlSaver and BaseNfoSaver to prevent metadata directory of excessive length from being created (260 as per Windows PATH_MAX, also prevents common Unix NAME_MAX of 255 from being exceeded). **Issues** https://github.com/jellyfin/jellyfin/issues/10780
OVERLORD added the pull-request label 2026-02-07 06:58:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12607