Commit graph

14 commits

Author SHA1 Message Date
Zarg
7add3f622b Added WebMods feature
- Added WebMods feature, allows loading custom js and css
2025-10-08 07:25:29 +02:00
Zarg
904c3f696c Fixed SubtitleDropped using decoded utf8 as msg
- Fixed SubtitleDropped using decoded utf8 as msg causing a wrong path to be shown in the ui
- Updated readme as chocolatey was not updated in a long time.
2025-08-20 21:08:04 +02:00
Zarg
9cef682930 Added Subtitle Dropped event 2025-08-20 20:03:19 +02:00
Zarg
7434ac684f Fixed subtitle not loading if non ascii characters
- Added URI Decode before mpv sub-add
- Related Issue: https://github.com/Zaarrg/stremio-community-v5/issues/48#issuecomment-2994429258
2025-06-25 15:59:11 +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
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
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
b69b78caa4 Added subtitle drag and drop support 2025-01-26 22:03:48 +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