jellyfin/MediaBrowser.Server.Implementations/FileOrganization
softworkz 66a80ac6b9 EpisodeFileOrganizer: Improve error handling (alternate approach)
Previously some methods were just returning null or empty values in case
of encountered errors; as a consequence, the actual reason for failure
was never written to the auto-organize log.
Instead, only a generic message like "Unable to sort xxx because target
path could not be determined." was displayed.

After this change, the actual reason for failure will be saved to the
auto-organize log or displayed in the UI (when completing the organize
dialog).

This information is very important for the user. Examples are "No
permission", "Target folder not available", "Disk full", etc..
2016-08-18 22:05:54 +02:00
..
EpisodeFileOrganizer.cs EpisodeFileOrganizer: Improve error handling (alternate approach) 2016-08-18 22:05:54 +02:00
Extensions.cs Auto-Organize: Added feature to remember/persist series matching in manual organization dialog #2 2016-02-05 05:21:25 +01:00
FileOrganizationService.cs EpisodeFileOrganizer: Improve error handling (alternate approach) 2016-08-18 22:05:54 +02:00
NameUtils.cs sync updates 2015-01-24 17:33:26 -05:00
OrganizerScheduledTask.cs Remove unused code... 2016-03-27 23:11:27 +02:00
TvFolderOrganizer.cs Remove unused code... 2016-03-27 23:11:27 +02:00