Claude
e25dc1fd02
fix(Player): stop fabricating end-file on transient mpv event errors
...
Commit 0b882f3 synthesized an Event::EndFile(Error) whenever
event_context.wait_event returned libmpv2::Error::Raw and forwarded it
to the web layer. MPV is fully able to continue playback after such
transient errors (its demuxer cache is intact), so fabricating an
end-of-file caused long-running HTTP streams (e.g. RealDebrid) to flip
to a blocking "Loading failed" overlay mid-playback. Revert that branch
to the prior log-and-continue behavior.
Also downgrade PlayerEnded errors from critical:true to critical:false
so genuine mpv_end_file_reason::Error surfaces as a 3s toast in
stremio-web (Player.js), letting the user retry, instead of an
unrecoverable full-screen overlay.
2026-04-22 22:07:54 +00:00
Botzy
d43c462adf
fix(Player): added demuxer cache time to get buffered value
2026-04-14 12:07:31 +03:00
Vladimir Borisov
0b882f3f9b
Handle Player critical errors
2026-03-12 17:28:44 +02:00
Vladimir Borisov
15069204be
Server IPC key
Continuous integration / test (push) Has been cancelled
2026-02-02 17:21:47 +02:00
Vladimir Borisov
07d821012d
server IPC key
2026-02-02 14:54:41 +02:00
Vladimir Borisov
be55565ee4
Check for architecture specific updates
Continuous integration / test (push) Has been cancelled
2025-11-27 16:35:40 +02:00
Владимир Борисов
53cfa3dc21
Windows no ARM build
2025-11-12 18:02:41 +02:00
Vladimir Borisov
e04cf5f0c4
Allow UI to set video output but keep gpu-next in the list
2025-08-01 12:04:25 +03:00
Vladimir Borisov
b37fbbd4c8
64 bit build
2025-06-30 12:39:12 +03:00
Tim
7ca2e78dac
Merge branch 'main' of https://github.com/Stremio/stremio-shell-ng into refactor/preload-ipc-init
Continuous integration / test (push) Has been cancelled
2025-06-25 13:05:10 +02:00
Tim
1c40762cf5
chore: clippy
Continuous integration / test (push) Has been cancelled
2025-06-25 13:04:37 +02:00
unknown
d51211d071
refactor(webiew): remove init ipc logic
2025-06-21 01:23:07 +02:00
Tim
65b7978abd
refactor: use OnWindowFocus derive instead of raw event handler
2025-04-02 18:58:23 +02:00
Tim
20dbac018a
refactor(app): use WM_SETFOCUS event instead to send ipc win-state-change
Continuous integration / test (push) Has been cancelled
2025-04-02 13:15:25 +02:00
Tim
972a6fe0a0
fix(app): send ipc win-state-changed on paint
2025-04-01 16:27:14 +02:00
Владимир Борисов
222e59442b
Merge pull request #22 from Stremio/fix/fullscreen-win-visibility-change
...
Continuous integration / test (push) Waiting to run
fix(app): send ipc event when fullscreen state change
2025-04-01 16:22:54 +03:00
Tim
ff820cea6b
fix(app): send ipc event when fullscreen state change
2025-04-01 12:28:23 +02:00
Tim
98edc086ea
feat(webview): redirect to warning page for non-whitelisted host
2025-03-31 14:25:23 +02:00
Tim
c665c2fb75
fix(webview): handle window request
2025-03-31 14:05:41 +02:00
Владимир Борисов
38d52a3c6a
Merge pull request #15 from Stremio/feat/webview-handle-window-open
...
feat(webview): handle window.open
2025-03-24 17:03:03 +02:00
Tim
5afca64bda
fix(player): handle SubDelay mpv prop
2025-02-27 23:08:21 +01:00
Tim
3848b5a59f
fix(app): send visibility events when window is shown or hidden
2025-02-24 14:25:02 +01:00
Tim
8ef0f079b6
fix(webiew): incorrect condition for window.open js script
Continuous integration / test (push) Has been cancelled
2025-02-24 00:28:56 +01:00
Tim
ae5e8eb0e4
feat(webview): handle window.open
2025-01-31 17:40:05 +01:00
Tim
9364538e41
refactor(app): make updater thread blocking
2025-01-31 10:18:12 +01:00
Tim
520971b841
refactor(app): wait for app-ready before checking for updates
2025-01-30 17:25:55 +01:00
Vladimir Borisov
21fb872a51
Disable player loggin in release
2025-01-28 11:12:07 +02:00
Vladimir Borisov
82a0b15b35
Do not set audio track id. Set audio name
2025-01-28 09:50:50 +02:00
Vladimir Borisov
9e1c06c7d2
Enable context menus for text boxes
2025-01-24 12:27:17 +02:00
Vladimir Borisov
d9fbabbf62
Use layout for the splash image
2025-01-23 17:36:22 +02:00
Vladimir Borisov
9902c37aa2
Fix HDR
2025-01-23 15:12:30 +02:00
Vladimir Borisov
70d67a2aa2
Rename _handle to handle in webview events
2025-01-21 15:56:24 +02:00
Vladimir Borisov
0d6b8f23b5
Better event handling in the webview
2025-01-21 15:55:27 +02:00
Vladimir Borisov
03921ffce9
Clippy
2025-01-21 11:53:38 +02:00
Vladimir Borisov
8e1b72d513
Server crash logs and boot availability
2025-01-21 11:45:14 +02:00
Владимир Борисов
bb5387bd98
Merge pull request #12 from Stremio/fix-focus-on-launch
...
fix: focus main window on launching second instance
2025-01-16 09:23:54 +02:00
Vladimir Borisov
8ecdb1264b
fix: focus main window on launching second instance
2025-01-13 16:29:51 +02:00
Vladimir Borisov
494be0adc0
fix: Retrieve active monitor before going full screen
2025-01-13 11:04:34 +02:00
Vladimir Borisov
2b5f1f727b
Inject JS before content loaded
2024-12-23 15:20:55 +02:00
Vladimir Borisov
693d545923
Inject shell js on reload
2024-12-23 15:06:46 +02:00
Vladimir Borisov
edc65abe57
Formatting
2024-12-23 14:56:55 +02:00
Vladimir Borisov
9af504b92a
Handle JS fullscreen
2024-12-23 14:41:37 +02:00
Vladimir Borisov
91f9d4a460
Fix playback from offset
2024-12-23 14:03:26 +02:00
Vladimir Borisov
e93d0be5a4
Formatting
2024-10-16 12:33:49 +03:00
Vladimir Borisov
cd2246484b
Update MPV and server.js 32 bit app
2024-10-16 12:00:17 +03:00
Vladimir Borisov
c8539a29b2
fix: login with facebook fixed
2024-09-17 12:11:02 +03:00
Vladimir Borisov
1d9403f559
Better tray icon actions
2024-04-22 16:40:21 +03:00
Vladimir Borisov
4622458f6f
Use constant from winapi crate
2024-04-22 15:12:32 +03:00
Vladimir Borisov
b6c957a42c
Fix full screen message to the webview
2024-04-22 14:14:08 +03:00
Vladimir Borisov
b8c68029ed
Execute the server from the same directory the main executable is
2024-04-22 12:53:53 +03:00