aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-08-05Replace UserId with User in NextUpQueryBond_009
2024-08-05Replace UserId with User in UserViewQueryBond_009
2024-08-05Use User overload of UserDataManager.SaveUserData when possibleBond_009
2024-08-05Change arguments AssertCanUpdateUser to take a userBond_009
2024-08-05Pass User instead of UserId inside LatestItemsQueryBond_009
2024-08-05Backport pull request #12390 from jellyfin/release-10.9.zjustinkb
fix SA1201 issue Original-merge: 3f3145600c4335aee24da8c5ee5f064f85b5821b Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com>
2024-08-05Backport pull request #12374 from jellyfin/release-10.9.znyanmisaka
Fix compatibility between TranscodingThrottler and FFmpeg 7.0 Original-merge: ee0094d889fe99cc3e27b556d5470e94b2521a3e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2024-08-05Backport pull request #12356 from jellyfin/release-10.9.znielsvanvelzen
Fix creating virtual seasons (again) Original-merge: 900acc03aa9f238abf7cf3411c14cf56a8fe5a3f Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2024-08-05Fix missing service registration for MediaSegments (#12392)JPVenson
2024-08-05Add media segments API (#12345)JPVenson
* Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking
2024-08-05Merge pull request #12388 from jellyfin/renovate/z440.atl.core-5.xBond-009
Update dependency z440.atl.core to v5.26.0
2024-08-05Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-08-04Update VideoToolbox pipeline for jellyfin-ffmpeg7 (#12380)gnattu
2024-08-04Update dependency z440.atl.core to v5.26.0renovate[bot]
2024-08-04Translated using Weblate (Spanish (Argentina))Franco Castillo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2024-08-03use string.EmptyEvan Jarrett
2024-08-03Add a new EncodingOption for QsvDeviceEvan Jarrett
2024-08-03Allow QSV to use the renderNodePath instead of defaulting to the first ↵Evan Jarrett
available device
2024-08-02Merge pull request #12376 from jellyfin/renovate/ci-depsBond-009
Update actions/upload-artifact action to v4.3.5
2024-08-02Update actions/upload-artifact action to v4.3.5renovate[bot]
2024-08-02Use collection initializers when possibleCS
2024-08-02Update default artwork repository url to point to githubusercontent.com domainCS
2024-08-02Translated using Weblate (Latvian)Andrejs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2024-08-02Merge pull request #12369 from Bond-009/warnBond-009
Enable more analyser rules as errors
2024-08-01Merge pull request #12354 from gnattu/ac-4-downmixBond-009
Add AC-4 downmix algorithm
2024-08-01Enable more analyser rules as errorsBond_009
Also deduplicates a bit of code inside of SeasonPathParser and adds some more tests
2024-08-01Merge pull request #12364 from jellyfin/renovate/serilog.aspnetcore-8.xBond-009
Update dependency Serilog.AspNetCore to v8.0.2
2024-08-01Add comments for Dave750/NightmodeDialogue 7.1 downmixgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-31Update dependency Serilog.AspNetCore to v8.0.2renovate[bot]
2024-07-31fix spacegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-31fix docgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-31Add 5.0 and 7.0 support to ac4 downmixgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-31Add AC4 downmixgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-30Fix: parsing of xbmc style multi episode nfo files (#12268)TheMelmacian
2024-07-30Add RFC7845 downmix algorithm (#12300)gnattu
2024-07-30Merge pull request #11879 from gnattu/migrate-to-atlCody Robibero