aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-25Fix extra spaceJoshua M. Boniface
2024-03-25Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-03-25Make date to the secondJoshua M. Boniface
2024-03-25Fix multi-condition syntaxJoshua M. Boniface
2024-03-25Remove interpolationJoshua M. Boniface
Make these consistent since that seems to work based on other examples.
2024-03-25Add openapi.json upload to new repo serverJoshua M. Boniface
2024-03-25Check all tags for allow/block (#11206)Cody Robibero
2024-03-25Fix sar->dar typo in #11185 (#11210)Nyanmisaka
2024-03-24fix: use Metal tonemap instead of OpenCL (#11198)gnattu
2024-03-24fix: map encoder preset to quality setting for VideoToolbox (#11205)gnattu
2024-03-24Merge pull request #11203 from nyanmisaka/fix-ActualOutputVideoCodecBond-009
Fix codec vs ActualOutputVideoCodec
2024-03-24Fix codec vs ActualOutputVideoCodecnyanmisaka
codec is copy ActualOutputVideoCodec is hevc fixes 3bbb57e Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-23Add new VideoRangeTypes to fully support DoVi on webOS (#10469)vedant
2024-03-23fix: use a more recent UA (#11199)gnattu
2024-03-22Add default auth policy to generated openapi spec (#11181)Cody Robibero
2024-03-22feat(i18n): transliterate item name before sorting (#11172)Gary Wang
2024-03-22Merge pull request #11196 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v3.24.9
2024-03-22chore(deps): update github/codeql-action action to v3.24.9renovate[bot]
2024-03-20Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-03-20Merge pull request #11187 from jellyfin/renovate/ci-depsBond-009
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4
2024-03-19fix: make sure the dimension is divisible by two for zscale (#11185)gnattu
2024-03-19chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4renovate[bot]
2024-03-19Merge pull request #11184 from joshuaboniface/bump_versionJoshua M. Boniface
Convert bump_version to bumper only
2024-03-19Convert bump_version to bumper onlyJoshua M. Boniface
Remove changelog generation as this is no longer present.
2024-03-18refactor: use Channels as queueing mechanism for periodic websocket messages ↵Claus Vium
(#11092)
2024-03-18Merge pull request #11177 from jellyfin/bump_versionJoshua M. Boniface
Restore bump_version script
2024-03-18Correct permissions to 755Joshua M. Boniface
2024-03-18restore bump_versionCody Robibero
2024-03-18fix: skip library folders that are inaccessible or empty (#9291)Claus Vium
2024-03-18Update dotnet monorepo (#11145)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18Update github/codeql-action action to v3.24.8 (#11175)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18Remove legacy build utilities (#11162)Cody Robibero
2024-03-18Fixes 'replace missing metadata' overwrites existing metadata that does ↵scampower3
exist (#11136)
2024-03-18Pin dependencies (#11174)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-18Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-03-18IIS Hosting (#11120)kimboslice99
2024-03-18Merge pull request #11161 from nyanmisaka/fix-segment-deletionCody Robibero
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-03-18Add a github action to automatically precheck new issues for problems (#11154)felix920506
* Delete media playback template * Revert "Delete media playback template" This reverts commit c1eaf13c7372b59bc3b275e58fb9bb82e02317ee. * Delete .github/ISSUE_TEMPLATE/media_playback.md * Add check issue script as GHA action * change token to use JF bot Co-authored-by: Cody Robibero <cody@robibe.ro> * Upstream into Jellyfin org and update repo link * Changes to accomodate multi script repo * accept suggestion Co-authored-by: Cody Robibero <cody@robibe.ro> --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-17Merge pull request #11163 from robert-hamilton36/lyricsBond-009
Add lyric files to supported extensions
2024-03-17Merge pull request #11149 from Bond-009/nullable4Bond-009
Enable nullable for more files
2024-03-17Merge pull request #11165 from vessd/transcoding-exceptionBond-009
Catch delete encoded media file exceptions
2024-03-17Add ability to enable/disable libraries (#11037)btopherjohnson
Co-authored-by: Bond-009 <bond.009@outlook.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-17Clean the outdated ffmpeg test data and add 6.1.1nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-17Bump the required minimum ffmpeg version to 4.4nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-17Apply suggestions from code reviewnyanmisaka
Drop the unnecessary initial capacity from the list. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-17Fix the trailing whitespacenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-17Apply suggestions from code review Nyanmisaka
String interpolation is preferred. Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2024-03-17Apply suggestions from code reviewnyanmisaka
Drop excludeFilePaths and lower the log level to debug to avoid spamming in the log file. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-16Merge pull request #11155 from sel10ut/bugfix/fix-releasedate-tagBond-009
Fix parsing of audio PremiereDate property
2024-03-16Merge pull request #11156 from sel10ut/bugfix/fix-audio-titleBond-009
Change parsing logic of audio track title