jellyfin/MediaBrowser.Server.Implementations/LiveTv/EmbyTV
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
..
DirectRecorder.cs update recording path 2016-05-10 01:15:06 -04:00
EmbyTV.cs EpisodeFileOrganizer: Improve error handling (alternate approach) 2016-08-18 22:05:54 +02:00
EmbyTVRegistration.cs fix search dipping into restricted channels 2016-06-30 15:01:48 -04:00
EncodedRecorder.cs quote ffmpeg params 2016-08-07 16:13:30 -04:00
EntryPoint.cs update hls 2015-08-28 20:50:39 -04:00
IRecorder.cs update recording path 2016-05-10 01:15:06 -04:00
ItemDataProvider.cs Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs) 2016-08-05 23:15:48 +02:00
RecordingHelper.cs update recording stoppage 2016-02-29 23:24:42 -05:00
SeriesTimerManager.cs Remove unused code... 2016-03-27 23:11:27 +02:00
TimerManager.cs fix recording timers 2016-06-23 01:26:34 -04:00