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

2914 commits

Author SHA1 Message Date
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04: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
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
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
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
grafixeyehero
00ec92cc02 apply suggestion 2023-06-25 03:15:21 +03:00
stamatovg
12cf325e79
Merge branch 'master' into enable-airplay-audioplayer 2023-06-17 13:21:58 +03:00
grafixeyehero
17e8ccc93a refactor: suggestionview and genresview 2023-06-09 01:23:27 +03:00
Bill Thornton
3bad9f0378 Rewrite activity log page in dashboard 2023-06-08 10:23:07 -04:00
Yasin Silavi
13786b082d
Merge branch 'master' into fix-some-of-the-code-smells 2023-05-31 21:59:42 +03:30
Bill Thornton
b85e93e011
Merge pull request #4615 from thornbill/display-mirror-manager
Extract display mirror handling from component
2023-05-31 11:09:38 -04:00
Shadowghost
b3c023f4fa Fix collection permission check in context menu 2023-05-30 16:20:03 +02:00
Bill Thornton
2a016a6d5f
Merge pull request #4318 from TelepathicWalrus/audio-normalization 2023-05-25 08:30:19 -04:00
Yasin Silavi
dd5fb8778e
Merge branch 'master' into fix-some-of-the-code-smells 2023-05-25 15:41:36 +03:30
Yasin Silavi
afee01602f Fix some more code smells 2023-05-24 23:03:48 +03:30
Bill Thornton
d0fe60c86f
Merge pull request #3607 from aivit/improve-subs
Improve subs
2023-05-23 16:38:26 -04:00
sleepycatcoding
44fc37b2a1 Fix additional parts not playing in episodes 2023-05-23 22:01:01 +03:00
Danny Michel
12326e32cd Improve subtitles by changing default dont to universal system font stack(the same one github uses) and improving stroke for uniform option. 2023-05-23 09:11:26 -04:00
TelepathicWalrus
815b7f9f1e
Update src/components/libraryoptionseditor/libraryoptionseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-05-23 06:57:04 +01:00
Bill Thornton
83ebdd9012 Extract display mirror handling from component 2023-05-18 11:32:00 -04:00
Bill Thornton
8bca32a55b Fix scrolling in add library dialog 2023-05-15 10:48:52 -04:00
stamatovg
070dadbc69
Merge branch 'master' into enable-airplay-audioplayer 2023-05-11 22:32:27 +03:00
Bill Thornton
98b8b07f02
Merge pull request #4586 from thornbill/fix-can-go-back
Add path checking for canGoBack
2023-05-10 14:06:19 -04:00
Bill Thornton
fab09259c9 Remove error logs for checks expected to fail 2023-05-10 10:31:41 -04:00
Bill Thornton
57e441d3ce Add path checking for canGoBack 2023-05-10 09:50:30 -04:00
Bill Thornton
df158c0b7b
Merge pull request #4570 from thornbill/prefer-starts-ends-with
Add prefer string starts/ends with eslint rule
2023-05-09 10:44:42 -04:00
Bill Thornton
af51150b07
Merge pull request #4583 from thornbill/library-tabs
Add enum for library tab values
2023-05-09 10:43:53 -04:00
Bill Thornton
e730f1a17c Add enum for library tab values 2023-05-09 10:28:29 -04:00
TelepathicWalrus
91210408f0
Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
TelepathicWalrus
a31e5a49be Added option to disable LUFS scan on music
Added compatibility for LUFS float
2023-05-07 17:55:24 +01:00