Tim
2776741e8c
feat(Player): pass platform name to video
2025-10-16 15:21:28 +02:00
Tim
0143bf914c
feat: add video mode setting
2025-10-14 16:48:37 +02:00
Tim
3eff7f0903
refactor(Player): use poster for media session artwork
2025-10-13 12:33:46 +02:00
Tim
122e43dbe5
refactor(Player): remove handling of media keys
2025-10-13 12:26:42 +02:00
Tim
910242b201
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-media-session
2025-10-13 12:25:56 +02:00
PsyGuy007-sys
2dee307ac3
Add media key play/pause shortcuts
2025-10-08 09:29:55 +02:00
Tim
c26dac2154
feat(Player): add media session support
2025-10-06 14:49:50 +02:00
Lachezar Lechev
20bbe12a8a
fix: Player - TimeChanged & Seek duration now has Math.max(0, x)
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 22:04:57 +03:00
Lachezar Lechev
3c2914aca2
fix: Player - TimeChanged & Seek time now has Math.max(0, x)
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 21:58:17 +03:00
Tim
a9b9631241
Merge pull request #970 from Stremio/feat/player-subtitles-size-shortcuts
...
Build / build (push) Has been cancelled
Player: Add subtitles size shortcuts
2025-07-07 14:33:37 +02:00
Tim
85fea50c15
Merge pull request #965 from Stremio/feat/player-subtitles-settings-hold-click
...
Player: Support holding click for subtitles settings
2025-07-07 14:27:44 +02:00
Tim
e98bdf2023
Merge pull request #964 from Stremio/feat/player-download-subtitles
...
Player: Add option to download subtitles
2025-07-07 14:27:32 +02:00
Tim
59953e991d
feat: add subtitles size shortcuts
2025-07-04 16:35:18 +02:00
Tim
595dfb22a3
fix: Transition transitionEnded prop error
2025-07-03 11:56:06 +02:00
Tim
4632d6e09a
fix(Player): hide indicator if subtitles menu is open
2025-07-03 11:22:14 +02:00
Tim
f04948240a
feat: support holding click for subtitles settings
2025-07-03 08:45:22 +02:00
Tim
cff57d7d59
feat(Player): add option to download subtitles
2025-07-02 15:31:56 +02:00
Timothy Z.
8c985619b8
fix(MetaDetails): trailers button crash
2025-06-28 14:44:49 +03:00
Timothy Z.
ec1e098c99
Merge pull request #914 from Stremio/fix/workaround-binge-watching-full-support
...
Build / build (push) Waiting to run
Shell: Fix binge watching flow
2025-06-24 11:17:34 +03:00
Timothy Z.
5fe16b8268
Merge branch 'development' into fix/workaround-binge-watching-full-support
2025-06-20 20:11:44 +03:00
Timothy Z.
a3c895dfc6
refactor(SideDrawer): simplify refs handing
2025-06-20 12:08:55 +03:00
Timothy Z.
2e5958e957
Merge branch 'development' into jump-to-currently-playing
2025-06-20 11:41:04 +03:00
Abdalrzag Eisa
82783a4de7
only scroll if transitionEnded is true
2025-06-20 07:08:08 +03:00
Abdalrzag Eisa
f920ab48f3
pass sideDrawerTransitionEnded into SideDrawer
2025-06-20 07:06:00 +03:00
Tim
c30129c9e2
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-subtitles-delay-shortcuts
2025-06-18 17:28:33 +02:00
Botzy
485501c95b
Merge branch 'development' into feat/untranslated-strings
2025-06-18 11:30:14 +03:00
Tim
f6d4e3f4a6
feat: add player subtitles delay shortcuts
2025-06-16 15:22:10 +02:00
Abdalrzag Eisa
5f106f49d3
fix: SideDrawer glitched element movement.
...
Even when using `onTransitionEnd`, the `scrollIntoView` problem persists.
The solution that i found is to use `requestAnimationFrame` two times,
turns out that's enough time after the component mounts to fix the problem.
2025-06-14 23:18:08 +03:00
Abdalrzag Eisa
a0d3a50122
fix: pass correct prop to SideDrawer
2025-06-14 22:53:57 +03:00
Abdalrzag Eisa
dfaba09ef2
clear up naming
2025-06-14 22:50:47 +03:00
Abdalrzag Eisa
f7f9e6a408
remove container and use forwardRef
2025-06-14 22:42:14 +03:00
Abdalrzag Eisa
dad52d61ed
use onTransitionEnded and remove setTimeout
2025-06-14 22:24:09 +03:00
Timothy Z.
86bd1b276a
fix(SideDrawer): mobile styles
2025-06-14 18:24:57 +03:00
val_makkas
d5eb6a515f
fixed info box styling
2025-06-14 08:49:48 +03:00
Abdalrzag Eisa
524bcd90da
automatically jump to video on mount, remove button
2025-06-14 02:38:11 +03:00
Abdalrzag Eisa
7dc0958e39
Add jump-to-currently-playing-btn class
2025-06-13 22:00:58 +03:00
Abdalrzag Eisa
40871dc8f2
Add button jump-to-currently-playing-video
2025-06-13 21:59:19 +03:00
Abdalrzag Eisa
73823e9e07
Pass currentlyPlayingVideoID into SideDrawer
2025-06-13 21:56:36 +03:00
val_makkas
48d95d9d6f
fix(SideDrawer): add show more/less button for description
2025-06-12 22:07:50 +03:00
Botzy
d692d09041
fix: replace all remaining untranslated strings with translation keys
2025-05-28 17:17:34 +03:00
Botzy
3c249e5925
fix hardcoded titles with no translations
2025-05-27 18:20:18 +03:00
Botzy
5f81804b00
fix(MetaDetails): added missing translation keys
2025-05-23 18:03:47 +03:00
Timothy Z.
28578e1dea
refactor(Player): reset global var
2025-05-21 15:11:32 +03:00
Timothy Z.
440713ee68
fix(Player): reset the flag back to false
2025-05-20 15:54:20 +03:00
Timothy Z.
38f7e5a0f8
chore(Player): update logs
2025-05-20 15:32:02 +03:00
Timothy Z.
365294946a
chore(Player): add logs
2025-05-20 15:12:29 +03:00
Timothy Z.
b4c0ab551e
fix(Player): binge watching
2025-05-20 15:09:50 +03:00
Timothy Z.
fff0ebe85d
fix(Player): workaround for binge watching
2025-05-19 17:02:32 +03:00
Timothy Z.
1d8401e4df
feat(Settings): allow disabling subs globally
2025-05-19 10:56:28 +03:00
Timothy Z.
1ae009c0bc
Merge pull request #906 from Stremio/fix/player-statistics-show-max-100-percent
...
fix: StatisticsMenu - max of 100% for completed
2025-05-14 11:30:34 +03:00