aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-20Translated using Weblate (Khmer (Central))houching
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/km/
2024-08-20Update Emby.Server.Implementations/Localization/Core/en-US.jsonCody Robibero
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2024-08-20Update dependency z440.atl.core to v6 (#12426)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20Update dependency AsyncKeyedLock to v7.0.1renovate[bot]
2024-08-20Merge pull request #12471 from eltociear/patch-2Bond-009
chore: update BaseSqliteRepository.cs
2024-08-20Merge pull request #12480 from jellyfin/renovate/microsoftBond-009
Update dependency Microsoft.NET.Test.Sdk to v17.11.0
2024-08-20Update dependency Microsoft.NET.Test.Sdk to v17.11.0renovate[bot]
2024-08-20Merge pull request #12398 from bpauquette/patch-5Bond-009
Update XmlTvListingsProvider.cs to fix the record series button missing on many programs
2024-08-19Merge pull request #12473 from jellyfin/renovate/ci-depsBond-009
Update github/codeql-action action to v3.26.3
2024-08-19Update github/codeql-action action to v3.26.3renovate[bot]
2024-08-20chore: update BaseSqliteRepository.csIkko Eltociear Ashimine
overriden -> overridden
2024-08-19Update PluginPageInfo.cs summary. (#12464)theMasterpc
2024-08-19make Sort private and use Enum parselostb1t
2024-08-18Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-08-17use default enum for unorderedlostb1t
2024-08-16filter in special display orderlostb1t
2024-08-16Rework get children functions to support ItemSortBy valueslostb1t
2024-08-15Allow svg for local imagestheguymadmax
2024-08-15Merge pull request #12449 from jellyfin/renovate/ci-depsBond-009
Update github/codeql-action action to v3.26.2
2024-08-14Update github/codeql-action action to v3.26.2renovate[bot]
2024-08-14Merge pull request #12375 from tobias-varden/pr_2Bond-009
Update the default repository URL for the StudioImages plugin
2024-08-14Merge pull request #12439 from jellyfin/renovate/dotnet-monorepoBond-009
Update dependency dotnet-ef to v8.0.8
2024-08-14Update dependency dotnet-ef to v8.0.8renovate[bot]
2024-08-14Merge pull request #12438 from jellyfin/renovate/microsoftBond-009
Update Microsoft to v8.0.8
2024-08-14Merge pull request #12405 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2024-08-13Update CI dependenciesrenovate[bot]
2024-08-13Update Microsoft to v8.0.8renovate[bot]
2024-08-13Merge pull request #12435 from aaronjrodrigues/patch-1Niels van Velzen
Update README.md
2024-08-12Update README.mdAaron Rodrigues
this fixes some spelling and grammar :)
2024-08-12Merge pull request #12429 from gnattu/fix-vt-decoderBond-009
Fix VideoToolbox Hi10P
2024-08-12Merge pull request #12428 from gnattu/remove-unused-encodersBond-009
Remove unused encoders
2024-08-12Remove duplicated checkgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-12Translated using Weblate (French)HanaO00
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2024-08-12Fix Videotoolbox Hi10P hardware decodinggnattu
We need to mark h264 as 10bit supported for videotoolbox Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-12Fix software decoder with videotoolbox encodergnattu
Format should be placed before hwupload to support some software decoders Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-12Use Math.Mingnattu
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-08-12Remove more outdated options.gnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-12Remove container guessing doc from hlsgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-12Update api doc to remove outdated infognattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-11Remove legacy encodersgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-11Remove VPx encodersgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-06Added translation using Weblate (English (Middle))koka late
2024-08-06Fix class nameCody Robibero
2024-08-06Update MediaBrowser.Providers/Lyric/LyricScheduledTask.csCody Robibero
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2024-08-05Update XmlTvListingsProvider.csgrumpycat
Fix failing test.
2024-08-05Update XmlTvListingsProvider.csgrumpycat
Fixes a bug where certain programs like the "Good Morning America" no longer have the record series button.
2024-08-05Add scheduled task to automatically search for lyricsCody Robibero
2024-08-05Add missing lyric fetcher settings from library optionsCody Robibero
2024-08-05Updated issue Jellyfin version (#12394)Tim Gels
2024-08-05Enable nullable for NextUpQueryBond_009