Commit graph

44 commits

Author SHA1 Message Date
Zarg
9142d89a1e Version Bump 5.0.18 2025-05-26 06:17:53 +02:00
Zarg
76bbdf64a9 Added Discord RPC support
- Added Allow debug logs to cmakelist instead of debug runs
- Added Discord rpc SDK supporting buttons and type
- Added Discord RPC handling
- Added Discord RPC Events for each stremio site
- Added DiscordRPC settings toggle to disable RPC
- Changed App image to a cleaner one
2025-05-26 05:24:28 +02:00
Zarg
501f616717 Added check for stremio service
- Check for stremio service to use server.js of stremio service
2025-04-14 23:40:05 +02:00
Zarg
347bf735ee Converted winhttp calls to curl 2025-02-07 07:45:44 +01:00
Zarg
252e8f2a1e Version Bump 5.0.17 + Readme fixes 2025-02-07 07:24:50 +01:00
Zarg
76d4355cd4 Stylus addon support, Fixed tray menu dpi, Fix drag and drop subs no delay option
- Fixed tray menu not scaling with DPI
- Added Stylus addon support + Handle for HandleStylusUsoInstall (Installing from uso archives)
- Fixed drag and dropped subtitles not being handled as "ExternalEmbedded" preventing delay setting
- Added zips of unpacked extensions for use in app.
2025-02-07 06:30:11 +01:00
Zarg
29d49d4d3e Version Bump 5.0.16 2025-02-05 04:45:21 +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
af581f1f04 Fix missing Debug if statment + better extensions logos 2025-02-01 05:02:13 +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
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
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
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
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
a0afad91e2 updater thread update message not being send fix
- Fixed update thread not being able to send update message if not send before app-ready event.
2025-01-16 04:56:34 +01:00
Zarg
87764e123b Updater not checking for corrupted files fix
- Fixed updater trying to update with corrupt files
- Bumped main.cpp version to correct one 5.0.8
2025-01-16 03:26:27 +01:00
Zarg
cc0e10b22f Updater url fix
- Updated version.json wrong url
- Updated windows.md with better deploy description
2025-01-16 02:58:31 +01:00
Zarg
79d191983e Server.js bump to 4.20.11 and fix
- Fix to run 4.20.11 server.js using NO_CORS as it has domains whitelisted now
2025-01-15 12:06:18 +01:00
Zarg
16d1bce51c WebView2 letss gooo
- Big Massive init
2025-01-15 10:23:31 +01:00