aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-08Fix AV1 NVENC encoder profile option (#10199)Nyanmisaka
2023-09-08chore(deps): update actions/upload-artifact action to v3.1.3 (#10201)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06Merge pull request #10190 from eltociear/patch-1Bond-009
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-09-06Remove unused variableBill Thornton
2023-09-05Remove one session per device id limitationBill Thornton
2023-09-05Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2023-09-04Minor code review changes (cvium)Nick
2023-09-04Make TrickplayManifest dictionary key a string rather than GuidNick
2023-09-04chore(deps): update actions/checkout action to v4renovate[bot]
2023-09-04Fix typo in NetworkConfiguration.csIkko Eltociear Ashimine
conjuntion -> conjunction
2023-09-03Translated using Weblate (Pirate (pr))Slug-Cat
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-09-02Merge pull request #10183 from nyanmisaka/fix-av1-livetvCody Robibero
2023-09-02Fix H264 QSV encoding when the bitrate is too lownyanmisaka
h264_qsv expects a bitrate equal or higher than 1000k, or it fails. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-02Fix AV1 playback in LiveTVnyanmisaka
AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-01fix buildCody Robibero
2023-09-01Disable xUnit1028Cody Robibero
2023-09-01chore(deps): update dependency xunit to v2.5.0renovate[bot]
2023-09-01chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 (#10166)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01Translated using Weblate (Turkish)queeup
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2023-08-30Fix MJPEG video is recognized as embedded image (#10173)Nyanmisaka
fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-30Fix the issue that audio bsf only takes effect for remuxing (#10172)Nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-29Add a small Bash script to launch Jellyfin, instead of a symlink.Gandihar
- The symlink causes a problem with SELinux because it understands symlinks. - This shell script automatically gets the correct SELinux context.
2023-08-29Merge pull request #10165 from danimart1991/es-content-ratingsClaus Vium
2023-08-29Add new Spain content rating ERIDaniel Martin Gonzalez
Add the content rating ERI to Spain list used in some providers and channels as Specially Recommended for Toddlers.
2023-08-28chore(deps): update github/codeql-action action to v2.21.5 (#10163)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28Merge pull request #10138 from cvium/sqlite_client_pocBond-009
2023-08-27Merge pull request #10158 from Bond-009/transcodepathClaus Vium
Use the correct trancode path
2023-08-27Use the correct trancode pathBond_009
EncodingOptions.TranscodingTempPath can be empty (and is by default), the correct way to get the trancode path is EncodingConfigurationExtensions.GetTranscodePath which falls back to $CACHEPATH/transcodes when EncodingOptions.TranscodingTempPath is null or empty.
2023-08-27Merge pull request #10154 from goremykin/multiple-enumerationsBond-009
2023-08-26Translated using Weblate (Russian)NickSkier
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-08-26Remove redundant methodStepan Goremykin
2023-08-26Merge pull request #10141 from Bond-009/nullable3Bond-009
2023-08-26Fix a few multiple enumerationsStepan Goremykin
2023-08-25fix todos and add graylog backcvium
2023-08-25Merge pull request #10139 from FantasyGmm/masterClaus Vium
Fix debian/ubuntu arm64 build error,runtime argument missing
2023-08-25Merge pull request #10137 from Bond-009/logspamClaus Vium
Reduce log spam on failed logins
2023-08-25Merge branch 'master' into sqlite_client_pocClaus Vium
2023-08-24chore(deps): update actions/checkout action to v3.6.0 (#10149)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.6 (#10147)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23chore(deps): update skiasharp monorepo (#10146)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23simplify ifcvium
2023-08-23reduce calls to GetValidSeasonNameForSeriescvium
2023-08-23move a computation out of transaction and skip season updates if name matchescvium
2023-08-23chore(deps): update dependency serilog.settings.configuration to v7.0.1 (#10143)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23chore(deps): update skiasharp monorepo (#10142)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23remove unused usingcvium
2023-08-23remove batteries initcvium
2023-08-22== null -> is nullBond_009
2023-08-22remove nullable enablecvium