jellyfin/MediaBrowser.Server.Implementations/FileOrganization
softworkz f7636a6b29 Auto-Organize: Fix PathTooLongException due to long EpisodeTitle
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.
2015-10-02 19:58:26 +02:00
..
EpisodeFileOrganizer.cs Auto-Organize: Fix PathTooLongException due to long EpisodeTitle 2015-10-02 19:58:26 +02:00
Extensions.cs 3.0.5324.37963 2014-07-30 22:09:23 -04:00
FileOrganizationService.cs make channel access opt-in rather than opt out 2015-01-12 22:46:44 -05:00
NameUtils.cs sync updates 2015-01-24 17:33:26 -05:00
OrganizerScheduledTask.cs separate task buttons script 2015-01-20 16:32:48 -05:00
TvFolderOrganizer.cs update media sync 2015-09-28 23:35:50 -04:00