| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge branch 'master' into network-rewrite | 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-12-03 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
| 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-15 | Increase default SegmentKeepSeconds | Dominik | |
| 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-14 | Add new options for segment deletion | Dominik | |
| 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> | |||
| 2022-10-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Fix minor warnings in MediaBrowser.Model/Configuration (#2149) | Jan Sommer | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-10-01 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-01 | Streams with CodecType "data" (like "epg" streams in DVB | markus | |
| recordings) get ignored. This results in wrong stream specifiers for all subsequent streams. This fix correctly handles "data" streams without any further processing. | |||
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-23 | Backport pull request #8433 from jellyfin/release-10.8.z | Cody Robibero | |
| Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-11 | Create ILyricsProvider | 1hitsong | |
| 2022-09-05 | Merge pull request #8325 from nielsvanvelzen/uuid-userconfiguration | Cody Robibero | |
| 2022-08-27 | Use Guid type for UserConfiguration fields | Niels van Velzen | |
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-22 | Merge pull request #7903 from knackebrot/ignore-dts | Bond-009 | |
| 2022-08-22 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-08-18 | Fix operation name in SearchController and correct nullability for SearchHint | Niels van Velzen | |
| 2022-08-18 | Make IgnoreDts configurable for M3U tuner | knackebrot | |
