mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 16:13:48 +01:00
Especially with Multi-Episodes, the EpisodeTitle can become quite long, since all comprised titles get concatenated into it. By default, the EpisodeTitle is included in the single and multi-episode naming patterns and this in turn can quickly lead to a PathTooLongException. This fix tries to keep as much as possible from the title string while keeping the final path within the allowed limit. |
||
|---|---|---|
| .. | ||
| EpisodeFileOrganizer.cs | ||
| Extensions.cs | ||
| FileOrganizationService.cs | ||
| NameUtils.cs | ||
| OrganizerScheduledTask.cs | ||
| TvFolderOrganizer.cs | ||