jellyfin/MediaBrowser.Server.Implementations/FileOrganization
softworkz 073f7ac1ab Auto-Organize: PathTooLongException on source file should not break auto-organize task
PathTooLongException can not only occur with long destination paths but
also with too long file names of files contained in a watch folder.
Previously this condition caused the auto-organize task to break.

With this change, we still log the exception, but auto-organize
processing will continue to handle all other files.

Conflicts:
	MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
2015-10-04 04:02:50 +02:00
..
EpisodeFileOrganizer.cs Auto-Organize: Fix PathTooLongException due to long EpisodeTitle #2 2015-10-02 20:44:30 +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 Auto-Organize: PathTooLongException on source file should not break auto-organize task 2015-10-04 04:02:50 +02:00