aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-03Merge pull request #7381 from crobibero/migrate-datetimeBond-009
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-03-02Use IReadOnlyList for seriesKeysBill Thornton
2022-03-02Translated using Weblate (Pirate)DetermineAbsurd
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2022-03-02Translated using Weblate (Hindi)Aman Setia
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2022-03-01Merge pull request #7387 from jellyfin/nvdec-threadsClaus Vium
2022-03-01Update MediaBrowser.Controller/Providers/DirectoryService.csCody Robibero
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2022-03-01Lowering the VRAM usage on NVDEC decoderNyanmisaka
2022-03-01Merge pull request #7386 from jellyfin/fontsCody Robibero
2022-03-01Fix the path to the extracted fonts on WindowsNyanmisaka
2022-03-01Merge pull request #7372 from ↵Cody Robibero
jellyfin/dependabot/github_actions/actions/setup-dotnet-2
2022-03-01Merge pull request #7376 from GermanCoding/fix_soundhandlerBond-009
2022-03-01Merge pull request #7275 from Nalsai/burn-subtitle-attached-fontsBond-009
2022-03-01Merge pull request #7366 from 1337joe/filter-theme-song-and-videoBond-009
2022-03-01Merge pull request #7363 from 1337joe/ffmpeg-5-long-chapter-idBond-009
2022-03-01Merge pull request #7382 from crobibero/keyframe-extractorBond-009
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-28Merge pull request #6058 from ferferga/deprecate-queueitemJoshua M. Boniface
2022-02-28Allow KeyframeExtractor to be localizedCody Robibero
2022-02-28Fix migration of DateTime to EFCody Robibero
2022-02-28Merge pull request #7221 from SenorSmartyPants/UserViewThumbCody Robibero
2022-02-28Merge pull request #7338 from mueslimak3r/hls-remove-seek-paramCody Robibero
2022-02-28Merge pull request #7374 from jellyfin/intel-oclCody Robibero
2022-02-28Merge pull request #7375 from jellyfin/presets-nvencCody Robibero
2022-02-28Merge pull request #7378 from thornbill/fix-default-home-sectionsCody Robibero
2022-02-28Add JsonConstructorCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-28Add resume book as default home sectionBill Thornton
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