Vasily
40502a33e0
Merge pull request #3203 from Bond-009/warn18
...
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Vasily
668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
...
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Vasily
959a9655c8
Update MediaBrowser.Model/Services/IHasRequestFilter.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Anthony Lavado
c31b2798a5
Merge pull request #3180 from xumix/master
...
Refactor copy codec checks
5 years ago
Anthony Lavado
91b089c0fa
Merge pull request #3179 from Bond-009/bugs
...
Fix some 'bugs' flagged by sonarcloud
5 years ago
Vasily
b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
...
Implement Blurhash generation for images
5 years ago
Aswin Kumar
d38adb95a7
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
5 years ago
Vasily
26eef1bbf8
Move logic of computing Blurhash components to ImageProcessor
...
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
5 years ago
Aswin Kumar
f8e8bfc399
Added translation using Weblate (Tamil)
5 years ago
Bond-009
b89565110d
Merge pull request #3214 from danieladov/master
...
Order ids to merge to avoid stack overflow
5 years ago
danieladov
be5ce32bb6
refactor MediaBrowser.Api/VideosService.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
danieladov
8e0b1109bc
refactor
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Mister Rajoy
1b90798b90
Order ids to merge to avoid stack overflow
...
As said in https://github.com/jellyfin/jellyfin/issues/3176 , merging 1 with 2 and then 2 with 1 cause an stack overflow. sorting ids first fix the problem
5 years ago
WontTell
730395886d
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
5 years ago
WontTell
f73c5d3f56
Added translation using Weblate (Spanish (Latin America))
5 years ago
Bond_009
4748105dce
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Bond-009
02624c9df8
Merge pull request #2966 from jellyfin/serve-web
...
Remove several deprecated utilities in the web package
5 years ago
Lumenol
65461894d4
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
Vasily
58f099c0e2
Fix naming per code review
5 years ago
Vasily
9208acd5ae
Convert non-local image to local before computing blurhash
5 years ago
Vasily
ed791dee46
Do not compute dimensions or blurhash for remote images
5 years ago
Vasily
a76cee7a95
Update BlurHashSharp to 1.0.1, remove workaround
5 years ago
Elouan MAILLY
0ebad893a7
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
Bond_009
7439e095e2
Merge branch 'master' into nullable3
5 years ago
Vasily
f30b07130f
Workaround a bug in BlurHashSharp
5 years ago
Vasily
edcfcadcd3
Make sure blurhash is recomputed if image changed or metadata refresh toggled
5 years ago
Vasily
2482bcb3b1
Add blurhashes to ImageBlurHashes for all images
5 years ago
Vasily
6c9dc04189
Handle errors during blurhash generation so it does not fail the scan
5 years ago
dkanada
ecadde1e18
Merge pull request #3192 from jellyfin/audio
...
Fix issue with audio transcoding
5 years ago
dkanada
73d123fe36
fix issue with audio transcoding
5 years ago
Joshua M. Boniface
7c72f69189
Merge pull request #2733 from OancaAndrei/syncplay
...
Add syncplay feature
5 years ago
Joshua M. Boniface
b33fa06efa
Merge pull request #3187 from jellyfin/revert-2492-fix-api-private-data-leak
...
Revert "Fix emby/user/public API leaking sensitive data"
5 years ago
Bond-009
b61ee09a36
Update WebSocketSharpRequest.cs
5 years ago
Bond-009
0676d1c2f4
Update WebSocketSharpRequest.cs
5 years ago
Anthony Lavado
9c00226f11
Merge pull request #3033 from neilsb/autodiscover-url-override
...
Allow override of address published by auto discovery
5 years ago
Joshua M. Boniface
0be3dfe7c5
Revert "Fix emby/user/public API leaking sensitive data"
5 years ago
gion
e42bfc92f3
Fix code issues
5 years ago
gion
e4838b0faa
Merge remote-tracking branch 'upstream/master' into syncplay
5 years ago
Anthony Lavado
976ae36bea
Merge pull request #3173 from joshuaboniface/fix-arm-docker
...
Add -k to keyserver curl command
5 years ago
Anthony Lavado
b93145c2f1
Merge pull request #3174 from jellyfin/checkbox
...
Remove uses of fnchecked from plugins
5 years ago
Vasily
f575415e0b
Pick blurhash sizes depending on image aspect ratio
5 years ago
Vasily
0f32b0ffad
Change image blurhash mapping to "image type to blurhash"
5 years ago
xumix
46420dfd68
Refactor copy codec checks
5 years ago
Bond_009
10e381f66f
Fix some 'bugs' flagged by sonarcloud
5 years ago
Vasily
279f0da980
Rename ImageInfo.Hash to ImageInfo.BlurHash
5 years ago
Vasily
29443e3681
Apply suggestions from code review
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
5 years ago
dkanada
f75a09838e
remove uses of fnchecked from plugins
5 years ago
Joshua M. Boniface
35da965cd3
Add -k to keyserver curl command
...
This command seems to inexplicably fail in Docker builds, despite
working on the CLI, similar to what happened with the command directly
above it in c257d6071c
. Fix it in the same
way by adding `-k`.
5 years ago
Neil Burrows
09915363c2
Update Emby.Server.Implementations/Udp/UdpServer.cs
...
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
5 years ago
Anthony Lavado
777c9c7bc9
Merge pull request #3056 from rigtorp/tmdbsearch2
...
Reduce number of TMDB lookups if filenames have punctuation chars
5 years ago