aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
AgeCommit message (Collapse)Author
2015-10-19restore video grouping featureLuke Pulverenti
2015-10-19update translationsLuke Pulverenti
2015-10-19fix dlna playlistLuke Pulverenti
2015-10-193.0.5768.3Luke Pulverenti
2015-10-18resolved issue with setting up mixed libraryLuke Pulverenti
2015-10-17support ac3 audio in edge browserLuke Pulverenti
2015-10-173.0.5768.1Luke Pulverenti
2015-10-163.0.5768.0Luke Pulverenti
2015-10-16add migrations for new releaseLuke Pulverenti
2015-10-16support image stubbingLuke Pulverenti
2015-10-16add image editing to library setupLuke Pulverenti
2015-10-16update library setupLuke Pulverenti
2015-10-15show library folder imagesLuke Pulverenti
2015-10-15update playlist drag and dropLuke Pulverenti
2015-10-15support drag and drop for playlist itemsLuke Pulverenti
2015-10-15enable back button on sort menusLuke Pulverenti
2015-10-14add multiselect help textLuke Pulverenti
2015-10-14boxset image fixesLuke Pulverenti
2015-10-13update media info dbLuke Pulverenti
2015-10-13update chaptersLuke Pulverenti
2015-10-11recording fixesLuke Pulverenti
2015-10-10update schedules direct mappingLuke Pulverenti
2015-10-07update polymerLuke Pulverenti
2015-10-07update collection menusLuke Pulverenti
2015-10-06retry image saving to internal locationLuke Pulverenti
2015-10-05update polymerLuke Pulverenti
2015-10-05update commonioLuke Pulverenti
2015-10-05update library monitorLuke Pulverenti
2015-10-05update subtitle transcodingLuke Pulverenti
2015-10-04rework peopleLuke Pulverenti
2015-10-04update logging levelsLuke Pulverenti
2015-10-04update trailerLuke Pulverenti
2015-10-04update editor cssLuke Pulverenti
2015-10-04update channel dbLuke Pulverenti
2015-10-04rework identify popupLuke Pulverenti
2015-10-04remove nuget restoresLuke Pulverenti
2015-10-04remove nuget targetsLuke Pulverenti
2015-10-04Complete rework of IFileSystemLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin file system reworkLuke Pulverenti
2015-10-03Merge pull request #1210 from softworkz/SourcePathTooLongLuke
Auto-Organize: PathTooLongException on source file should not break auto-organize task
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-10-03hide library monitor from certain operating systemsLuke Pulverenti
2015-10-02Merge pull request #1207 from softworkz/MultiEpisodePatternLuke
Auto-Organize: Fix PathTooLongException due to long EpisodeTitle
2015-10-02Auto-Organize: Fix PathTooLongException due to long EpisodeTitle #2softworkz
2015-10-02update sync progress displayLuke Pulverenti
2015-10-02Auto-Organize: Fix PathTooLongException due to long EpisodeTitlesoftworkz
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-02update textLuke Pulverenti
2015-10-02fix sync status displayLuke Pulverenti