Commit graph

75 commits

Author SHA1 Message Date
Zarg
81467603b5 Updated nsi installer for v16 release
- Added prompt to remove all data on update. Backups portable_config just in case of user modifications to it.
2025-02-05 03:42:27 +01:00
Zarg
0bfe1c012d Added explanation for Subtitle Customization and Latest Portable Config 2025-02-05 02:59:38 +01:00
Zarg
33dc1e942f Fix Initial volume always being 50
- Fixed current volume not being save to settings.ini causing initial volume to always be 50.
[Issue: https://github.com/Zaarrg/stremio-desktop-v5/issues/42]
2025-02-04 04:35:27 +01:00
Zarg
b159fd01e8 Added multi-threaded MPV command handling
- Improves initial load time allowing multiple commands to execute simultaneously
- Prevents blocking of ui thread on handling of many commands. e.g. loading ~30 external subtitles into mpv
2025-02-03 04:56:33 +01:00
Zarg
416dab85cf Added advanced Browser Extensions Support
- Added extension domain whitelist gotten from extensions.json on github for allowed domains to navigate for browser extension usage. App allow these domain to be navigated to other are open externally.
- Added script Queue to run scripts on navigation complete
- Added "Home" navigate event arg, to navigate back to home page
- Added Back to Stremio button when not on Stremio page
- Partial permid support with custom patch. Still some features not working.
2025-02-02 03:13:22 +01:00
Zarg
81e0ce17cb Update extensions.json
- Added allowed domains for navigating extensions
2025-02-02 02:53:54 +01:00
Zarg
af581f1f04 Fix missing Debug if statment + better extensions logos 2025-02-01 05:02:13 +01:00
Zarg
e09cbd2485 Update extensions.json 2025-02-01 04:43:31 +01:00
Zarg
6a950eec56 Added proper Browser Extension support
- Proper Browser Extension support with configuration page
- Map Browser Extension by name: id, this will then be used to add extensions as "addons" in stremio
- Reworked add_ContextMenuRequested to allow for "back" ctx on extension page.
- Added "navigate" to allow for navigation to chrome-extension://
2025-02-01 04:09:04 +01:00
Zarg
26ca7c6368 Added multiple webui endpoints to ensure reachability
- Added Multiple webui endpoints
- g_webuiUrls functions as priority list, index 0 highest priority
- Status is checked in separate thread after webview initialization
2025-01-31 20:33:32 +01:00
Zarg
a6438d97b9 Change to better web ui server 2025-01-30 02:56:22 +01:00
Zarg
ab811219a5 Facebook login fix 2025-01-27 02:24:23 +01:00
Zarg
71e4d246f3 Added --debug to build release with debug enabled 2025-01-27 02:13:14 +01:00
Zarg
d1b7990284 Added fsr shader
- Fsr shader see https://github.com/Zaarrg/stremio-desktop-v5/issues/25
2025-01-27 01:17:50 +01:00
Zarg
63c157df29 Hotfix window size not saved on tray app quit 2025-01-27 00:33:08 +01:00
Zarg
3a29630d13 Fix tray quit not saving window size 2025-01-27 00:27:25 +01:00
Zarg
baa268317f Version Bump 5.0.15 2025-01-27 00:13:10 +01:00
Zarg
3c2ce2f815 Change to send as String instead of Json Webview ipc 2025-01-26 23:00:50 +01:00
Zarg
b69b78caa4 Added subtitle drag and drop support 2025-01-26 22:03:48 +01:00
Zarg
bf83deab4b easynews addon not working fix 2025-01-26 21:03:41 +01:00
Zarg
054ff34ddb Blackscreen + Volume Control fix and more fixes
- Fixed Blackscreen and volume control being disabled bug.
- Fixed Alt+Tab not focusing webview correctly
- Added InitalVolume and VO (VideoOutput) to stremio-settings.ini.
- Added updater clean up which deletes all old installers.
2025-01-26 20:38:34 +01:00
Zarg
c0d7d1e9d2 Adjusted installer to remove everything from Webview2 except "Default" User Profile
- Adjusted installer to remove everything from Webview2 except "Default" User Profile to ensure fresh cache on update
2025-01-25 04:13:17 +01:00
Zarg
51df3c1956 More refactor fixes and stremio://detail support
- Fixed wrong errorMessage format being send
- Fixed when stremio:// protocol is used and the app is starting because of that not working
- Fixed node server paths sometimes being wrong
- Added support for stremio://detail as protocol
2025-01-25 03:43:35 +01:00
Zarg
5080a6cbcd Refactor fixes
- Fixed wrong mpv ended logic
- Fixed thumbfast logic missing
- Fixed fullscreen not working
2025-01-25 02:06:49 +01:00
Zarg
1976366f44 Full Refactor + Transport rewrite to use default qt transport
- Full Refactor
- Full transport rewrite to use qt default transport
- Saves window position on exit and restores on start
- Added filter to ublock extension to prevent thumbnail issues (possibly)
2025-01-25 00:46:32 +01:00
Zarg
37a20b1fe7 More splash screen stuck fixes + Version 5.0.14
- More fixes for stuck on splash screen
- Version bump to 5.0.14
2025-01-20 17:17:57 +01:00
Zarg
75c59224e1 Fix splash screen stuck
- Fixed stuck on splash screen for good... No idea why there was a function overwriting it the js script...
- Added exponential backoff for retry logic if page unreachable
2025-01-19 14:18:42 +01:00
Zarg
fcaa890966 Version Bump 5.0.13 2025-01-19 02:12:46 +01:00
Zarg
f5e0b9c674 F5, weird ui and updater for portable version fix
- F5 Reload not working blank page fixed
- Removed browser args that broke ui
- Added overrideinstalldir for portable version updating to work
2025-01-19 02:02:42 +01:00
Zarg
667995aa97 Version Bump 5.0.12 2025-01-18 14:03:22 +01:00
Zarg
6a3902b9a1 Added Additional app ready check and browser start args 2025-01-18 13:45:57 +01:00
Zarg
2103fdde8a Fixed being stuck on splash screen
- Fixed being stuck on splash screen by adding retry attempts and running initShellCom on DomContentLoad as well.
- Fixed installer installing into stremio-4 if stremio 4 is installed.
2025-01-18 13:12:24 +01:00
Zarg
815fd22cb4 Merge branch 'webview-windows' of https://github.com/Zaarrg/stremio-desktop-v5 into webview-windows 2025-01-18 11:24:19 +01:00
Zarg
36abb6b93e Embeded Subtitles style fix, more logging, better error handling and more
- Fixed embeded subtitle styles not working because of sub-blur...
- Added more logging for webview and some more error checks.
- Added warning message if a second stremio is detected
- Added timeout if splash screen is shown longer then 1 Minute
- Fixed .nsi installer removing portable_config and user losing configuration this way
2025-01-18 11:24:17 +01:00
Zarg
a53229b915
Update issue templates 2025-01-18 06:30:22 +01:00
Zarg
9c34dd3008
Update issue templates 2025-01-18 04:49:39 +01:00
Zarg
a3a56e2989 Version Bump 5.0.11 2025-01-17 06:49:31 +01:00
Zarg
958ea8a36e Fix no server msg on start but after manual reload works
- Combined update pending message with general message queue
- Added ServerStarted notification when node server started
2025-01-17 06:13:23 +01:00
Zarg
41beecc4eb Added F5 as page refresh option and disabled all webview keybinds
- Disabled all webview keybind
- Added own F5 refresh logic and CTRL+F5 for hard refresh.
- Added default config that is shipped with app to git. Can be found in utils/mpv/anime4k/portable_config
2025-01-17 04:22:11 +01:00
Zarg
fa57f11d41 Version Bump 5.0.10 2025-01-16 21:44:05 +01:00
Zarg
e7acb51773 Blurry text fix
- Blurry text fix - we are no DPI aware :)
2025-01-16 21:17:18 +01:00
Zarg
7c3a1a518b Version Bump 5.0.9 2025-01-16 20:03:03 +01:00
Zarg
bcdc814d33 tray menu not working on some systems fix
- Fixed tray menu not working on certain systems
2025-01-16 19:41:59 +01:00
Zarg
ca406bcb2a added .idea folder for easier setup on other systems 2025-01-16 14:21:25 +01:00
Zarg
e63106a2e3 typo 2025-01-16 11:44:58 +01:00
Zarg
db038b2c12 Update README.md 2025-01-16 11:29:25 +01:00
Zarg
1b07eb565f Added comparison section to readme 2025-01-16 11:24:34 +01:00
Zarg
ee170aad2f updated thumbfast 2025-01-16 07:36:02 +01:00
Zarg
77ea8e691f Update README.md 2025-01-16 07:31:53 +01:00
Zarg
2899f3b53d fixed wrong goodbye url in uninstaller 2025-01-16 07:16:00 +01:00