Commit graph

25 commits

Author SHA1 Message Date
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
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
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
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
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