aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
AgeCommit message (Collapse)Author
2015-10-193.0.5768.3Luke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin file system reworkLuke Pulverenti
2015-10-04Renamed filter methodsoftworkz
2015-10-04Auto-Organize: PathTooLongException on source file should not break ↵softworkz
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-09-28update media syncLuke Pulverenti
2015-09-28Auto-Organize: Perform leftover-file and empty-folder deletion in processed ↵softworkz
folders only During Auto-Organize, Emby should maintain a list of folders which were processed successfully. Only these folders should be used with the DeleteLeftOverFiles and DeleteEmptyFolders functions.
2015-09-24update file system methodsLuke Pulverenti
2015-09-22update build scriptsLuke Pulverenti
2015-09-18update ffmpeg with qsv-compatible versionLuke Pulverenti
2015-09-13add more methods to IFileSystemLuke Pulverenti
2015-09-13update file system methodsLuke
2015-08-22added auto-organize settingLuke Pulverenti
2015-06-08auto-organize fixLuke Pulverenti
2015-01-12make channel access opt-in rather than opt outLuke Pulverenti
2014-12-01updated nugetLuke Pulverenti
2014-11-16add new naming projectLuke Pulverenti
2014-03-05Auto-Organize Copy/Move Option, Fix for Overwrite Existing FileTensre
Addition of the option in Auto-Organize to copy or move files from watch folder. Fix to use the Overwrite Existing File option from the config rather than hardcoded value.
2014-02-25Add upnp configurationLuke Pulverenti
2014-02-19add search methods to remote metadata providersLuke Pulverenti
2014-01-29added realtime monitor settingLuke Pulverenti
2014-01-28Created ILibraryMonitor to replace IDirectoryWatchersLuke Pulverenti
2014-01-22add tuner infos to tv service statusLuke Pulverenti
2014-01-22#680 - episode organizationLuke Pulverenti