aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-04fix nuget errorLuke 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-02fix marking seasons unplayedLuke Pulverenti
2015-10-02fixes #1166 - "Played" checkbox doesn't work for whole seasonsLuke Pulverenti
2015-10-02Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2015-10-02fixes #1131 - Proposed log level change in ↵Luke Pulverenti
MediaBrowser-master\MediaBrowser.Api\ApiEntryPoint.cs
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
2015-10-01update schedules directLuke Pulverenti
2015-09-30Merge pull request #1205 from softworkz/AggregateRemoteSearchLuke
Remote-Search: Allow result aggregation of multiple providers
2015-09-30Merge pull request #1204 from softworkz/OmdbSearchLuke
OmdbItemProvider: Use search instead of title API
2015-10-01Remote-Search: Allow result aggregation of multiple providerssoftworkz
Previously, when a remote search (without provider restriction) was executed, the search used results from the first provider that returned at least a single result only. Other providers are ignored. This commit changes the behaviour in a way that all available providers are queried until a certain number of search results has been collected. The number is hardcoded to 10 (like it was before), but could be parametrized in the future.
2015-10-01OmdbItemProvider: Use search instead of title APIsoftworkz
In my configuration, the Omdb provider is the first in the list for movie metadata. This was the default at the time I installed MB and I never changed that (don't know what the current defaults are for a new installation). When I use the identify command for movies in the metadata editor, I always get a single result only. This is due to the fact that the Omdb provider used the title API with "t=moviename", while there is also a search api with "s=moviename" which will return multiple results. This commit modifies the OmdbItemProvider to use the search API variant and enable returning multiple results
2015-09-30add ffprobe error handlingLuke Pulverenti
2015-09-30#1189 - Auto-Organize: Fix PathTooLongException due to long EpisodeTitleLuke Pulverenti
2015-09-30restore changesLuke Pulverenti
2015-09-30Merge pull request #1203 from MediaBrowser/masterLuke
3.0.5724.6
2015-09-303.0.5724.6Luke Pulverenti
2015-09-30update polymerLuke Pulverenti
2015-09-303.0.5724.6Luke Pulverenti
2015-09-30fix ffprobe data stream causing subtitle streams to be out of orderLuke Pulverenti
2015-09-30fix windows restart hangLuke Pulverenti
2015-09-29removed dead db fieldsLuke Pulverenti
2015-09-29move tv dataLuke Pulverenti
2015-09-28update media syncLuke Pulverenti
2015-09-28Merge pull request #1201 from softworkz/LeftoverDeletionLuke
Auto-Organize: Perform leftover-file and empty-folder deletion in processed folders only (targeting dev branch)
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-28update nuget referencesLuke Pulverenti
2015-09-27Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2015-09-27update recording file namesLuke Pulverenti
2015-09-27Revert "Add store registration endpoint (pointing to test)"Eric Reed
This reverts commit 42ddf1cd86b5a5b50f8023e492ce6d7fcadc0fe1.
2015-09-27Revert "Fix test url"Eric Reed
This reverts commit 5ddc439ac02ad270e219769654572b71b9c9b8fe.
2015-09-27Revert "Add missing param"Eric Reed
This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695.
2015-09-27update now playingLuke Pulverenti
2015-09-26Add missing paramEric Reed
2015-09-26Fix test urlEric Reed
2015-09-26Restore app.configEric Reed
2015-09-26Add store registration endpoint (pointing to test)Eric Reed