aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-14chore(deps): update github/codeql-action action to v2.21.4renovate[bot]
2023-08-11Merge pull request #10090 from scampower3/Metadata-refresh-fixClaus Vium
Fixes metadata refresh problems with NFO files
2023-08-10Merge pull request #10083 from jellyfin/renovate/vstest-monorepoClaus Vium
Update dependency Microsoft.NET.Test.Sdk to v17.7.0
2023-08-10Merge pull request #10100 from jellyfin/renovate/ci-depsClaus Vium
Update github/codeql-action action to v2.21.3
2023-08-10Merge branch 'master' into masterscampower3
2023-08-10Merge pull request #9669 from sleepycatcoding/masterClaus Vium
Fix subtitle encoder if webvtt is requested
2023-08-10Merge pull request #10053 from christianlegge/date-formatsClaus Vium
Add parsing for dates with spaces
2023-08-10Merge pull request #10097 from Bond-009/fixtest2Claus Vium
Fix error in test preventing Moq update (#10096)
2023-08-08chore(deps): update github/codeql-action action to v2.21.3renovate[bot]
2023-08-08Fix error in test preventing Moq update (#10096)Bond_009
2023-08-07cleaner regex formattingscatter-dev
2023-08-07Merge pull request #10074 from nyanmisaka/farewell-rocmBond-009
2023-08-06Fixes metadata refresh problems with NFO filesLJQ
2023-08-05Added me to CONTRIBUTORS.mdLJQ
2023-08-04chore(deps): update dependency microsoft.net.test.sdk to v17.7.0renovate[bot]
2023-08-04Removed unused importsLJQ
2023-08-04Combined Title and Overview for multi-episodes files for the TMDB providerLJQ
2023-08-03Disable AMD EFC feature since it's still unstable in upstreamnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-03Expand AMD VA-API Vulkan filtering support to Polaris/gfx8nyanmisaka
ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-02Add contributorsleepycatcoding
2023-08-02Fix subtitle encoder if webvtt is requestedsleepycatcoding
2023-08-01Merge pull request #10062 from lonebyte/m4a-metadata-probing-fixBond-009
2023-08-01Merge pull request #10035 from MBR-0001/subtitle-improvements-1Bond-009
2023-08-01Merge pull request #10029 from tallbl0nde/fix-multi-disc-album-art-extractionBond-009
2023-08-01Merge pull request #9875 from Shadowghost/fixesBond-009
2023-08-01Merge pull request #10060 from lonebyte/password-reset-warning-fixBond-009
2023-08-01Allow flac inside mp4 for all HLS audio streamsJan Müller
The -strict -2 setting was only added if the encoder was set to 'copy'. If 'flac' is explicitly requested, we also need to set it, so that ffmpeg doesn't abort the conversion. Fixes: #10066
2023-08-01Correct the HLS Opus codec stringJan Müller
Apple doesn't support Opus via HLS yet, but if they ever do, they will definitely expect "Opus" instead of "opus". See https://mp4ra.org/#/codecs Fixes: #10066
2023-08-01Fix the fLaC/flac HLS issue also for audio-onlyJan Müller
I moved the first application of the workaround out of the if block so that it also applies to audio-only streams. The workaround was extended likewise. We should first and foremost adhere to the specifications and apply workarounds afterwards for software that doesn't follow them. So I turned around the workaround to first output the fLaC variant and then the alternative flac variant. Fixes: #10066
2023-07-31Fix the probing of m4a metadataJan Müller
The composer is not set in some of my m4a files. For some reason TagLibSharp returns the composer as an empty string in this case. This causes an exception in PeopleHelper.AddPerson, and thus probing fails. IMHO we can simply ignore empty values. Fixes: #10061
2023-07-31Fix the is-local check when resetting the passwordJan Müller
This fixes the check whether a warning should be logged when resetting the password from outside the local network. Fixes: #10059
2023-07-29Fix Jellyfin.Networking.Tests (#10055)Bond-009
2023-07-29Enable nullable for more filesBond_009
2023-07-29Only disable the global_header for AMD HEVC encoder (#10045)Nyanmisaka
2023-07-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-07-29Merge pull request #10049 from Shadowghost/fix-format-normalizerBond-009
Fix format normalizer for multiple input formats
2023-07-29Apply review suggestionsShadowghost
2023-07-29Merge pull request #10016 from jellyfin/renovate/prometheus-net.aspnetcore-8.xBond-009
chore(deps): update dependency prometheus-net.aspnetcore to v8.0.1
2023-07-28Fix Australian parental rating system (#10006)Shadowghost
2023-07-29chore(deps): update dependency prometheus-net.aspnetcore to v8.0.1renovate[bot]
2023-07-28chore(deps): update github/codeql-action action to v2.21.2 (#10043)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28chore(deps): update dotnet monorepo to v7.0.9 (#9989)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-07-28Fix format normalizer for multiple input formatsShadowghost
2023-07-28added test case, fixed regexesscatter-dev
2023-07-28add parsing for date with spaces, fix for underscoresscatter-dev
2023-07-25Add program directories to JELLYFIN_ARGS for sysvinit compatibilityHugues Larrive
2023-07-23Add support for more remote subtitle infoMBR#0001
2023-07-21Enable recursive query in BaseFolderImageProvider tallbl0nde
Fixes album art not being extracted for multi-disc albums
2023-07-20Merge pull request #9992 from Blackskyliner/patch-1Bond-009
2023-07-20Merge pull request #10022 from cvium/fix_dlna_sendrequestBond-009