Bond_009
c8c2956cc2
Remove unused import
2024-08-16 17:24:00 +02:00
Bond_009
38dd4c5f43
Don't sort media streams for media info
...
This way it keeps a logical order i.e. video info first, followed by
audio and subtitles
2024-08-16 17:23:31 +02:00
Bill Thornton
f2aeb2a23f
Merge pull request #5918 from dmitrylyzo/boolean-defines
...
Convert defines to boolean
2024-08-16 11:09:30 -04:00
Bill Thornton
94ffad42cd
Merge pull request #5913 from thornbill/index-refactor
...
Refactor app startup code
2024-08-16 11:05:32 -04:00
stanol
ac0979fd51
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-08-16 07:41:32 -04:00
Dmitry Lyzo
2d8d23d646
Convert defines to boolean
...
Fixes disabling features as `USE_SYSTEM_FONTS=0`.
2024-08-16 11:13:34 +03:00
Kityn
aff5d941ef
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2024-08-16 03:41:32 -04:00
Mjöllnir
82323e9c1d
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2024-08-15 20:41:32 -04:00
venkata nadha reddy
f8e428789b
Use production year for movies in video player ( #5765 )
...
* In video player, changes to display production year rather than release year for movies.
* making it consistent
2024-08-15 15:59:56 -04:00
Bas
05643b160b
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-08-15 15:41:32 -04:00
Francisco Zorat
e4a6a2d6bc
Add 'how many times' is the speed of transcoding in Playback Info ( #5753 )
...
* feat: new display value for transcoding fps
* fix: undefined safety + || instead of ??
* forgot to add to contributors
* fix: apply suggestions
* chore: remove from contrib to rebase
* chore: add to contrib again
---------
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-15 14:28:57 -04:00
alfred-delacosta
1172d9a2b9
Added artist list concatenation for albums that have over 10 artists ( #4830 )
...
* Added condition to display concatenated text if artist count is over 10. Fixed #4228
* Added string to strings.json. Used globalize.translate()
* Moved code to getArtistLinksHtml function
* Update src/controllers/itemDetails/index.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
* Simplify appending other artists string
* Update src/controllers/itemDetails/index.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
* Update src/controllers/itemDetails/index.js
Co-authored-by: felix920506 <felix920506@gmail.com>
* Update src/strings/en-us.json
Co-authored-by: felix920506 <felix920506@gmail.com>
---------
Co-authored-by: AJ <ajdlc@protonmail.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: felix920506 <felix920506@gmail.com>
2024-08-15 14:06:43 -04:00
Bill Thornton
5010367163
Use consistent import style
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-08-15 10:15:58 -04:00
Bill Thornton
422adde900
Use consistent import style
2024-08-15 02:33:50 -04:00
Bill Thornton
3e6fdc8f04
Update source tree in README
2024-08-14 16:52:56 -04:00
Bill Thornton
0a03b9a744
Move scroller lib to directory
2024-08-14 16:52:29 -04:00
gio-giorgio
32354b3a37
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2024-08-14 16:41:32 -04:00
Bill Thornton
4af7fc6e3e
Move class change handlers to init
2024-08-14 16:33:25 -04:00
Bill Thornton
4f2edf416a
Remove unused package manager
2024-08-14 16:24:56 -04:00
Bill Thornton
ab0fa6cfe6
Use async for loadPlugins
2024-08-14 16:22:40 -04:00
Bill Thornton
741c612920
Refactor init functions
2024-08-14 16:00:16 -04:00
Bill Thornton
d44804bf60
Organize index imports
2024-08-14 15:20:54 -04:00
Bill Thornton
056d802c56
Move globalize to lib
2024-08-14 14:00:09 -04:00
Bill Thornton
0ea5349422
Move libraries to lib
2024-08-14 13:57:38 -04:00
Bill Thornton
385a01d5ad
Move polyfill loading
2024-08-14 13:57:38 -04:00
Andrei-Alexandru Bleorțu
7c651d0a5d
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ro/
2024-08-13 20:41:32 -04:00
GrantZ9001
803f2692ac
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2024-08-13 15:41:32 -04:00
jchuong
6d350b8aa4
Backport pull request #5910 from jellyfin-web/release-10.9.z
...
Fix "Download All" for Safari
Original-merge: 4071c44437
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:24 -04:00
thornbill
37fbfb3772
Backport pull request #5898 from jellyfin-web/release-10.9.z
...
Fix autoCast race condition
Original-merge: 7f575d724e
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:23 -04:00
viown
75d78a96b8
Backport pull request #5843 from jellyfin-web/release-10.9.z
...
Fix swipe gestures on android for book reader
Original-merge: 44afbc2357
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:21 -04:00
ilteoood
371994642d
Backport pull request #5823 from jellyfin-web/release-10.9.z
...
Use navigate instead of resolver
Original-merge: 2e4e4050cd
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:20 -04:00
Doxterpepper
614c9e4481
Backport pull request #5730 from jellyfin-web/release-10.9.z
...
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info
Original-merge: a0e6da790c
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:19 -04:00
LudovicJ
b2d5a67f26
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2024-08-13 05:40:22 -04:00
Andrejs
d9fbac83a3
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/lv/
2024-08-12 04:53:23 -04:00
VOLO Digital Agency
01702ab252
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2024-08-12 01:24:06 -04:00
Filippo Pesavento
9fe9666937
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/it/
2024-08-11 11:41:32 -04:00
HanaO00
34b3cad72b
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2024-08-11 11:41:32 -04:00
Bill Thornton
ab9f3054d1
Merge pull request #5899 from jellyfin/renovate/fonts
2024-08-10 14:31:43 -04:00
Bill Thornton
1b105df025
Merge pull request #5900 from jellyfin/renovate/vitest
2024-08-10 14:30:53 -04:00
renovate[bot]
5dc2abb3e4
Update Vitest to v2.0.5
2024-08-10 08:20:40 +00:00
renovate[bot]
563be7e26a
Update Fonts to v5.0.20
2024-08-10 08:20:21 +00:00
Bill Thornton
6dade2eb56
Merge pull request #5872 from gnattu/fix-audio-remux-check
...
Fix remux detection for pure audio session
2024-08-08 16:33:30 -04:00
Bill Thornton
df58d35e4d
Merge pull request #5870 from gnattu/new-downmix-mode
...
Add AC-4 and RFC7845 downmix
2024-08-08 16:31:48 -04:00
Bill Thornton
35cb1010ed
Merge pull request #5896 from thornbill/fix-cf-pages
...
Fix Cloudflare Pages CI issues
2024-08-08 16:18:35 -04:00
Bill Thornton
c3f8bf9dc5
Fix branch name passed to CF Pages for non-PR runs
2024-08-08 15:47:10 -04:00
Aldrin Papa
e96c140cb9
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fil/
2024-08-08 12:41:31 -04:00
Bill Thornton
866ac5010b
Merge pull request #5894 from thornbill/migrate-cf-pages-action
2024-08-08 08:33:53 -04:00
無情天
9369c610d4
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2024-08-08 04:49:28 -04:00
Bill Thornton
ffbc6437dc
Migrate to CF wrangler action
2024-08-08 02:43:02 -04:00
Bill Thornton
1a9f51c9b0
Merge pull request #5892 from thornbill/fix-cf-pages-branch-2
2024-08-07 17:26:41 -04:00