renovate[bot]
ddc13de923
Add renovate.json
2 years ago
dependabot[bot]
cf56b02398
Bump prometheus-net.DotNetRuntime from 4.2.4 to 4.3.0 ( #8561 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
nyanmisaka
560d0838c7
Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+)
...
This requires:
- VK_EXT_image_drm_format_modifier extension
- Linux kernel version >= 5.15
- jellyfin-ffmpeg5 >= 5.0.1-2
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Claus Vium
fca87bcd0c
Merge pull request #8540 from Bond-009/sortChunks
...
Rewrite BaseItem.ModifySortChunks
2 years ago
Claus Vium
263a1663ae
Merge pull request #8521 from 1337joe/fix-missing-symlink-scan
...
Skip missing symlink instead of breaking out of directory scan
2 years ago
Bond_009
224bb355dd
Rewrite BaseItem.ModifySortChunks
2 years ago
Claus Vium
99e31846bf
Merge pull request #8541 from Bond-009/minor
2 years ago
Bond_009
6a6ea7fa13
Switch branches if statement
2 years ago
Claus Vium
fc78a6c35c
Merge pull request #8472 from jgriff6/subs
...
Fix subtitle selection behaviour
2 years ago
Bond_009
f6af28cf96
Fix some things that slipped through the cracks
2 years ago
Claus Vium
a274f4a688
Merge pull request #7840 from adrez99/gzip
2 years ago
jgriff6
a83d4b03dc
Make 'Always' subtitle mode prioritise full tracks
2 years ago
adrez99
f789bc9481
Merge branch 'gzip' of https://github.com/adrez99/jellyfin into gzip
2 years ago
adrez99
3736e360e7
Merge branch 'jellyfin:master' into gzip
2 years ago
adrez99
177f53444d
Merge branch 'jellyfin:master' into gzip
2 years ago
Aaron
d50c1b2d4b
Skip generic shows from duplicate removal actions ( #8370 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2 years ago
dependabot[bot]
a10d0b9530
Bump SkiaSharp.NativeAssets.Linux from 2.88.2 to 2.88.3 ( #8531 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
fbc393b658
Bump SkiaSharp from 2.88.2 to 2.88.3 ( #8530 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Jeremy Lin
6441cd9436
Fix Docker healthcheck output
...
The current healthcheck command results in progress info being output.
Add -f/--fail, -s/--silent, -S/--show-error options to avoid progress
output, but still show error messages if something goes wrong.
2 years ago
Joe Rogers
c38052a753
Skip missing symlink instead of breaking out of directory scan
2 years ago
Claus Vium
97a1113223
Merge pull request #8520 from anthonylavado/add-extras
...
Add extras with "Other" as a label
2 years ago
Claus Vium
9843a5426d
Merge pull request #8522 from 1337joe/match-embedded-images-to-docs
2 years ago
Joe Rogers
dd41fb9a61
Update embedded image names to match docs
2 years ago
Anthony Lavado
2358028e3f
Add extras with "Other" as a label
2 years ago
Bond-009
5374c99e2e
Remove r3 from clean strings ( #8027 )
2 years ago
Claus Vium
05c20001c8
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
2 years ago
Claus Vium
b137d0cc2b
Merge pull request #7514 from Shadowghost/music-extend
2 years ago
Claus Vium
f3c1ca0760
Merge pull request #8512 from 1337joe/add-hearing-impaired-fix
2 years ago
jgriff6
fbeec04da7
Polish smart subtitle selection logic
2 years ago
Shadowghost
9b2e9640be
Apply review suggestions
2 years ago
Claus Vium
95fab41d7c
Merge pull request #8510 from Bond-009/fuzz1
...
Update fuzzing projects to .net6
2 years ago
Shadowghost
6c6f89acc3
Apply review suggestions
2 years ago
Joe Rogers
62799697a1
Fix localization lookup
2 years ago
Joe Rogers
2e4db18ebe
Add hearing impaired subtitle stream indicator ( #7379 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2 years ago
Shadowghost
a97ec65227
Apply review suggestions
2 years ago
Bond_009
f37c3e181e
Update fuzzing projects to .net6
2 years ago
Shadowghost
2ac095d8cd
Apply review suggestions
2 years ago
Shadowghost
08c68eb8dc
Apply review suggestions
2 years ago
Shadowghost
ff18586beb
Apply review suggestions
2 years ago
Claus Vium
3612b427c4
Merge pull request #8408 from Shadowghost/baseurl-redirect
...
Redirect natively if no baseurl is set
2 years ago
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2 years ago
Shadowghost
79b19e2325
Apply review suggestions
2 years ago
Shadowghost
7239141181
Apply review suggestions
2 years ago
Claus Vium
719e5eae16
Merge pull request #8503 from Bond-009/ThrowIfNull
2 years ago
Claus Vium
9ff918cb14
Merge pull request #8505 from JJS/CompilerWarnings
2 years ago
Claus Vium
803972a76f
Merge pull request #8500 from cvium/fix_authcontext_usage
2 years ago
Jan Sommer
87d460909f
Fix minor warnings in MediaBrowser.Model/Configuration ( #2149 )
2 years ago
Jan Sommer
0b8faf5db4
Fix minor warnings in Emby.Server.Implementations ( #2149 )
2 years ago
Bond_009
f5613add1a
Remove extra argument
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago