| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-08 | Add option to allow extras to use embedded titles | Joe Rogers | |
| 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-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> | |||
| 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 | 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 | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-14 | Use guid for seriesId API parameter | Niels van Velzen | |
| 2022-08-14 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-08-13 | Backport pull request #8212 from jellyfin/release-10.8.z | SenorSmartyPants | |
| Add resolution text for 384 sized video Original-merge: 7ffdde9a0b88f543a84fa8a3fa7487cbe8dda8b4 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-08-04 | Merge branch 'master' into gzip | adrez99 | |
| 2022-07-21 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-07-20 | Backport pull request #8104 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add resolution text output for more resolutions Authored-by: Shadowghost <Ghost_of_Stone@web.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 2b46917dcf7af970dc95d4ef0bbfebac7a520d25 | |||
| 2022-07-18 | Chapter Images: | Negulici-R. Barnabas | |
| - chapter image extraction intervals, limit count and resolutions can be set by the user from the server general settings; | |||
| 2022-07-13 | bump Jellyfin to 10.9 | Cody Robibero | |
| 2022-07-03 | Add escape hatch for Series merging | Mikal Stordal | |
| This is an universal solution for plugins to override how series are merged. The reason to override is so we can set the same provider id on multiple items without merging them, while using another id for merging them. Having an (optional) provider id not tied to any online database allows plugins to use their own rules for merging series. | |||
