| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-04 | fix nuget error | Luke Pulverenti | |
| 2015-10-04 | remove nuget restores | Luke Pulverenti | |
| 2015-10-04 | remove nuget targets | Luke Pulverenti | |
| 2015-10-04 | Complete rework of IFileSystem | Luke Pulverenti | |
| 2015-10-04 | continue file system rework | Luke Pulverenti | |
| 2015-10-03 | begin file system rework | Luke Pulverenti | |
| 2015-10-03 | Merge pull request #1210 from softworkz/SourcePathTooLong | Luke | |
| Auto-Organize: PathTooLongException on source file should not break auto-organize task | |||
| 2015-10-04 | Renamed filter method | softworkz | |
| 2015-10-04 | Auto-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-03 | hide library monitor from certain operating systems | Luke Pulverenti | |
| 2015-10-02 | fix marking seasons unplayed | Luke Pulverenti | |
| 2015-10-02 | fixes #1166 - "Played" checkbox doesn't work for whole seasons | Luke Pulverenti | |
| 2015-10-02 | Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev | Luke Pulverenti | |
| 2015-10-02 | fixes #1131 - Proposed log level change in ↵ | Luke Pulverenti | |
| MediaBrowser-master\MediaBrowser.Api\ApiEntryPoint.cs | |||
| 2015-10-02 | Merge pull request #1207 from softworkz/MultiEpisodePattern | Luke | |
| Auto-Organize: Fix PathTooLongException due to long EpisodeTitle | |||
| 2015-10-02 | Auto-Organize: Fix PathTooLongException due to long EpisodeTitle #2 | softworkz | |
| 2015-10-02 | update sync progress display | Luke Pulverenti | |
| 2015-10-02 | Auto-Organize: Fix PathTooLongException due to long EpisodeTitle | softworkz | |
| 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-02 | update text | Luke Pulverenti | |
| 2015-10-02 | fix sync status display | Luke Pulverenti | |
| 2015-10-01 | update schedules direct | Luke Pulverenti | |
| 2015-09-30 | Merge pull request #1205 from softworkz/AggregateRemoteSearch | Luke | |
| Remote-Search: Allow result aggregation of multiple providers | |||
| 2015-09-30 | Merge pull request #1204 from softworkz/OmdbSearch | Luke | |
| OmdbItemProvider: Use search instead of title API | |||
| 2015-10-01 | Remote-Search: Allow result aggregation of multiple providers | softworkz | |
| 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-01 | OmdbItemProvider: Use search instead of title API | softworkz | |
| 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-30 | add ffprobe error handling | Luke Pulverenti | |
| 2015-09-30 | #1189 - Auto-Organize: Fix PathTooLongException due to long EpisodeTitle | Luke Pulverenti | |
| 2015-09-30 | restore changes | Luke Pulverenti | |
| 2015-09-30 | Merge pull request #1203 from MediaBrowser/master | Luke | |
| 3.0.5724.6 | |||
| 2015-09-30 | 3.0.5724.6 | Luke Pulverenti | |
| 2015-09-30 | update polymer | Luke Pulverenti | |
| 2015-09-30 | 3.0.5724.6 | Luke Pulverenti | |
| 2015-09-30 | fix ffprobe data stream causing subtitle streams to be out of order | Luke Pulverenti | |
| 2015-09-30 | fix windows restart hang | Luke Pulverenti | |
| 2015-09-29 | removed dead db fields | Luke Pulverenti | |
| 2015-09-29 | move tv data | Luke Pulverenti | |
| 2015-09-28 | update media sync | Luke Pulverenti | |
| 2015-09-28 | Merge pull request #1201 from softworkz/LeftoverDeletion | Luke | |
| Auto-Organize: Perform leftover-file and empty-folder deletion in processed folders only (targeting dev branch) | |||
| 2015-09-28 | Auto-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-28 | update nuget references | Luke Pulverenti | |
| 2015-09-27 | Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev | Luke Pulverenti | |
| 2015-09-27 | update recording file names | Luke Pulverenti | |
| 2015-09-27 | Revert "Add store registration endpoint (pointing to test)" | Eric Reed | |
| This reverts commit 42ddf1cd86b5a5b50f8023e492ce6d7fcadc0fe1. | |||
| 2015-09-27 | Revert "Fix test url" | Eric Reed | |
| This reverts commit 5ddc439ac02ad270e219769654572b71b9c9b8fe. | |||
| 2015-09-27 | Revert "Add missing param" | Eric Reed | |
| This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695. | |||
| 2015-09-27 | update now playing | Luke Pulverenti | |
| 2015-09-26 | Add missing param | Eric Reed | |
| 2015-09-26 | Fix test url | Eric Reed | |
| 2015-09-26 | Restore app.config | Eric Reed | |
| 2015-09-26 | Add store registration endpoint (pointing to test) | Eric Reed | |
