| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-28 | Remove Emby.Notifications (#9147) | Patrick Barron | |
| 2023-01-28 | Remove ability to add a played indicator to images (#9186) | Cody Robibero | |
| 2023-01-26 | Remove OS information from System Info (#9175) | Patrick Barron | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-01-22 | Backport pull request #9060 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Disable splash screen image by default Original-merge: 31673cc27d0bfcb3543d32c5a1e7d89a86ccb186 Merged-by: Bill Thornton <thornbill@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-22 | Backport pull request #9051 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Fix transcode reasons Original-merge: 1dea309ae4a1eb00f7f5a7d4c91a235963fd069e Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-20 | Remove DvdLib (#9068) | Patrick Barron | |
| * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-17 | Merge pull request #9100 from barronpm/refactor-startup | Bond-009 | |
| 2023-01-17 | Mark CanSelfRestart as Obsolete | Patrick Barron | |
| 2023-01-16 | Allow limiting parallel image encodings to reduce memory usage (#8783) | Hannes Braun | |
| 2023-01-12 | Merge pull request #9001 from Shadowghost/stereo-downmix | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/1986 | |||
| 2023-01-10 | Add stereo downmix algorithm selection. | Shadowghost | |
| 2023-01-04 | Fix all warnings in Jellyfin.Api (#9003) | Bond-009 | |
| 2023-01-03 | Merge pull request #8775 from SenorSmartyPants/DVRMetadata | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/5178 | |||
| 2022-12-30 | Add support for .sup subtitle (#8808) | Cody Robibero | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8628 | |||
| 2022-12-29 | Merge pull request #7494 from Shadowghost/streambuilder-cleanup | Bond-009 | |
| 2022-12-29 | Fix image searching to prioritize explicit language match if searching in ↵ | Brad Beattie | |
| English (#8946) | |||
| 2022-12-15 | chore(deps): update dotnet monorepo to v7.0.1 (#8900) | renovate[bot] | |
| * chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-12-14 | Default to no bitrate limit if no maxBitrate is set (#8850) | Shadowghost | |
| Fixes https://github.com/jellyfin/jellyfin/issues/3277 | |||
| 2022-12-08 | Add option to allow extras to use embedded titles | Joe Rogers | |
| 2022-12-07 | Fix .Net 7 compatibility | Shadowghost | |
| 2022-12-07 | Prefer var in StreamBuilder | Shadowghost | |
| 2022-12-07 | Add xmldoc for MediaOptions | Shadowghost | |
| 2022-12-07 | Apply review suggestions | Shadowghost | |
| 2022-12-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-11-27 | Minor search update - full word titles matches first (#8757) | SteveTheGrey | |
| 2022-11-26 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-11-19 | Add Options to disable DVR NFO and image saving | SenorSmartyPants | |
| - SaveRecordingNFO and SaveRecordingImages default to true. Maintains current behavior. - Episode.FillMissingEpisodeNumbersFromPath for live tv so external metadata can be pulled when recording starts. | |||
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-11-14 | fixed namescope for ImageResolution enum; | Negulici-R. Barnabas | |
| 2022-11-14 | added associated value to ImageResolution enum; | Negulici-R. Barnabas | |
| 2022-11-13 | changed ChapterImageResolution in model to enum type; | Negulici-R. Barnabas | |
| added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs; | |||
| 2022-11-13 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-11-13 | Merge pull request #8666 from dmitrylyzo/fix-secondary-audio | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin-web/issues/4044 Fixed https://github.com/jellyfin/jellyfin/issues/8673 | |||
| 2022-11-09 | chore(deps): update dotnet monorepo (#8708) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-10-31 | fix secondary audio | Dmitry Lyzo | |
| Browsers (Chrome, Firefox) can only play the first track, even if the second track is the default. Ignore default flag when testing on secondary audio. External audio tracks are not secondary. | |||
| 2022-10-30 | Add SeriesStatus.Unreleased | Niels van Velzen | |
| 2022-10-30 | Merge pull request #8638 from photonconvergence/fix/extras-type | Bond-009 | |
| 2022-10-28 | Backport pull request #8411 from jellyfin/release-10.8.z | Maxr1998 | |
| Allow direct play even if no audio stream is available Original-merge: bf129ab9b831ee1dcc3d56ed7d3f0ec79a00fc27 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-11 | Merge branch 'jellyfin:master' into gzip | adrez99 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
