aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Fix Jellyfin.Networking.Tests (#10055)Bond-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-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-20Merge pull request #9992 from Blackskyliner/patch-1Bond-009
2023-07-20Merge pull request #10022 from cvium/fix_dlna_sendrequestBond-009
2023-07-20Merge pull request #10024 from jellyfin/renovate/ci-depsBond-009
2023-07-20Merge pull request #10023 from jellyfin/renovate/serilog.sinks.graylog-3.xBond-009
2023-07-20Change: Update parental code count for DE in testChristoph Landsdorf
2023-07-19chore(deps): update github/codeql-action action to v2.21.0renovate[bot]
2023-07-19chore(deps): update dependency serilog.sinks.graylog to v3.0.2renovate[bot]
2023-07-19fix: set memorystream position after copyingcvium
2023-07-18Merge pull request #10015 from jellyfin/renovate/prometheus-net-8.xBond-009
2023-07-18chore(deps): update dependency prometheus-net to v8.0.1renovate[bot]
2023-07-17Translated using Weblate (Tamil)Jothi Prasath
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2023-07-17Translated using Weblate (Hebrew)Yaron Shahrabani
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2023-07-15Merge pull request #9987 from Sky-High/fix-migrationBond-009
2023-07-14chore(deps): update github/codeql-action action to v2.20.4 (#9997)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13Translated using Weblate (Arabic)Osa
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-07-12Add TinyMediaManager compatibility for german parental ratingChristoph Landsdorf
This commit adds the format which gets written by the tool TinyMediaManager which can be used to manage large media databases comfortably. TMM writes wither multiple Codes and/or space divided german FSK codes, but can't be configured to only use the number or the slash delimited variant. After this change the parental control for Libraries managed with TMM and presented/loaded into Jellyfin should work again.
2023-07-11fix for MigrateNetworkConfiguration.csSky-High
2023-07-11fix #9983 MigrateNetworkConfiguration errorSky-High
2023-07-10Translated using Weblate (Thai)Aran Chananar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2023-07-07Merge pull request #9971 from jellyfin/renovate/blurhashsharp.skiasharp-1.xBond-009
2023-07-07chore(deps): update dependency blurhashsharp.skiasharp to v1.3.0renovate[bot]
2023-07-07Merge pull request #9970 from jellyfin/renovate/blurhashsharp-1.xBond-009
2023-07-07Merge pull request #9973 from jellyfin/renovate/xunit.runner.visualstudio-2.xBond-009
2023-07-06chore(deps): update dependency xunit.runner.visualstudio to v2.5.0renovate[bot]
2023-07-06chore(deps): update dependency blurhashsharp to v1.3.0renovate[bot]
2023-07-06Merge pull request #9958 from Shadowghost/networking-fixexBond-009
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-06Merge pull request #9969 from jellyfin/renovate/ci-depsBond-009
2023-07-06chore(deps): update github/codeql-action action to v2.20.3renovate[bot]
2023-07-06Translated using Weblate (Hungarian)Balázs Meskó
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2023-07-04Apply review suggestionsShadowghost
2023-07-04Translated using Weblate (Finnish)Oskari Lavinto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2023-07-03Extract networking constantsShadowghost
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-07-03Merge pull request #9957 from jellyfin/renovate/ci-depsBond-009
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values