1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

2989 commits

Author SHA1 Message Date
Bill Thornton
f14a61c8c7
Merge pull request #4777 from thornbill/migrate-quick-connect
Migrate quick connect page to react
2023-09-18 23:41:02 -04:00
MrK
f922742d86 Contributors file updated correctly
Adds shortcuts.js function to get sort order
Added sort order technique to most types of media on playbackmanager.js
2023-09-18 19:36:21 +01:00
MrK
ecba6dccb9 Removing bad trailing space 2023-09-18 13:00:22 +01:00
MrK
6cfcf36c3c Fixing bug #5584 by sending the proper Sort params to the API 2023-09-17 23:27:44 +01:00
MBR-0001
f872f604f9
Merge branch 'master' into subtitle-improvements-2 2023-09-16 00:45:14 +02:00
Bill Thornton
0d3a6e9ea2
Merge pull request #4727 from MBR-0001/subtitle-improvements-1
Add support for more remote subtitle info
2023-09-15 13:07:29 -04:00
Bill Thornton
d24b030962 Migrate quick connect page to react 2023-09-15 10:34:02 -04:00
Bill Thornton
2c1167c193
Merge pull request #4775 from thornbill/unused-privates 2023-09-14 17:37:16 -04:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
e382f72c21
Merge pull request #4773 from thornbill/consistent-curly-braces 2023-09-14 10:51:21 -04:00
MBR-0001
c4cc6dbed1
Update src/components/subtitleeditor/subtitleeditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-14 08:38:14 +02:00
MBR-0001
dca2594aae
Update src/components/subtitleeditor/subtitleeditor.scss
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-14 08:38:02 +02:00
Bill Thornton
a7bf44bca3
Merge pull request #4706 from TheMelmacian/feature/random_backdrop_image
Use a random backdrop image for video osd
2023-09-14 00:19:39 -04:00
Bill Thornton
dd5199c544 Remove unused private class members 2023-09-12 23:56:08 -04:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
TheMelmacian
5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
MBR-0001
1f9cb0070f
Update subtitleeditor.scss 2023-09-12 23:28:07 +02:00
MBR#0001
29298cb823
Move styles to class 2023-09-12 22:27:16 +02:00
Yasin Silavi
082d9e55c6 refactor: remove useless assignment 2023-09-12 15:27:33 -04:00
Yasin Silavi
6664b6ec62 style: use singlequote for strings 2023-09-12 15:27:33 -04:00
Yasin Silavi
0a878bfbcd Refactor alert module 2023-09-12 15:27:33 -04:00
Yasin Silavi
24fad10f36 Format alert module 2023-09-12 15:27:33 -04:00
MBR-0001
164ab25fb8
Merge branch 'master' into subtitle-improvements-2 2023-09-11 18:11:51 +02:00
MBR-0001
29b7be4a96
Merge branch 'master' into subtitle-improvements-1 2023-09-11 18:10:57 +02:00
Bill Thornton
1b72e8282c
Merge pull request #4762 from nyanmisaka/hlsjs-fmp4
Add fMP4 playback support (HEVC, AV1) in HLS.js
2023-09-11 08:39:15 -04:00
TheMelmacian
8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
MBR#0001
8ff6bc1487 Add support for displaying more sub info 2023-09-08 16:16:25 -04:00
MBR#0001
f4db19cc11 Add ability to upload hearing-impaired subs 2023-09-08 16:12:34 -04:00
Bill Thornton
04c61af4dc
Merge branch 'master' into enable-airplay-audioplayer 2023-09-08 15:37:09 -04:00
Bill Thornton
b114f1ae66
Merge pull request #4754 from mkanilsson/webos-subtitle-offset 2023-09-07 18:21:20 -04:00
nyanmisaka
baf1b55a0c Add fMP4 playback support (HEVC, AV1) in HLS.js
Tested codecs:
video: h264, hevc, av1 (av1 in firefox require 1.5.0)
audio: mp3, aac, ac3, eac3 (flac and opus require 1.5.0)

Tested browsers:
Chrome, Firefox, Edge Chromium, Safari and their mobile versions

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-01 22:43:02 +08:00
Bill Thornton
cf9b9bf105
Merge pull request #4751 from newo-2001/configurable-backdrop-interval 2023-08-30 08:27:20 -04:00
newo-2001
71abbf05f4 Make backdrop screensaver interval configurable 2023-08-24 22:50:51 +02:00
Marcus Nilsson
28ab879f3c Change Subtitle Sync slider to go from -300 to 300
This patch changes the subtitle sync from using a procentage to a
'slider value' that ranges from -300 to 300. The reasons for this is that
WebOS doesn't jump in 0.1 increments but instead jumps 1.0 increments in
the slider, which results in subtitle sync jumping 0.6s per increment.
Using a value from -300 to 300 makes LG WebOS jump 0.1s instead.
2023-08-24 13:23:31 +02:00
TelepathicWalrus
e767077826 Remove LUFS scan option from non music libraries 2023-07-31 12:02:52 +01:00
stamatovg
e0d4aa6c77
Merge branch 'master' into enable-airplay-audioplayer 2023-07-20 18:10:13 +03:00
TheMelmacian
5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian
23a22d6b24 use random backdrop image in video player 2023-07-20 00:01:43 +02:00
Bill Thornton
d79a8a0421
Merge pull request #4720 from grafixeyehero/cleanup-use-file-name-for-export
Cleanup rename default class name based on file name
2023-07-14 10:53:57 -04:00
Bill Thornton
114fde9f8d Remove unused import 2023-07-13 11:33:49 -04:00
Bill Thornton
4e7d89101e Remove easy password/pin configuration 2023-07-13 10:29:47 -04:00
grafixeyehero
3307ea16cb rename class name for ImageOptionsEditor 2023-07-13 03:27:09 +03:00
grafixeyehero
ea9e046d7f clean appFooter self = this 2023-07-13 02:41:18 +03:00
Bill Thornton
71ec7c57f5
Merge pull request #4704 from thornbill/eslint-sonar-updates 2023-07-08 00:53:55 -04:00
Bill Thornton
65b17bce34 Add back button to experimental layout 2023-07-06 17:15:19 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Bill Thornton
76597a021a Merge remote-tracking branch 'upstream/master' into dashboard-activity 2023-07-06 01:46:52 -04:00
Bill Thornton
834e36b5a3 Move distinct components to individual files 2023-06-27 01:31:50 -04:00