| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-11 | chore(deps): update dependency tmdblib to v2.2.0 | renovate[bot] | |
| 2024-03-09 | Update Jellyfin.Server/Helpers/StartupHelpers.cs | Peaches_MLG | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-03-09 | Merge pull request #11129 from crobibero/extract-concat | Bond-009 | |
| Specify file as concat when extracting attachments | |||
| 2024-03-09 | Merge pull request #11126 from crobibero/lowercase-protocol | Bond-009 | |
| Lowercase MediaStreamProtocol for backwards compatibility | |||
| 2024-03-09 | Merge pull request #11119 from PeachesMLG/cleanup-emby-photos | Bond-009 | |
| Cleanup PhotoProvider.cs using new .NET 8 features | |||
| 2024-03-09 | Merge pull request #11014 from gnattu/vf-videotoolbox | Cody Robibero | |
| 2024-03-09 | fix: convert all non-yuv420 inputs to nv12 | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-09 | fix: force a pixel format for 10-bit inputs | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-08 | Merge pull request #11121 from joshuaboniface/disable-azure-ci | Joshua M. Boniface | |
| Remove Azure pipelines CI | |||
| 2024-03-09 | fix: no need to check filters prematurely | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-08 | Specify file as concat when extracting attachments | Cody Robibero | |
| 2024-03-08 | Lowercase MediaStreamProtocol for backwards compatibility | Cody Robibero | |
| 2024-03-08 | fix: also check if we are doing scaling | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-08 | Added logging for where config logs and cache directories are stored | Peaches_MLG | |
| 2024-03-08 | fix: code clean up | gnattu | |
| Co-authored-by: nyanmisaka <nst799610810@gmail.com> Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-07 | Remove Azure pipelines CI | Joshua M. Boniface | |
| Obsoleted by jellyfin-packaging and GitHub Actions CI. Goodnight sweet prince. | |||
| 2024-03-07 | Cleanup PhotoProvider.cs using new .NET 8 features | Peaches_MLG | |
| 2024-03-07 | Translated using Weblate (Hindi) | Gurmeet Athwal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/ | |||
| 2024-03-04 | Don't decode animated images | Cody Robibero | |
| 2024-03-04 | Add MediaStreamProtocol enum (#10153) | Niels van Velzen | |
| * Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-03-03 | Merge pull request #11100 from crobibero/plugin-repo-10.9 | Joshua M. Boniface | |
| Add migration for new plugin repo | |||
| 2024-03-03 | Move userId in API from route to optional query parameter (#11074) | Cody Robibero | |
| * Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl> | |||
| 2024-03-03 | Extract and cache all media attachments in bulk (#11029) | Attila Szakacs | |
| Similar to https://github.com/jellyfin/jellyfin/pull/10884 --- Jellyfin clients need fonts for subtitles, and each font is a separate attachment, which causes a lot of re-reads of the file. Certain contents, like anime in a lot of cases, contain 50-80 different attachments. Spawning 80 ffmpeg processes at the same time on the same file might cause swapping on slower HDDs and can bring disk subsystem to a crawl. (For more info, see https://github.com/jellyfin/jellyfin/3215) This change helps a lot in this scenario. Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com> | |||
| 2024-03-03 | Precache livetv program images (#11083) | Cody Robibero | |
| * Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes | |||
| 2024-03-03 | Add migration for new plugin repo | Cody Robibero | |
| 2024-03-03 | Merge pull request #11077 from crobibero/svg-to-image | Bond-009 | |
| Add support for converting from svg to other image types | |||
| 2024-03-03 | Merge pull request #11081 from crobibero/embedded-lyrics | Bond-009 | |
| Save embedded lyrics when probing audio | |||
| 2024-03-02 | Merge pull request #11093 from ↵ | Bond-009 | |
| jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3 | |||
| 2024-03-02 | chore(deps): update actions/download-artifact action to v4.1.4 (#11086) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-03-02 | chore(deps): update dependency svg.skia to v1.0.0.14 (#11090) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-03-02 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3 | renovate[bot] | |
| 2024-03-01 | Use ArgumentException | Cody Robibero | |
| 2024-03-01 | Merge pull request #11079 from crobibero/bdinfo-codec | Bond-009 | |
| Always use ffmpeg codec for bluray | |||
| 2024-03-01 | Merge pull request #11046 from dmitrylyzo/fix-streambuilder-test | Bond-009 | |
| Collect candidate audio streams if no audio index is specified | |||
| 2024-03-01 | Merge pull request #11082 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update github/codeql-action action to v3.24.6 | |||
| 2024-02-29 | chore(deps): update github/codeql-action action to v3.24.6 | renovate[bot] | |
| 2024-02-29 | fix: stack overflow | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-28 | Return backdrops with text as thumb for tmdb (#11078) | Cody Robibero | |
| 2024-02-28 | standardize docs | Cody Robibero | |
| 2024-02-28 | Save embedded lyrics when probing audio | Cody Robibero | |
| 2024-02-28 | oops | Cody Robibero | |
| 2024-02-28 | Merge pull request #10691 from ↵ | Cody Robibero | |
| bhowe34/bhowe34/fix-replace-missing-metadata-for-music fix replace missing metadata for music | |||
| 2024-02-28 | Update AudioFileProber.cs | Cody Robibero | |
| 2024-02-28 | Update AudioFileProber.cs | Cody Robibero | |
| 2024-02-28 | Merge branch 'master' into bhowe34/fix-replace-missing-metadata-for-music | Cody Robibero | |
| 2024-02-29 | fix: code style | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-28 | Always use ffmpeg codec for bluray | Cody Robibero | |
| 2024-02-28 | Add support for converting from svg to other image types | Cody Robibero | |
| 2024-02-28 | feat: fully support videotoolbox hardware filters | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-27 | Merge branch 'master' into bhowe34/fix-replace-missing-metadata-for-music | Brian Howe | |
