gnattu
cceb1a5935
Backport pull request #5920 from jellyfin-web/release-10.9.z
...
Fix Safari volume control
Original-merge: 90236c25ee
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-25 02:47:25 -04:00
Bill Thornton
056d802c56
Move globalize to lib
2024-08-14 14:00:09 -04:00
Bill Thornton
e0be16b272
Merge pull request #5625 from FintasticMan/add_prefer_transcode_video
...
Add setting for preferred video codec
2024-07-15 16:14:51 -04:00
Davoud-Ghargozlou
f353a4c827
Fix return type in supports fullscreen ( #4903 )
...
* refactor: supportsFullScreen to return the same type
* Fix parentheses
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
---------
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-07-10 01:17:21 -04:00
FintasticMan
b234888485
Add setting for preferred video codec
2024-05-29 12:14:19 +02:00
scampower3
32fc33894d
Add setting to prioritise what audio codec to transcode to ( #5434 )
...
* Add setting to prioritise what audio codec to transcode to
* Add comment
* rename selectPreferredTranscodeAudio to preferredTranscodeAudio
* Add review changes
* Add review changes
* Add reviewed fixes
* Add help text.
* Fix elint
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Change *AudioCodecInVideo to *VideoAudioCodec and move option to video advanced
* Update src/components/playbackSettings/playbackSettings.template.html
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-18 01:19:56 -04:00
Dmitry Lyzo
6e6b696bd9
Add option to limit maximum supported video resolution
2024-03-25 00:25:52 +03:00
Niels van Velzen
facbda4f2f
Add package.json name and version as defines to avoid importing the package.json in code
2024-03-23 09:28:24 +01:00
Niels van Velzen
9eeec9270d
Remove unused sync code
2024-01-06 19:34:34 +01: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
6f3aa2f1df
Fix eslint issues
2023-03-29 00:38:22 -04:00
Bill Thornton
8536fe4610
Remove string replaceAll implementations
2022-10-16 00:11:31 -04:00
Bill Thornton
0a0e45d155
Replace apiclient event bus with local version
2022-10-14 10:58:16 -04:00
Bill Thornton
8f694d7d1c
Fix inverted boolean returns
2022-10-11 03:11:41 -04:00
Bill Thornton
b426b6e2bf
Fix sonarjs prefer-single-boolean-return
2022-10-11 03:11:41 -04:00
Bill Thornton
52e92d44af
Add sonarjs eslint plugin
2022-09-30 17:57:47 -04:00
Joshua M. Boniface
08c8907f5a
Merge pull request #3717 from dmitrylyzo/resolution
...
(cherry picked from commit f1ff81884a
)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -04:00
sancodes
8c11a0131d
modify inline code to multiple line
2022-05-20 01:37:11 -07:00
sancodes
9f19170dec
fix no-sequence lint
2022-04-30 13:04:58 -07:00
Dmitry Lyzo
bbfe904a28
Limit transcoding profiles with maximum resolution
2022-03-20 09:15:03 +03:00
iainsaxonhome
2fc99360bd
Removed exitmenu from browser support list
2022-01-16 21:25:13 +11:00
Bill Thornton
2ccce1aa8b
Fix package import build warnings
2021-08-10 12:43:24 -04:00
Ian Walton
c4e87eb562
Clean up appHost and shell method checking.
2021-05-04 17:35:38 -04:00
Ian Walton
17b3a2aa05
Update src/components/apphost.js
...
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2021-05-04 17:03:39 -04:00
Ian Walton
911a5fa847
Fix issues.
2021-04-10 22:01:37 -04:00
Ian Walton
68e74ede99
Enhance NativeShell for JMP.
2021-04-10 21:55:07 -04:00
Bill Thornton
121d56e218
Add alias for version import
2020-12-10 10:53:54 -05:00
Bill Thornton
46fd6ca8f7
Fix eslint warning
2020-12-09 12:33:46 -05:00
Bill Thornton
2f8c232ed8
Use the version from package.json in apphost
2020-12-09 12:32:24 -05:00
nyanmisaka
3bde8f1b65
allow version check for profileBuilder in nativeshell
2020-11-30 01:28:33 +08:00
nyanmisaka
3b50c0dde1
Merge remote-tracking branch 'upstream/master' into fmp4-hls
2020-11-20 12:30:16 +08:00
nyanmisaka
54db12359c
add initial support for fMP4-HLS
2020-11-12 20:03:38 +08:00
vitorsemeano
2b962124a5
optimizations for device id and name in apphost
2020-11-08 23:11:22 +00:00
vitorsemeano
a48d466e6a
fixes for lint errors
...
added missing packages for lint
removed unecessary babel/polyfill
2020-11-05 23:21:35 +00:00
vitorsemeano
e525a46068
bug fixed plugins load
...
bug fixed with import browserDeviceProfile
2020-11-05 23:12:24 +00:00
vitorsemeano
5071aedcea
extracted connectionManager from site.js
...
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
Bill Thornton
a71b0314d4
Fix apiclient imports
2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951
WIP
2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6
Make import paths ES6-compatible
2020-11-05 22:58:26 +00:00
dkanada
6b302ed20b
merge branch master into pdf-reader
2020-10-20 13:22:09 +09:00
dkanada
39eddeb205
run eslint to fix most var instances
2020-10-07 21:12:14 +09:00
dkanada
108ebc58a6
add basic pdf reader
2020-09-01 22:55:08 +09:00
dkanada
6159eca8f8
prevent the use of confusing globals
2020-08-25 10:12:35 +09:00
MrTimscampi
8a67b5e41f
Fix import and Chromecast on Edge Chromium
2020-08-11 15:37:48 +02:00
MrTimscampi
0643e29404
Fix suggestions and rebase issues
2020-08-09 15:35:48 +02:00
MrTimscampi
feb49dd429
Fix suggestions and cleanup
2020-08-06 22:09:24 +02:00
Julien Machiels
9675bd57b8
Update src/components/apphost.js
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-06 19:32:31 +02:00
MrTimscampi
f16df9788a
Migrate bundle, qualityOptions, appHost and appLoader
2020-08-06 19:32:29 +02:00
dkanada
6c375a52bc
merge branch master into config
2020-08-03 04:46:07 +09:00
Dmitry Lyzo
40b6403134
Add ES6 import hack for 'browser'
2020-08-02 15:25:20 +03:00