NeroPcStation
408772d686
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2022-02-08 02:13:20 -05:00
Simo Hyttinen
d8ca748bd7
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2022-02-07 16:13:20 -05:00
hoanghuy309
45417c41dd
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2022-02-06 22:13:20 -05:00
Dmitry Lyzo
1dfd2676ec
Fix background of control group button
2022-02-07 00:24:42 +03:00
Dmitry Lyzo
2a5f3b4214
Add background to tuner device cards
...
For consistency.
2022-02-07 00:00:06 +03:00
Dmitry Lyzo
d881f5498b
Add background to device cards
...
Otherwise it will be white on white with Light theme.
2022-02-06 23:58:17 +03:00
Renaldo Eduardo Freire
e0864e668a
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2022-02-05 22:13:20 -05:00
Müslüm Barış Korkmazer
2e818a5fb6
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2022-02-05 18:13:20 -05:00
WWWesten
ffaf742617
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ug/
2022-02-05 10:13:19 -05:00
Yanom1212
fcdc21288e
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr_CA/
2022-02-05 02:13:19 -05:00
Emil Manea
2d702eb537
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ro/
2022-02-04 04:13:21 -05:00
Ivo Capanema
b14daedb99
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2022-02-04 04:13:19 -05:00
Emil Manea
2677b2babe
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ro/
2022-02-03 19:13:19 -05:00
Bill Thornton
2700d7c8bb
Merge pull request #3377 from thornbill/fix-plugin-disabling
2022-02-03 18:42:26 -05:00
Emil Manea
cb58acba0d
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ro/
2022-02-03 17:13:20 -05:00
Matt Rick
4343b25723
Translated using Weblate (Indonesian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/id/
2022-02-03 17:13:19 -05:00
Dmitry Lyzo
c42070e509
Enable AV1 codec on webOS 5+ FHD
...
'window.outerHeight' can be 1080 on UHD TVs, and LG probably specifies the
`Maximum Data Transmission Rate` (not the supported codecs) in that table on
their website.
So we are probably free to enable AV1 on webOS 5+ FHD.
2022-02-03 21:02:50 +03:00
Bill Thornton
8494d49b96
Fix issue where wrong plugin could be disabled
2022-02-03 10:32:13 -05:00
Shadowghost
52919e3fe8
feat(mediainfo): add external, forced and default attributes to subtitle and audio
2022-02-03 15:34:52 +01:00
nyoooooooooooooooom
9d3a12237a
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_419/
2022-02-01 18:13:19 -05:00
johsoderi
612613eb11
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2022-02-01 18:13:18 -05:00
LordBurtz
d19b5171b8
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-02-01 15:13:18 -05:00
Grzegorz Koperwas
b141b8c041
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2022-01-31 18:13:18 -05:00
Dmitry Lyzo
2d5e7f745f
Skip non-ready state of player in nowPlayingBar
...
When nowPlayingBar receives an `init` event, some propertes of `state` are not
yet defined. Wait for `playbackstart`.
2022-02-01 01:16:53 +03:00
Dmitry Lyzo
d997d63d11
Fix theme song playback when switching items with different themes
...
When you change an item with a theme to an item with a different theme, the
backdrop tries to access the player. The latter has not yet started playing the
new theme (`streamInfo` is null), but is already considered playing. A runtime
error occurs when referring to null `streamInfo` (to check if the content type
matches).
To fix the problem, set `streamInfo` just before playback starts.
2022-02-01 00:56:02 +03:00
Sal
0d3550c534
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ar/
2022-01-29 21:13:17 -05:00
Sal
bd8cae6f15
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ar/
2022-01-29 19:39:42 -05:00
Yanom1212
fbee2ebf55
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr_CA/
2022-01-29 15:13:35 -05:00
WWWesten
35fa4640a0
Added translation using Weblate (Uyghur)
2022-01-28 07:36:43 -05:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
...
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00
Bill Thornton
6c4b204d96
Merge pull request #3340 from jellyfin/fix-focus-play-resume
...
Fix auto focus on Play/Resume
2022-01-27 23:48:40 -05:00
Bill Thornton
73fbe65e0d
Merge pull request #3364 from h1dden-da3m0n/chore/stale-check-workflow
...
add stale issue check workflow
2022-01-27 23:44:25 -05:00
Matthew Jones
424b4fb976
Change to drop-down for embed sub options
2022-01-26 20:38:41 +00:00
Shadowghost
d27bfe9410
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-01-26 08:13:15 -05:00
Jonas
41fb4a1468
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-01-26 06:47:47 -05:00
K3rnelPan1c
8edfe0284a
remove obsolete permissions block
...
we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
2022-01-25 22:58:23 +01:00
WWWesten
02b99e503b
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2022-01-25 16:13:16 -05:00
WWWesten
3d36863b31
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/kk/
2022-01-25 16:13:16 -05:00
WWWesten
6def0102dc
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-01-25 16:13:15 -05:00
K3rnelPan1c
6a48153ebf
add org filter to stale workflow
2022-01-25 18:33:49 +01:00
K3rnelPan1c
0c37ae4e7e
change PAT use for stale action
2022-01-23 18:22:51 +01:00
h1dden-da3m0n
d6aafb0fcb
add stale issue check workflow
...
this should replace the functionality of the discontinued stale-bot
2022-01-23 16:48:15 +01:00
hoanghuy309
0083dd2dd7
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2022-01-23 10:13:15 -05:00
LordBurtz
f70e5195d1
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-01-23 10:13:15 -05:00
SeanPai
9fcb3569c0
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2022-01-23 07:13:14 -05:00
Justin Tamblyn
4c4bf544dd
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/af/
2022-01-23 05:13:16 -05:00
grafixeyehero
76f9b9c929
apply suggestions
2022-01-22 19:20:09 +03:00
millallo
c1e40ecdbc
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2022-01-21 15:13:14 -05:00
Lucas
ac53b56b10
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2022-01-21 08:13:14 -05:00
lyaschuchenko
ada98ecf86
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2022-01-20 19:13:14 -05:00