aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-11chore(deps): update dependency tmdblib to v2.2.0renovate[bot]
2024-03-09Update Jellyfin.Server/Helpers/StartupHelpers.csPeaches_MLG
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-03-09Merge pull request #11129 from crobibero/extract-concatBond-009
Specify file as concat when extracting attachments
2024-03-09Merge pull request #11126 from crobibero/lowercase-protocolBond-009
Lowercase MediaStreamProtocol for backwards compatibility
2024-03-09Merge pull request #11119 from PeachesMLG/cleanup-emby-photosBond-009
Cleanup PhotoProvider.cs using new .NET 8 features
2024-03-09Merge pull request #11014 from gnattu/vf-videotoolboxCody Robibero
2024-03-09fix: convert all non-yuv420 inputs to nv12gnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-09fix: force a pixel format for 10-bit inputsgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-08Merge pull request #11121 from joshuaboniface/disable-azure-ciJoshua M. Boniface
Remove Azure pipelines CI
2024-03-09fix: no need to check filters prematurelygnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-08Specify file as concat when extracting attachmentsCody Robibero
2024-03-08Lowercase MediaStreamProtocol for backwards compatibilityCody Robibero
2024-03-08fix: also check if we are doing scalinggnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-08Added logging for where config logs and cache directories are storedPeaches_MLG
2024-03-08fix: code clean upgnattu
Co-authored-by: nyanmisaka <nst799610810@gmail.com> Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-07Remove Azure pipelines CIJoshua M. Boniface
Obsoleted by jellyfin-packaging and GitHub Actions CI. Goodnight sweet prince.
2024-03-07Cleanup PhotoProvider.cs using new .NET 8 featuresPeaches_MLG
2024-03-07Translated using Weblate (Hindi)Gurmeet Athwal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2024-03-04Don't decode animated imagesCody Robibero
2024-03-04Add 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-03Merge pull request #11100 from crobibero/plugin-repo-10.9Joshua M. Boniface
Add migration for new plugin repo
2024-03-03Move 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-03Extract 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-03Precache livetv program images (#11083)Cody Robibero
* Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes
2024-03-03Add migration for new plugin repoCody Robibero
2024-03-03Merge pull request #11077 from crobibero/svg-to-imageBond-009
Add support for converting from svg to other image types
2024-03-03Merge pull request #11081 from crobibero/embedded-lyricsBond-009
Save embedded lyrics when probing audio
2024-03-02Merge pull request #11093 from ↵Bond-009
jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3
2024-03-02chore(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-02chore(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-02chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.3renovate[bot]
2024-03-01Use ArgumentExceptionCody Robibero
2024-03-01Merge pull request #11079 from crobibero/bdinfo-codecBond-009
Always use ffmpeg codec for bluray
2024-03-01Merge pull request #11046 from dmitrylyzo/fix-streambuilder-testBond-009
Collect candidate audio streams if no audio index is specified
2024-03-01Merge pull request #11082 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v3.24.6
2024-02-29chore(deps): update github/codeql-action action to v3.24.6renovate[bot]
2024-02-29fix: stack overflowgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-02-28Return backdrops with text as thumb for tmdb (#11078)Cody Robibero
2024-02-28standardize docsCody Robibero
2024-02-28Save embedded lyrics when probing audioCody Robibero
2024-02-28oopsCody Robibero
2024-02-28Merge pull request #10691 from ↵Cody Robibero
bhowe34/bhowe34/fix-replace-missing-metadata-for-music fix replace missing metadata for music
2024-02-28Update AudioFileProber.csCody Robibero
2024-02-28Update AudioFileProber.csCody Robibero
2024-02-28Merge branch 'master' into bhowe34/fix-replace-missing-metadata-for-musicCody Robibero
2024-02-29fix: code stylegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-02-28Always use ffmpeg codec for blurayCody Robibero
2024-02-28Add support for converting from svg to other image typesCody Robibero
2024-02-28feat: fully support videotoolbox hardware filtersgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-02-27Merge branch 'master' into bhowe34/fix-replace-missing-metadata-for-musicBrian Howe