Commit Graph

5261 Commits

Author SHA1 Message Date
Weblate
2d34a37873 chore(i18n): translate terms
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Failing after 33s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 32s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 32s
Co-authored-by: Larvitar <chrycm1995@gmail.com>
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/pl/
Translation: Jellyfin Vue/Jellyfin Vue
2024-09-15 14:38:16 -04:00
Weblate
1720a9bd0f chore(i18n): translate terms
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Failing after 34s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 33s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 33s
Co-authored-by: Justin <derjustin05@gmail.com>
Co-authored-by: bene toffix <benetoffix@gmail.com>
Co-authored-by: queeup <queeup@zoho.com>
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/ca/
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/de/
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/tr/
Translation: Jellyfin Vue/Jellyfin Vue
2024-09-14 10:41:38 -04:00
renovate[bot]
240d7d39f6
chore(deps): update npm (runtime) (#2461)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Failing after 34s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 33s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 32s
Scheduled tasks 🕒 / GitHub CodeQL 🔬 (push) Failing after 0s
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 18:24:23 +02:00
sean
f526149631
fix(findSubtitle): add start index to final index after slice (#2460)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Failing after 34s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 34s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 34s
2024-09-12 09:32:19 +02:00
Fernando Fernández
6f8e7c3777
chore: remove you-dont-need-lodash eslint plugin
lodash has been already removed from the codebase, so this plugin is no longer necessary

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:48:44 +02:00
seanmcbroom
f3a68368b0 refactor: improvements and fixes for jassub rendering
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Failing after 41s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 32s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 32s
2024-09-12 03:32:14 +02:00
seanmcbroom
d87cf56dc4 refactor: fix displaying subtitle tracks 2024-09-12 03:32:14 +02:00
Fernando Fernández
75cea0dc73 refactor: address review comments
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
ff0a5ff0bd refactor(store): skip syncing font family
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
e7fa5bfcc3 perf: optimize subtitle finding
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
c6b3105852 refactor: extract all logic to webworker
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
1a9b6c2cb4 feat: don't apply subtitle settings if customization is disabled
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
f196578911 refactor&fix: font
* Reduce unnecessary verbosity of the stores
* Extract the current typography of the application as a CSS variable
* Make font selector truly generic and also able to change the typography of the whole app

There are now 3 internal values:
- auto: for following app's font
- system: for following system's font
- default: default app's font

This way subtitles can be truly configurable independently from the app.

App typography follows the same schema, but without 'auto' since it's not applicable there.

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
Fernando Fernández
87376e34ca refactor: simplify subtitle store
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 03:32:14 +02:00
seanmcbroom
7da329a5c0 refactor: extract all subtitle setting functionality to new store 2024-09-12 03:32:14 +02:00
seanmcbroom
d658969c8c feat: implement useFont compostable 2024-09-12 03:32:14 +02:00
Sean McBroom
3a43fa9c48 refactor: fix sonarcloud issues 2024-09-12 03:32:14 +02:00
Sean McBroom
3fb8c197fe refactor(playback-manager): reduce shared code 2024-09-12 03:32:14 +02:00
Sean McBroom
9435f46dfd refactor(player-element): cleanup & standardize applying subtitles 2024-09-12 03:32:14 +02:00
Sean McBroom
c5058a823a fix: handle cases where ssa sub dialogue include newline character 2024-09-12 03:32:14 +02:00
Fernando Fernández
5c5526aaab style: automatic eslint fix 2024-09-12 03:32:14 +02:00
Sean McBroom
99a250e597 feat(font-settings): query font from document css 2024-09-12 03:32:14 +02:00
Sean McBroom
ac424696e8 feat(FontSelector): refactor font selector logic and move to component 2024-09-12 03:32:14 +02:00
Sean McBroom
84dcbe2260 refactor: link fontsize & position sliders directly to client settings 2024-09-12 03:32:14 +02:00
Sean McBroom
d7db912380 refactor: add logic for basic sass subtitles 2024-09-12 03:32:14 +02:00
Sean McBroom
458fde7de2 refactor: check if useFullscreen is supported to apply custom subtitle track 2024-09-12 03:32:14 +02:00
Sean McBroom
03e3ac5fb7 refactor: use uno css for subtitle track styles 2024-09-12 03:32:14 +02:00
Sean McBroom
a1e3b044c7 fix: general tag formatting changes for rendering as html 2024-09-12 03:32:14 +02:00
Sean McBroom
f48138f721 refactor: update replaceTags method to replace entire tags 2024-09-12 03:32:14 +02:00
Sean McBroom
89f992e2ee refactor: reuse SubtitleTrack element in subtitle settings page 2024-09-12 03:32:14 +02:00
Sean McBroom
18bd0b16d4 refactor(subtitles): make SSA file parsing more reliable and add multi-line dialogue together 2024-09-12 03:32:14 +02:00
Sean McBroom
5ea69b10e6 fix(locale): general fixes regarding subtitles 2024-09-12 03:32:14 +02:00
Sean McBroom
a063f0fab2 refactor(subtitles): use computed value for current subtitle variable 2024-09-12 03:32:14 +02:00
Sean McBroom
caad390fe9 fix(settings): refactor subtitle page to await loading and general legibility fixes 2024-09-12 03:32:14 +02:00
Sean McBroom
c165569d0a fix: change subtitle stroke css properties to work with chromium browsers 2024-09-12 03:32:14 +02:00
Sean McBroom
0126bd3a23 feat(subtitles): settings & custom element for external subtitles 2024-09-12 03:32:14 +02:00
Fernando Fernández
7ed75e1f5d
docs(readme): update according to the new deployment documentation
The new deployment documentation has been pushed
to the main Jellyfin documentation:
https://github.com/jellyfin/jellyfin.org/pull/1110

The wiki has also been updated to reflect those changes:
81af939a47

The last required piece was the repository's README

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 02:29:39 +02:00
Fernando Fernández
32fd720f72
ci: run merge conflict detection on pull requests too
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-12 01:53:42 +02:00
renovate[bot]
048e80e78c
chore(deps): update npm (runtime) (#2453)
Some checks failed
Push & Release 🌍 / Label conflicted PRs 🏷️⛔ (push) Failing after 0s
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Failing after 33s
Push & Release 🌍 / Deploy 🚀 (push) Has been skipped
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Failing after 32s
2024-09-10 21:16:16 +02:00
Fernando Fernández
bea8aa613c
Revert "ci(package): upload Docker image with provenance"
The attest actions, instead of adding the provenance to the pushed
manifest, are uploading a new layer, polluting the UI of
both services. The Docker build action
already had provenance enabled, so the GitHub's ones
are unnecessary.

This reverts commit 40d26bfbba.
2024-09-10 09:02:22 +02:00
Fernando Fernández
fcd3c8f4de
style: automatic eslint fix
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-09 20:53:06 +02:00
renovate[bot]
19cc094ac8
chore(deps): update npm (development) (#2454) 2024-09-09 20:45:28 +02:00
Fernando Fernández
40d26bfbba
ci(package): upload Docker image with provenance
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-09 20:25:55 +02:00
Fernando Fernández
cf82a146ae
perf: code-split the application (#2456)
Code-split the application (but without lazy loading, aka dynamic imports aka async modules, so all the assets are loaded on app load, not when requested: this is needed for ensuring an smooth experience over slow networks)

Lighthouse performance score went from 66 to 77

There's still a lot of work to do, but this is a good start.

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-09 17:59:46 +00:00
Fernando Fernández
ef55e263f5
style: automatic eslint fix
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-09 18:04:37 +02:00
Fernando Fernández
3c592fd667
feat(a11y): add no transparency setting detection (#2455)
Also refactored styles to use UnoCSS and fixed some type issues

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-08 19:22:56 +00:00
Fernando Fernández
92c702c434
fix(types): global components not defined
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-07 11:31:00 +02:00
Fernando Fernández
c9583c9327 chore: install devtools inside Vite
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-07 11:22:52 +02:00
Fernando Fernández
661107bbf1 fix(PlayerElement): WebAudio concurrency and cracks when switching tracks
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-07 11:22:52 +02:00
Fernando Fernández
248afe0ac1 refactor: remove withDefaults, use destructure everywhere
Use reactive props destructure (https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure)
to simplify the prop declaration.

Also, finding unused props is far easier with destructure
(a lot of unused props were removed in fact),
so all the defineProps statements have been migrated as well.

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-09-07 11:22:52 +02:00