Commit graph

93 commits

Author SHA1 Message Date
Zarg
6c7faa5c61 replaced icons
- Changed icons, see issue 71 for more details: https://github.com/Zaarrg/stremio-community-v5/issues/71
2025-04-14 23:46:22 +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
3117065f51 Update README.md
- Added better copyright disclaimer
2025-02-10 02:14:24 +01:00
Zarg
c1c4109b43 5.0.17 portable_config hotfix 2025-02-10 01:24:00 +01:00
Zarg
2530f8eb11 fix backup folder not being skipped 2025-02-10 01:14:59 +01: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
aa03891ed4 Update extensions.json
- Added missing uso-archive domain
2025-02-07 02:14:13 +01:00
Zarg
1b4f3c7397 Added Stylus extension meta data 2025-02-07 02:02:29 +01:00
Zarg
a44171d919 Update extensions.json
- Better fallback description
2025-02-06 23:12:35 +01:00
Zarg
7bf9738ab0 Added Fallback if addon not found in metadata list 2025-02-06 23:06:14 +01:00
Zarg
ffb9fdc557 updated default portable config location 2025-02-06 04:03:50 +01:00
Zarg
f7301f7518 Added anime skip intro script to default portable config 2025-02-06 04:00:43 +01:00
Zarg
003e561881 Update README.md
- Added default overwrites of Stremio for subtitles for clarification
2025-02-05 19:50:27 +01:00
Zarg
906c841e4f Removed hdr comparison as this is now fixed in stremio shell ng 2025-02-05 17:00:36 +01:00
Zarg
ec9bcc39ba Update README.md 2025-02-05 05:24:57 +01:00
Zarg
29d49d4d3e Version Bump 5.0.16 2025-02-05 04:45:21 +01:00
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