aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-28Improve testsJoe Rogers
2022-02-28Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.csCody Robibero
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2022-02-28Update CONTRIBUTORS.md (adding myself)GermanCoding
2022-02-28Remove superfluous "SoundHandler" from audio stream namesGermanCoding
2022-02-28Only add internal files if the internal metadata path existsCody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-02-28Merge pull request #7371 from jellyfin/dependabot/nuget/Moq-4.17.1Bond-009
2022-02-28Merge pull request #7369 from Bond-009/jellyplusCody Robibero
2022-02-28Update presets for NVENC encoderNyanmisaka
2022-02-28Update intel compute runtime to 22.08.22549Nyanmisaka
2022-02-28Update intel compute runtime to 22.05.22297Nyanmisaka
2022-02-28Bump actions/setup-dotnet from 1 to 2dependabot[bot]
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Bump Moq from 4.16.1 to 4.17.1dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.16.1 to 4.17.1. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.16.1...v4.17.1) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Remove obsolete code for premium pluginsBond_009
2022-02-27Add post filtering for theme song and videoJoe Rogers
2022-02-27Switch chapter id to long to not break on ffmpeg 5.0Joe Rogers
2022-02-26Merge pull request #7112 from stanionascu/bdiso-playbackJoshua M. Boniface
2022-02-26Merge pull request #7291 from aolszowka/aolszowka-EncodingHelperChangesCody Robibero
2022-02-26Translated using Weblate (Persian)Ali Dastpour
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2022-02-22Merge pull request #7349 from 1337joe/MediaInfoResolver-testsBond-009
2022-02-22Split match/rejected tests, add wider sampling of extensionsJoe Rogers
2022-02-21Require delimiter immediately after filename matchJoe Rogers
2022-02-21Rewrite tests for coverage and less duplicationJoe Rogers
Address minor warnings Revert making GetInternalMetadataPath mockable
2022-02-21Merge pull request #7255 from Shadowghost/external-sub-audioJoshua M. Boniface
2022-02-21Merge pull request #7344 from ↵Cody Robibero
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-17.1.0
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-21Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-02-21Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0dependabot[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-20Rewatching next up (#7253)SenorSmartyPants
2022-02-20Merge pull request #7332 from eyezak/transcode-reportingCody Robibero
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav 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-19Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.csShadowghost
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-02-19Use sha hash instead of branch name for OpenAPI workflow head reference (#7340)Niels van Velzen
2022-02-18dont use noaccurate_seek for hlscameron
2022-02-18fix(external-media): implement review suggestionsShadowghost
2022-02-18feat(external-media): refactor to generic provider, extend tests and file ↵Shadowghost
recognition, consolidate and extend NamingOptions
2022-02-18feat(external-media): add tests for external audio and subtitle providerJoe Rogers
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-18[Bugfix] Provile bitStreamArgs for HLS fMP4Isaac Gordezky
Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming
2022-02-18[Bugfix] Report transcoding completeIsaac 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-17Merge pull request #7326 from Bond-009/deadcode2Cody Robibero
2022-02-17Remove some dead codeBond_009
2022-02-16Merge pull request #7322 from Bond-009/db2Cody Robibero
2022-02-16Merge pull request #7321 from Bond-009/warn61Cody Robibero
2022-02-17Implement Comparers for (Parent)IndexNumberMaxr1998
Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example).
2022-02-15Clean up SqliteItemRepositoryBond_009
* remove dead code * reduce allocations
2022-02-15Fix some warningsBond_009
2022-02-15Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7038 from Bond-009/serverdiscoveryCody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface