aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-04Translated using Weblate (Arabic)HiPotionQ8
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2024-05-03Translated using Weblate (English (United Kingdom))Andi Chandler
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
2024-05-03Translated using Weblate (Korean)HanHwanHo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2024-05-02Translated using Weblate (Portuguese)Blackspirits
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2024-05-02Translated using Weblate (Portuguese (Portugal))Blackspirits
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2024-05-02Translated using Weblate (Ukrainian)stanol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2024-05-02Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2024-05-01Translated using Weblate (Catalan)bene toffix
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2024-05-01Always attempt to get User if a user id is provided (#11471)Cody Robibero
2024-05-01Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-05-01Translated using Weblate (Polish)Kityn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2024-05-01Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2024-04-30Translated using Weblate (French)myrad2267
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2024-04-30Translated using Weblate (Arabic)Rany
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-30Fix incomplete tag query for whitelist tags (#11416)gnattu
2024-04-30Merge pull request #11457 from Bond-009/audionormalizationCody Robibero
2024-04-30Merge pull request #11436 from nielsvanvelzen/plugin-api-elevationBond-009
Require elevation for plugin related endpoints
2024-04-30Fix filenameBond_009
2024-04-30Address commentsBond_009
2024-04-30Use more accurate rounding in GetFixedOutputSize (#11435)gnattu
* Use more accurate rounding in GetFixedOutputSize Signed-off-by: gnattu <gnattuoc@me.com> * Force trickplay thumbnails to have even width Signed-off-by: gnattu <gnattuoc@me.com> * Use Convert.ToInt32 Signed-off-by: gnattu <gnattuoc@me.com> * Force video size as thumbnail size if the trickplay width setting is larger This will fix an issue when the trickplay setting contains a very huge width, but the video has a lower resolution than that setting. Our scaling filter logic will not do any upscale, and we have to force to use the video width Signed-off-by: gnattu <gnattuoc@me.com> --------- Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-30Merge pull request #11361 from Bond-009/nopeNiels van Velzen
Properly await Task.Delay()
2024-04-29Skip albums that don't have multiple tracksBond_009
2024-04-29Merge pull request #11440 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v3.25.3
2024-04-29Properly await Task.Delay()Bond_009
2024-04-28Address commentsBond_009
2024-04-28Translated using Weblate (French (Canada))Roots Radics
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2024-04-28Improve audio normalizationBond_009
* Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values
2024-04-26Require elevation for plugin related endpointsNiels van Velzen
2024-04-26chore(deps): update github/codeql-action action to v3.25.3renovate[bot]
2024-04-25chore(deps): update ci dependencies (#11427)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25chore(deps): update dependency diacritics to v3.3.29 (#11429)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25Fix multiple intro providers and remove unneeded ToLists (#11431)Bond-009
2024-04-24chore(deps): update danielpalme/reportgenerator-github-action action to ↵renovate[bot]
v5.2.5 (#11423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24Use StringSplitOptions.TrimEntries where possible (#11421)Bond-009
2024-04-24Always scan ReplayGain tag (#11418)Bond-009
2024-04-23Translated using Weblate (Portuguese (Brazil))alison2033
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-04-23Translated using Weblate (Malayalam)AKHI
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
2024-04-23Don't run ffprobe a second time for music file (#11419)Bond-009
2024-04-23Fix task CleanupCollectionAndPlaylistPathsTask removing valid paths (#11410)John M
2024-04-23Merge pull request #11405 from jellyfin/renovate/ci-depsBond-009
chore(deps): update ci dependencies
2024-04-23chore(deps): update ci dependenciesrenovate[bot]
2024-04-22Only apply custom downmix to 5.1 audios (#11401)gnattu
2024-04-22chore(deps): update actions/checkout action to v4.1.3 (#11404)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.3 ↵renovate[bot]
(#11402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21chore(deps): update dependency asynckeyedlock to v6.4.2 (#11396)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21Fix InvalidCastException in ItemUpdateController (#11398)Niels van Velzen
2024-04-21Translated using Weblate (Chinese (Traditional))felix920506
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2024-04-21chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.2 ↵renovate[bot]
(#11394) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21fix: don't apply whitelist tags to libraries (#11377)gnattu