Tim
|
32aee9de6a
|
refactor: update copyright header year
|
2023-06-09 19:16:32 +02:00 |
|
Alexandru Branza
|
19e1fe4e3e
|
Merge pull request #392 from Stremio/feat/player-buffered-seekbar
feat: display buffered amount on player seek bar
|
2023-06-09 19:04:01 +02:00 |
|
Tim
|
ffc4c28514
|
refactor: rename progress prop to buffered for Slider
|
2023-06-05 23:08:26 +02:00 |
|
Tim
|
02fef3c7b0
|
fix(Player): add streamingServer.statistics to keydown effect deps
|
2023-06-05 23:03:52 +02:00 |
|
Tim
|
e542e5d550
|
feat: add statistics menu on player
|
2023-06-05 13:15:12 +02:00 |
|
Tim
|
ed06dc7e7c
|
feat: display buffered amount on player seek bar
|
2023-06-05 00:42:26 +02:00 |
|
Alexandru Branza
|
e18d60e87c
|
Add Hint About an Existing Setting to Enable External Players by Default
|
2023-05-31 10:46:18 +03:00 |
|
Alexandru Branza
|
2523277200
|
Merge pull request #370 from Stremio/fix/player-push-to-library
fix(Player): remove PushToLibrary core action
|
2023-05-25 10:54:58 +02:00 |
|
Tim
|
fc7202e292
|
refactor(Player): add translation strings
|
2023-05-24 15:28:27 +02:00 |
|
Tim
|
9dd6bcda50
|
fix(Player): remove PushToLibrary core action
|
2023-05-24 15:03:00 +02:00 |
|
Alexandru Branza
|
89ae8d5ac4
|
Merge pull request #348 from Stremio/typings
Core Typings
|
2023-05-23 23:02:28 +02:00 |
|
Tim
|
f1924e2576
|
Merge pull request #338 from Stremio/feat/player-external-play
feat: player external play
|
2023-05-23 15:02:05 +02:00 |
|
Tim
|
8a28869e90
|
Merge branch 'development' into typings
|
2023-04-27 07:56:13 +02:00 |
|
Tim
|
c660818fd5
|
fix(ControlBar): hide volume slider on mobile
|
2023-04-21 08:22:50 +02:00 |
|
Tim
|
846284ff9f
|
refactor(OptionsMenu): use latests core changes
|
2023-04-07 16:54:05 +02:00 |
|
Tim
|
3e3e97ee76
|
refactor: add typings
|
2023-03-14 05:02:16 +01:00 |
|
Tim
|
2275f40eaa
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into interface-language
|
2023-03-10 14:32:37 +01:00 |
|
Tim
|
5428e30d74
|
refactor(Player): remove unecessary checks
|
2023-03-05 14:46:52 +01:00 |
|
Tim
|
13fa0d8d4e
|
fix(Player): props issue on open in external player button
|
2023-03-05 14:41:43 +01:00 |
|
Tim
|
dddc390952
|
refactor(OptionsMenu): better naming
|
2023-01-12 22:08:19 +01:00 |
|
Tim
|
72d4e740e1
|
fix: copyright lint error
|
2023-01-12 21:48:27 +01:00 |
|
Tim
|
d5dc5a9cfc
|
refactor(OptionMenu): improve code structure
|
2023-01-12 21:37:30 +01:00 |
|
Tim
|
2d3d55c0bb
|
fix(OptionsMenu): disable external player buttons if stream is torrent
|
2023-01-12 21:10:08 +01:00 |
|
Tim
|
392c1f594e
|
feat(Player): stop video when opening in external player
|
2023-01-12 21:04:17 +01:00 |
|
Tim
|
253322f690
|
feat(Player): add option to open stream in external player
|
2023-01-12 01:18:40 +01:00 |
|
Alexandru Branza
|
4401157e21
|
Add Video Params for Subs Requests
|
2023-01-03 11:45:05 +02:00 |
|
Tim
|
3b9c52d99a
|
refactor(OptionsMenu): remove the need of streamingServer
|
2022-12-21 14:14:22 +01:00 |
|
Tim
|
879118b098
|
refactor(OptionsMenu): add streamUrl to toast error message
|
2022-12-21 13:04:03 +01:00 |
|
Tim
|
117dd30c76
|
refactor(OptionsMenu): use download prop from external deeplinks for streamUrl
|
2022-12-21 13:00:52 +01:00 |
|
Tim
|
87fb0c5af8
|
refactor: add translations
|
2022-12-15 17:46:55 +01:00 |
|
Tim
|
e9ff812039
|
refactor(SubtitlesMenu): translate more strings
|
2022-12-15 17:09:13 +01:00 |
|
Tim
|
f06f21ce75
|
refactor: translate more strings
|
2022-12-14 22:11:51 +01:00 |
|
Tim
|
8a0b0a93e3
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu
|
2022-11-28 18:20:19 +01:00 |
|
Tim
|
d138753b8f
|
refactor(Player): move nextVideo check in useEffect
|
2022-11-28 18:15:48 +01:00 |
|
Tim
|
f7a2fdc404
|
fix(Player): use player.selected.stream instead of videoState.stream for options menu
|
2022-11-28 13:37:43 +01:00 |
|
Tim
|
d090ac5952
|
fix(Player): disble play shortcuts when options menu is open
|
2022-11-28 13:35:17 +01:00 |
|
Tim
|
87733e6e1f
|
fix(Player): display layer also for options menu
|
2022-11-28 13:32:02 +01:00 |
|
Tim
|
e68a0a7c77
|
refactor(Player): disable play in external player on options menu
|
2022-11-28 13:28:32 +01:00 |
|
Tim
|
c5d84bfe6b
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu
|
2022-11-28 13:28:18 +01:00 |
|
Tim
|
0a7ef22eb6
|
refactor(Player): use nextVideoNotificationDuration setting to trigger next video popup
|
2022-11-28 12:41:00 +01:00 |
|
Tim
|
166fde9090
|
fix(Player): do not show next video popup if nextVideo is null
|
2022-11-28 12:00:38 +01:00 |
|
Tim
|
e8f3291c34
|
fix(Player): do not show next video popup if bingeWatching is not enabled
|
2022-11-28 11:44:23 +01:00 |
|
Tim
|
796ec387aa
|
refactor(Player): incorrect naming for NextVideoPopup index
|
2022-11-28 11:30:43 +01:00 |
|
Tim
|
76e3944fb9
|
refactor(Player): remove player.libraryItem from onEnded callback deps
|
2022-11-28 11:29:27 +01:00 |
|
Tim
|
44944ce3d0
|
refactor(Player): improve conditions for next video popup
|
2022-11-28 11:28:17 +01:00 |
|
Tim
|
8775e978a4
|
fix(Player): reset nextVideoPopupDismissed on stream change
|
2022-11-28 11:25:31 +01:00 |
|
Tim
|
eeda6e9fd0
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-next-video-popup
|
2022-11-28 11:24:24 +01:00 |
|
Tim
|
5875ca0385
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-default-subtitles
|
2022-11-28 11:08:19 +01:00 |
|
Tim
|
329e035ab9
|
fix(Player): reset default subtitles selected on stream change
|
2022-11-28 10:32:10 +01:00 |
|
Tim
|
b021f538da
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-default-subtitles
|
2022-11-28 10:30:12 +01:00 |
|