marissa999
e153eeb6e7
Backport pull request #6199 from jellyfin-web/release-10.10.z
...
Fix missing transcoding speed info
Original-merge: 6d37cfcd1b7856c5f69299306aeeefc2558356b0
Merged-by: thornbill <thornbill@users.noreply.github.com >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2024-11-03 10:54:27 -05:00
gnattu
db972f84dc
Hide hardware acceleration type in playstats
2024-09-09 16:41:02 +08:00
nyanmisaka
00876950d1
Adjust the order of transcoding fps and speed ratio
...
This item corresponds to `TranscodingInfo.Framerate`, so put speed ratio at the end.
Signed-off-by: nyanmisaka <nst799610810@gmail.com >
2024-08-29 16:08:34 +08:00
Bill Thornton
94ffad42cd
Merge pull request #5913 from thornbill/index-refactor
...
Refactor app startup code
2024-08-16 11:05:32 -04:00
Francisco Zorat
e4a6a2d6bc
Add 'how many times' is the speed of transcoding in Playback Info ( #5753 )
...
* feat: new display value for transcoding fps
* fix: undefined safety + || instead of ??
* forgot to add to contributors
* fix: apply suggestions
* chore: remove from contrib to rebase
* chore: add to contrib again
---------
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com >
2024-08-15 14:28:57 -04:00
Bill Thornton
056d802c56
Move globalize to lib
2024-08-14 14:00:09 -04:00
LJQ
12cb4a1f61
use VideoDoViTitle when available
2024-05-09 15:54:50 +08:00
Bill Thornton
f35a8151e0
Add prefer optional chaining rule
2023-07-06 13:39:48 -04:00
Bill Thornton
f2726653ae
Fix indentation issues
2023-04-19 01:56:05 -04:00
Bill Thornton
732ef8fdad
Update SyncPlay references to use plugin
2023-03-15 16:55:34 -04:00
Bill Thornton
84c007fa0b
Merge pull request #3743 from hadicharara/hadicharara/added-support-for-rtl-layouts
...
Add Initial support for RTL layouts
2022-10-15 02:50:48 -04:00
Bill Thornton
0a0e45d155
Replace apiclient event bus with local version
2022-10-14 10:58:16 -04:00
Hadi Charara
104ad71ea7
Merge branch 'master' into hadicharara/added-support-for-rtl-layouts
2022-10-12 08:29:53 -04:00
Hadi Charara
a4f5803016
Fixed linting issues
2022-10-03 13:36:26 -04:00
Bill Thornton
496508ee4d
Move SyncPlay code to plugin directory
2022-10-01 02:57:30 -04:00
Hadi Charara
d4202e0279
Replaced all inline entries with attribute bases selectors
2022-07-14 17:59:23 -04:00
Hadi Charara
f218e28949
Additional playerstats fixes
2022-07-11 14:06:20 -04:00
Hadi Charara
88ce58a9ab
CSS fixes for live tv icon and player stats
2022-07-11 14:04:59 -04:00
Hadi Charara
d38518e1e5
More small css fixes
2022-07-03 10:13:06 -04:00
Joshua M. Boniface
df6d9aaecb
Merge pull request #3719 from nyanmisaka/dovi-meta
...
(cherry picked from commit 66b86044a9a71536499f4c61e2f1697560257906)
Signed-off-by: Bill Thornton <billt2006@gmail.com >
2022-06-29 01:00:18 -04:00
Dmitry Lyzo
119df2cc99
Add aria-hidden to button icons
2022-02-25 01:52:14 +03:00
Brandon
aa81f651b7
Wrap HardwareAccelerationType with if
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com >
2021-08-21 23:49:04 -07:00
Brandon Nguyen
f2b4ae881b
Use hardware encoding string over boolean
2021-07-03 15:26:53 -07:00
Brandon Nguyen
4bbd706294
Add hardware encoding status to playback data
2021-07-03 01:08:22 -07:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
Bill Thornton
a47f6d458c
Move components css files to sass
2021-03-19 14:00:59 -04:00
nyanmisaka
58e2afedd5
add an option to use the enhanced nvdec decoder
2021-01-26 02:48:27 +08:00
Ionut Andrei Oanca
3b837b6468
Remove SyncPlay alias
2020-12-03 16:25:50 +01:00
Ionut Andrei Oanca
d8beb9909f
Add playlist-sync and group-wait to SyncPlay
2020-11-22 21:15:04 +01:00
nyanmisaka
c87df522b3
Merge remote-tracking branch 'upstream/master' into remux-translation
2020-11-20 12:19:48 +08:00
nyanmisaka
1cf3b0e756
localize playback stats
2020-11-17 23:57:07 +08:00
nyanmisaka
daff76354b
add description for remux
2020-11-17 14:25:25 +08: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
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
39eddeb205
run eslint to fix most var instances
2020-10-07 21:12:14 +09:00
Anthony Lavado
8e3458f230
Merge pull request #1487 from nyanmisaka/tonemap-ui
...
Tonemapping function dashboard options
2020-09-11 09:16:42 -04:00
MrTimscampi
c97d7a6f59
Use connectionManager global
2020-08-30 06:06:47 +02:00
nyanmisaka
7dfe5ba185
Merge remote-tracking branch 'upstream/master' into tonemap-ui
2020-08-19 17:50:01 +08:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
MrTimscampi
60ec70b2d8
Fix linting errors
2020-07-26 13:10:32 +02:00
MrTimscampi
dfbb7dfc16
Remove dead code
2020-07-26 12:30:50 +02:00
MrTimscampi
3713091382
Merge remote-tracking branch 'upstream/master' into es6
...
With conflicts
2020-07-24 10:23:14 +02:00
MrTimscampi
293a87902b
Add version check for SyncPlay
2020-07-22 19:13:06 +02:00
Cameron
f29f3e15fb
Migration of playerstats to ES6 module
2020-07-17 17:52:05 +01:00
nyanmisaka
429c47f414
add tonemapping settings
2020-07-02 01:22:07 +08:00
gion
36d097291e
Rename Syncplay to SyncPlay
2020-05-09 12:38:23 +02:00
gion
11f6217bb2
Fix code issues
2020-05-09 12:38:23 +02:00