Vasily
|
b9618c8c01
|
Merge pull request #2676 from GranPC/public-pr/blurhash
Implement Blurhash generation for images
|
4 years ago |
Aswin Kumar
|
d38adb95a7
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
4 years ago |
Vasily
|
26eef1bbf8
|
Move logic of computing Blurhash components to ImageProcessor
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
|
4 years ago |
Aswin Kumar
|
f8e8bfc399
|
Added translation using Weblate (Tamil)
|
4 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/
|
4 years ago |
WontTell
|
f73c5d3f56
|
Added translation using Weblate (Spanish (Latin America))
|
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 |
Elouan MAILLY
|
0ebad893a7
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
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 |
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 |
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 |
Vasily
|
0f32b0ffad
|
Change image blurhash mapping to "image type to blurhash"
|
5 years ago |
Vasily
|
29443e3681
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
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 |
WontTell
|
e98600a76f
|
Translated using Weblate (Spanish (Mexico))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
|
5 years ago |
Óskar Freyr
|
3c86489d28
|
Translated using Weblate (Icelandic)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
|
5 years ago |
fonfire
|
367da81ae9
|
Translated using Weblate (Thai)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
|
5 years ago |
fatbill27
|
74c1e002d2
|
Translated using Weblate (Chinese (Hong Kong))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
|
5 years ago |
fonfire
|
e0d8a474ec
|
Added translation using Weblate (Thai)
|
5 years ago |
Anthony Lavado
|
a31549c6e7
|
Merge pull request #3144 from Artiume/patch-3
Add lost+found to ignore list
|
5 years ago |
Vitorvlv
|
6bf444feae
|
Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
|
5 years ago |
abdulaziz
|
7e2bd3018a
|
Translated using Weblate (Arabic)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
|
5 years ago |
Vasily
|
1f83a21288
|
Rename Hash to BlurHash in all properties and methods for clarity
|
5 years ago |
Vasily
|
8b517e9bef
|
Fix nullref for imageProcessor in LibraryManager
|
5 years ago |
Neil Burrows
|
a646a91e15
|
Update Emby.Server.Implementations/IStartupOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
Neil Burrows
|
d7b2c2a176
|
Renaming variable and refactoring IF statement
|
5 years ago |
artiume
|
0efb81b21e
|
Add lost+found to ignore list
https://forum.jellyfin.org/t/library-not-loading/2086
|
5 years ago |
Vasily
|
186b7f303c
|
More small optimizations
|
5 years ago |
Vasily
|
a226a4ee03
|
Compute hash only when one is not computed in DB, small optimizations here and there
|
5 years ago |
Vasily
|
bfb644d5f5
|
Fix nullref exception
|
5 years ago |
Vasily
|
d9e2f56bd2
|
Merge pull request #3037 from ConfusedPolarBear/access-control
Fix CORS header not being added to exceptions
|
5 years ago |
NaorManna
|
585e9e6220
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
5 years ago |
Lukáš Kucharczyk
|
4395644efc
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
5 years ago |
ConfusedPolarBear
|
949e4d3e64
|
Apply suggestions from code review
|
5 years ago |
Vasily
|
02da312f8a
|
Fix compilation after rebase
|
5 years ago |
Jesús Higueras
|
fe480caf54
|
Add endpoint to update all items in library
|
5 years ago |
Jesús Higueras
|
b9fc0d2628
|
Add BlurHash support to backend
|
5 years ago |
ConfusedPolarBear
|
85f04af04c
|
Reuse existing CORS function
|
5 years ago |
ConfusedPolarBear
|
3a61c9a878
|
Merge remote-tracking branch 'upstream/master' into access-control
|
5 years ago |
Vasily
|
2d2c1d9473
|
Merge pull request #3099 from rigtorp/ignore-patterns
Use glob patterns to ignore files
|
5 years ago |
Bond-009
|
e14c85555c
|
Merge pull request #3138 from mark-monteiro/reduce-development-exception-page-logging
Reduce Excessive Logging From DeveloperExceptionPageMiddleware
|
5 years ago |