dkanada
685f8ad1f0
move tmdb to plugin folder
2020-05-31 15:23:09 +09:00
dkanada
d72bb8358e
minor changes to server configuration file
2020-05-31 15:20:17 +09:00
dkanada
24f7f84828
add plugin configurations for tvdb and omdb
2020-05-31 15:15:34 +09:00
WontTell
730395886d
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2020-05-30 16:09:06 -04:00
WontTell
f73c5d3f56
Added translation using Weblate (Spanish (Latin America))
2020-05-29 22:27:20 -04:00
Bond_009
4748105dce
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-05-29 11:28:19 +02:00
Bond-009
02624c9df8
Merge pull request #2966 from jellyfin/serve-web
...
Remove several deprecated utilities in the web package
2020-05-29 10:13:43 +02:00
Lumenol
65461894d4
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-05-28 17:09:21 -04:00
Vasily
58f099c0e2
Fix naming per code review
2020-05-28 19:12:08 +03:00
Vasily
9208acd5ae
Convert non-local image to local before computing blurhash
2020-05-28 17:55:29 +03:00
Vasily
ed791dee46
Do not compute dimensions or blurhash for remote images
2020-05-28 17:30:11 +03:00
Vasily
a76cee7a95
Update BlurHashSharp to 1.0.1, remove workaround
2020-05-28 17:23:16 +03:00
Elouan MAILLY
0ebad893a7
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-05-27 17:54:33 -04:00
Bond_009
7439e095e2
Merge branch 'master' into nullable3
2020-05-27 20:49:18 +02:00
Vasily
f30b07130f
Workaround a bug in BlurHashSharp
2020-05-27 19:29:57 +03:00
Vasily
edcfcadcd3
Make sure blurhash is recomputed if image changed or metadata refresh toggled
2020-05-27 17:00:59 +03:00
Vasily
2482bcb3b1
Add blurhashes to ImageBlurHashes for all images
2020-05-27 16:27:27 +03:00
Vasily
6c9dc04189
Handle errors during blurhash generation so it does not fail the scan
2020-05-27 15:01:03 +03:00
dkanada
ecadde1e18
Merge pull request #3192 from jellyfin/audio
...
Fix issue with audio transcoding
2020-05-27 20:20:50 +09:00
dkanada
73d123fe36
fix issue with audio transcoding
2020-05-27 13:55:45 +09:00
Joshua M. Boniface
7c72f69189
Merge pull request #2733 from OancaAndrei/syncplay
...
Add syncplay feature
2020-05-26 20:00:01 -04:00
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"
2020-05-26 19:57:24 -04:00
Bond-009
b61ee09a36
Update WebSocketSharpRequest.cs
2020-05-26 20:00:37 +02:00
Bond-009
0676d1c2f4
Update WebSocketSharpRequest.cs
2020-05-26 19:33:20 +02:00
Anthony Lavado
9c00226f11
Merge pull request #3033 from neilsb/autodiscover-url-override
...
Allow override of address published by auto discovery
2020-05-26 12:20:42 -04:00
Joshua M. Boniface
0be3dfe7c5
Revert "Fix emby/user/public API leaking sensitive data"
2020-05-26 12:14:40 -04:00
David
a5a39300bc
Don't send Exception message in Production Environment
2020-05-26 16:55:27 +02:00
David
e9ebe07ecc
Don't send Exception message in Production Environment
2020-05-26 16:36:54 +02:00
gion
e42bfc92f3
Fix code issues
2020-05-26 11:37:52 +02:00
gion
e4838b0faa
Merge remote-tracking branch 'upstream/master' into syncplay
2020-05-26 10:23:09 +02:00
Anthony Lavado
976ae36bea
Merge pull request #3173 from joshuaboniface/fix-arm-docker
...
Add -k to keyserver curl command
2020-05-26 00:41:58 -04:00
Anthony Lavado
b93145c2f1
Merge pull request #3174 from jellyfin/checkbox
...
Remove uses of fnchecked from plugins
2020-05-25 19:50:39 -04:00
Vasily
f575415e0b
Pick blurhash sizes depending on image aspect ratio
2020-05-26 02:33:52 +03:00
Vasily
0f32b0ffad
Change image blurhash mapping to "image type to blurhash"
2020-05-26 01:04:40 +03:00
xumix
46420dfd68
Refactor copy codec checks
2020-05-26 00:58:19 +03:00
Bond_009
10e381f66f
Fix some 'bugs' flagged by sonarcloud
2020-05-25 23:52:51 +02:00
Vasily
279f0da980
Rename ImageInfo.Hash to ImageInfo.BlurHash
2020-05-26 00:52:13 +03:00
Vasily
29443e3681
Apply suggestions from code review
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-26 00:50:29 +03:00
Bond-009
5c95037234
Merge pull request #2953 from crobibero/api-startup
...
Convert StartupController to ActionResult
2020-05-25 15:17:42 +02:00
dkanada
f75a09838e
remove uses of fnchecked from plugins
2020-05-25 18:25:45 +09:00
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`.
2020-05-25 01:30:55 -04:00
Neil Burrows
09915363c2
Update Emby.Server.Implementations/Udp/UdpServer.cs
...
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-05-24 09:22:13 +01:00
dkanada
deafe59b7e
add the timestamp property back to the version info
2020-05-24 16:59:05 +09:00
dkanada
6d3e5d8662
update error log for plugin download
2020-05-24 15:53:17 +09:00
dkanada
7972daaba4
fix a few issues with the plugin manifest
2020-05-24 15:40:27 +09:00
Anthony Lavado
777c9c7bc9
Merge pull request #3056 from rigtorp/tmdbsearch2
...
Reduce number of TMDB lookups if filenames have punctuation chars
2020-05-22 23:46:45 -04:00
WontTell
e98600a76f
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-05-21 22:41:56 -04:00
Óskar Freyr
3c86489d28
Translated using Weblate (Icelandic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2020-05-21 19:41:58 -04:00
fonfire
367da81ae9
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-05-21 07:57:21 -04:00
fatbill27
74c1e002d2
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2020-05-21 05:52:34 -04:00