null
8dc58e8f04
Added handling of FFmpeg:probesize variable
1 year ago
cvium
2e32e335ac
refactor: use ConcurrentDictionary when IMemoryCache isn't needed
1 year ago
TelepathicWalrus
4c7fb8f452
Album gain ( #10085 )
...
* Add LUFSAlbum DTO
* Get loudest track for smallest gain
* Move gain search to musicalbum
use baseitem LUFS for album
* Use .Max for enumerable
* Update DTO to be consistent with other DTOs
* Remove albumlufs,
Move dto for all types
1 year ago
Bond-009
da030ed589
Merge pull request #10117 from Elu43/master
...
Fix French parental rating system
1 year ago
Bond-009
2b66013797
Merge pull request #10120 from sambartik/add-sk-parental-rating
...
Add Slovak parental ratings
1 year ago
Nick
65b269c151
Minor code formatting (cvium)
1 year ago
Samuel Bartík
71e4ea1314
Add Slovak parental ratings
1 year ago
Bond-009
27076755af
Merge pull request #10119 from jellyfin/renovate/vstest-monorepo
1 year ago
renovate[bot]
a1b06bdcc8
chore(deps): update dependency microsoft.net.test.sdk to v17.7.1
1 year ago
Elu43
769953ad55
Update fr.csv
1 year ago
Bond-009
79e8749b5e
Merge pull request #10111 from jellyfin/renovate/ci-deps
1 year ago
renovate[bot]
956f719724
chore(deps): update github/codeql-action action to v2.21.4
1 year ago
Claus Vium
3e9bead697
Merge pull request #10090 from scampower3/Metadata-refresh-fix
...
Fixes metadata refresh problems with NFO files
1 year ago
Claus Vium
b9dee524da
Merge pull request #10083 from jellyfin/renovate/vstest-monorepo
...
Update dependency Microsoft.NET.Test.Sdk to v17.7.0
1 year ago
Claus Vium
12c6c1d0a7
Merge pull request #10100 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v2.21.3
1 year ago
Claus Vium
710f5916f0
Merge pull request #9669 from sleepycatcoding/master
...
Fix subtitle encoder if webvtt is requested
1 year ago
Claus Vium
1e2f199ea4
Merge pull request #10053 from christianlegge/date-formats
...
Add parsing for dates with spaces
1 year ago
Claus Vium
9d6f05d73f
Merge pull request #10097 from Bond-009/fixtest2
...
Fix error in test preventing Moq update (#10096 )
1 year ago
renovate[bot]
7f97b18d16
chore(deps): update github/codeql-action action to v2.21.3
1 year ago
Bond_009
084e0bf450
Fix error in test preventing Moq update ( #10096 )
1 year ago
scatter-dev
a09daa11ea
cleaner regex formatting
1 year ago
Bond-009
f42abf970a
Merge pull request #10074 from nyanmisaka/farewell-rocm
1 year ago
LJQ
a0011886b0
Fixes metadata refresh problems with NFO files
2 years ago
renovate[bot]
57c528192a
chore(deps): update dependency microsoft.net.test.sdk to v17.7.0
2 years ago
nyanmisaka
44946ded4e
Disable AMD EFC feature since it's still unstable in upstream
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
5b71cd8af9
Expand AMD VA-API Vulkan filtering support to Polaris/gfx8
...
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>
2 years ago
sleepycatcoding
f669d4a72e
Add contributor
2 years ago
sleepycatcoding
62be2a2ea9
Fix subtitle encoder if webvtt is requested
2 years ago
Bond-009
e5dcaa6ed5
Merge pull request #10062 from lonebyte/m4a-metadata-probing-fix
2 years ago
Bond-009
c2bb6adc56
Merge pull request #10035 from MBR-0001/subtitle-improvements-1
2 years ago
Bond-009
623027315b
Merge pull request #10029 from tallbl0nde/fix-multi-disc-album-art-extraction
2 years ago
Bond-009
07727e1d63
Merge pull request #9875 from Shadowghost/fixes
2 years ago
Bond-009
57b9e500c2
Merge pull request #10060 from lonebyte/password-reset-warning-fix
2 years ago
Jan Müller
79cff704ff
Allow flac inside mp4 for all HLS audio streams
...
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
2 years ago
Jan Müller
19fb061381
Correct the HLS Opus codec string
...
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
2 years ago
Jan Müller
e9f23c61c9
Fix the fLaC/flac HLS issue also for audio-only
...
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
2 years ago
Jan Müller
66ff724acf
Fix the probing of m4a metadata
...
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
2 years ago
Jan Müller
dd75f35a1a
Fix the is-local check when resetting the password
...
This fixes the check whether a warning should be logged when resetting
the password from outside the local network.
Fixes : #10059
2 years ago
Bond-009
d3c7af0d5c
Fix Jellyfin.Networking.Tests ( #10055 )
2 years ago
Bond_009
5677566a41
Enable nullable for more files
2 years ago
Nyanmisaka
148c86ee0d
Only disable the global_header for AMD HEVC encoder ( #10045 )
2 years ago
MBR-0001
9564248b10
Add ability to upload (and save) SDH subtitles ( #10036 )
2 years ago
Bond-009
2d14b065a8
Merge pull request #10049 from Shadowghost/fix-format-normalizer
...
Fix format normalizer for multiple input formats
2 years ago
Shadowghost
4bb17039d7
Apply review suggestions
2 years ago
Bond-009
71b1009258
Merge pull request #10016 from jellyfin/renovate/prometheus-net.aspnetcore-8.x
...
chore(deps): update dependency prometheus-net.aspnetcore to v8.0.1
2 years ago
Shadowghost
048cb208b2
Fix Australian parental rating system ( #10006 )
2 years ago
renovate[bot]
b355ee4327
chore(deps): update dependency prometheus-net.aspnetcore to v8.0.1
2 years ago
renovate[bot]
11b3ae2a03
chore(deps): update github/codeql-action action to v2.21.2 ( #10043 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
c5783b4261
chore(deps): update dotnet monorepo to v7.0.9 ( #9989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
Shadowghost
f20856411e
Fix format normalizer for multiple input formats
2 years ago