Commit Graph

1401 Commits

Author SHA1 Message Date
Bill Thornton b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Dmitry Lyzo 491055a5ba refactor: Split and extract video range support detection 2023-09-26 23:32:42 +03:00
Bill Thornton 9435e3172d Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Bill Thornton bb44ba022d Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Dmitry Lyzo 171c381768 Add HLS direct play profile 2023-09-14 00:27:55 +03:00
Bill Thornton 20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Bill Thornton 49ccabf5af Merge pull request #4748 from minigt/bugfix/fix-browser-regex-to-allow-moto-edge-to-cast
Change regex for browser detection
2023-09-12 14:11:48 -04:00
Yasin Silavi ea47793820 fix: check both player id and current player id
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-11 12:13:49 -04:00
Yasin Silavi e4db027bbb Update src/scripts/autocast.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-11 12:13:49 -04:00
Yasin Silavi 4dd8d7e73f Refactor isEnabled function to always return boolean 2023-09-11 12:13:49 -04:00
Yasin Silavi 37fd4feb55 Remove useless assignment 2023-09-11 12:13:49 -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 e516f17141 Merge pull request #4724 from grafixeyehero/cleanup-duplicate-userSettings
Cleanup duplicate userSettings from libraryBrowser
2023-09-08 15:21:30 -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
newo-2001 f1d57b7d89 Make parsing in user settings setters consistent 2023-08-24 22:50:51 +02:00
Owen Elderbroek ea3eca0c00 Update src/scripts/settings/userSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-08-24 22:50:51 +02:00
newo-2001 71abbf05f4 Make backdrop screensaver interval configurable 2023-08-24 22:50:51 +02:00
minigt 04c3afd9e5 Fixed sonarcloud code smell 2023-08-18 22:46:34 -03:00
minigt a15af2095e Fix regex so moto edge doesn't mislead the browser(as edge) 2023-08-11 00:49:22 -03:00
grafixeyehero 1825b821af cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
Bill Thornton 7cc484b3ec Fix nullable types 2023-07-06 15:20:24 -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
Dmitry Lyzo 942926058b Backport pull request #4688 from jellyfin/release-10.8.z
Disable ALAC on MacOS in non-Safari browsers

Original-merge: 6304e27940e59d41ba9de41f9f0d5da7392cffbb

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 02:12:45 -04:00
Bill Thornton c0f1de9f3f Update paths and stable app view 2023-06-09 03:01:27 -04:00
Bill Thornton ee99d3e1d8 Merge pull request #4621 from thornbill/no-notifications
Remove notifications pages from dashboard
2023-05-31 11:12:20 -04:00
Bill Thornton 2a016a6d5f Merge pull request #4318 from TelepathicWalrus/audio-normalization 2023-05-25 08:30:19 -04:00
Bill Thornton 689fc80c3b Remove notifications pages from dashboard 2023-05-19 12:55:26 -04:00
Bill Thornton c66cf02db4 Fix config.json being cached 2023-05-15 09:46:22 -04:00
Bill Thornton fab09259c9 Remove error logs for checks expected to fail 2023-05-10 10:31:41 -04:00
TelepathicWalrus 91210408f0 Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
Bill Thornton bdf28b89fc Disable the ignored return error in support check 2023-05-04 16:05:02 -04:00
Bill Thornton 1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton 8041167473 Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
Bill Thornton 5cfdb1647f Fix getter return value bugs 2023-05-02 12:53:20 -04:00
Ian Walton 60d3859a2f Escape device id in raw HTML. 2023-04-26 01:39:19 -04:00
nyanmisaka eb15f97955 Drop progressive transcoding in web client
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-25 01:03:44 -04:00
TelepathicWalrus 8bfc387b85 Merge branch 'master' into audio-normalization 2023-04-22 18:59:40 +01:00
Bill Thornton f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton 83f149c8c3 Merge pull request #4441 from addamanth/tv-layout-clock
Show clock in TV layout
2023-04-18 09:23:52 -04:00
adamanth c1302831a9 Replace innerHtml to innerText 2023-04-18 10:44:12 +03:00
Bill Thornton 0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Bill Thornton 1451e4ece0 Merge pull request #4423 from thornbill/pluginify-syncplay 2023-03-29 23:15:04 -04:00
Bill Thornton 6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
adamanth ffb5d2129b CShow clock in TV layout 2023-03-22 20:30:06 +03:00
Bill Thornton 732ef8fdad Update SyncPlay references to use plugin 2023-03-15 16:55:34 -04:00
TelepathicWalrus 8d5475a21b Merge branch 'master' into audio-normalization 2023-03-12 13:13:44 +00:00