| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-02 | Split DirectoryExists and FileExists | Cody Robibero | |
| 2022-03-01 | Update MediaBrowser.Controller/Providers/DirectoryService.cs | Cody Robibero | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2022-02-28 | Use IFileSystem | Cody Robibero | |
| 2022-02-28 | Improve tests | Joe Rogers | |
| 2022-02-28 | Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | Cody Robibero | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2022-02-28 | Only add internal files if the internal metadata path exists | Cody Robibero | |
| Signed-off-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-26 | Merge pull request #7112 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| 2022-02-26 | Merge pull request #7291 from aolszowka/aolszowka-EncodingHelperChanges | Cody Robibero | |
| 2022-02-26 | Translated using Weblate (Persian) | Ali Dastpour | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/ | |||
| 2022-02-22 | Merge pull request #7349 from 1337joe/MediaInfoResolver-tests | Bond-009 | |
| 2022-02-22 | Split match/rejected tests, add wider sampling of extensions | Joe Rogers | |
| 2022-02-21 | Require delimiter immediately after filename match | Joe Rogers | |
| 2022-02-21 | Rewrite tests for coverage and less duplication | Joe Rogers | |
| Address minor warnings Revert making GetInternalMetadataPath mockable | |||
| 2022-02-21 | Merge pull request #7255 from Shadowghost/external-sub-audio | Joshua M. Boniface | |
| 2022-02-21 | Merge pull request #7344 from ↵ | Cody Robibero | |
| jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-17.1.0 | |||
| 2022-02-21 | Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-02-20 | Rewatching next up (#7253) | SenorSmartyPants | |
| 2022-02-20 | Merge pull request #7332 from eyezak/transcode-reporting | Cody Robibero | |
| 2022-02-20 | Fix #7100 by catching the exception on opening invalid UDF images | Stanislav Ionascu | |
| When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception. | |||
| 2022-02-19 | Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | Shadowghost | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-02-19 | Use sha hash instead of branch name for OpenAPI workflow head reference (#7340) | Niels van Velzen | |
| 2022-02-18 | fix(external-media): implement review suggestions | Shadowghost | |
| 2022-02-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-02-18 | feat(external-media): add tests for external audio and subtitle provider | Joe Rogers | |
| 2022-02-18 | feat(external-media): refactor external subtitle and audio provider | Shadowghost | |
| 2022-02-18 | [Bugfix] Report transcoding complete | Isaac Gordezky | |
| Currently, when transcoding finishes it is not reported - leaving the UI with an incomplete transcode % This change reports transcoding progress as empty / complete when the transcoding job finishes | |||
| 2022-02-17 | Merge pull request #7326 from Bond-009/deadcode2 | Cody Robibero | |
| 2022-02-17 | Remove some dead code | Bond_009 | |
| 2022-02-16 | Merge pull request #7322 from Bond-009/db2 | Cody Robibero | |
| 2022-02-16 | Merge pull request #7321 from Bond-009/warn61 | Cody Robibero | |
| 2022-02-15 | Clean up SqliteItemRepository | Bond_009 | |
| * remove dead code * reduce allocations | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-15 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2022-02-14 | Merge pull request #7233 from Bond-009/warn60 | Cody Robibero | |
| 2022-02-14 | Merge pull request #7038 from Bond-009/serverdiscovery | Cody Robibero | |
| 2022-02-14 | Merge pull request #7290 from crobibero/dotnet-6.0.2 | Joshua M. Boniface | |
| 2022-02-14 | Increase timeout for subtitle extraction to 30min (#7153) | Victor Gambier | |
| 2022-02-14 | Fix indentation | Bond_009 | |
| 2022-02-14 | Fix MediaStreamSelector | Bond_009 | |
| 2022-02-14 | Fix display preferences | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2022-02-14 | Bump MimeTypes from 2.2.1 to 2.3.0 (#7309) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-02-12 | Merge pull request #7300 from cvium/fix_keepreading | Bond-009 | |
| 2022-02-12 | Change KeepReading to StopReading and use bytes read as an indicator | cvium | |
| 2022-02-11 | Translated using Weblate (Vietnamese) | dottokuya | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2022-02-11 | Merge pull request #7054 from matthew-jones-uk/disable-embedded-subs | Cody Robibero | |
| 2022-02-09 | Added values to EmbeddedSubtitleOptions enum | Matthew Jones | |
| 2022-02-09 | Merge pull request #7286 from daullmer/sonarr-thumb | Bond-009 | |
| 2022-02-09 | Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs | David Ullmer | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
