| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-19 | Refactor list of RemoteImageInfo | David | |
| 2019-12-19 | Add requested changes | David | |
| 2019-12-18 | Add Tmdb as a Provider for Season Images | David | |
| Changes to be committed: modified: CONTRIBUTORS.md new file: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonImageProvider.cs modified: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonProvider.cs | |||
| 2019-12-18 | Merge pull request #1941 from Bond-009/mediaencoding | dkanada | |
| Make probesize and analyzeduration configurable and simplify circular dependencies | |||
| 2019-12-12 | Replace '_' with ':' in config keys | Bond-009 | |
| 2019-12-11 | Clean up checks for Dictionary keys | Mark Monteiro | |
| 2019-12-11 | Fix issue with episode search | Mark Monteiro | |
| 2019-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-01 | Fix for #2088 | EscAbe | |
| 2019-11-25 | Make probesize and analyzeduration configurable and simplify circular | Bond_009 | |
| dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`) | |||
| 2019-11-21 | Update deps | Bond_009 | |
| 2019-11-07 | Merge branch 'master' into installationmanager | Bond-009 | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-11-03 | Conform MovieResult.cs to the formatting standards. | Erwin de Haan | |
| 2019-11-03 | Fix the last docs warnings. | Erwin de Haan | |
| 2019-11-02 | Merge pull request #1915 from Bond-009/hex | dkanada | |
| Rewrite hex encoder/decoder | |||
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-11-01 | Style fix | Bond-009 | |
| 2019-11-01 | Fix build | Bond-009 | |
| 2019-10-29 | Fix comments | Bond_009 | |
| 2019-10-29 | Address comments | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-22 | Store MediaAttachments in DB. | Andrew Mahone | |
| 2019-09-25 | Some style fixes | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-02 | Merge pull request #1702 from Bond-009/warn8 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-09-01 | Use regex to replace multiple spaces with one space | Andrew Rabert | |
| This communicates the intent of the code more clearly than before. No noticeable performance impact. | |||
| 2019-09-01 | Fix infinite looping when scanning TV metadata | Andrew Rabert | |
| It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a | |||
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-29 | move the transcode path | dkanada | |
| 2019-08-19 | Add newline after end tag | Claus Vium | |
| 2019-08-19 | Require latest C# version in Providers project | Claus Vium | |
| 2019-08-18 | Fix style issues | Claus Vium | |
| 2019-08-18 | Add Writer and Producer to crew list | Claus Vium | |
| 2019-08-18 | Fix api url | Claus Vium | |
| 2019-08-18 | Move and rename tmdb providers for better separation | Claus Vium | |
| 2019-08-17 | Merge pull request #1629 from cvium/fix_tvdb_guest_stars | Anthony Lavado | |
| Fix tvdb guest stars with multiple roles | |||
| 2019-08-17 | Merge pull request #1628 from cvium/fix_tvdb_ep_provider_id | Anthony Lavado | |
| Always fetch episode id as EpisodeInfo does not contain it | |||
| 2019-08-16 | Move the first argument to its own line | Claus Vium | |
| 2019-08-16 | Continue | Claus Vium | |
| 2019-08-16 | Place args on separate lines | Claus Vium | |
| 2019-08-16 | Invert the second if | Claus Vium | |
| 2019-08-16 | Invert the if | Claus Vium | |
| 2019-08-16 | Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs | Claus Vium | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-08-16 | Improve LocalizationManager | Bond_009 | |
| 2019-08-15 | Merge pull request #1614 from Bond-009/docs2 | dkanada | |
| Document all public/internal members of Emby.Drawing | |||
