Package Details: stremio-enhanced-bin 1.1.5-1

Git Clone URL: https://aur.archlinux.org/stremio-enhanced-bin.git (read-only, click to copy)
Package Base: stremio-enhanced-bin
Description: An Electron-based Stremio client with plugins and themes support. It runs the Stremio Service automatically and loads the web version of Stremio.(Prebuilt version.Use system-wide electron)
Upstream URL: https://discord.gg/jDsgcehrp7
Keywords: electron stremio stremio-addon stremio-client stremio-theme stremio-themes stremio-web
Licenses: MIT
Conflicts: stremio-enhanced
Provides: stremio-enhanced
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 6
Popularity: 0.93
First Submitted: 2025-03-20 10:47 (UTC)
Last Updated: 2026-05-07 03:58 (UTC)

Latest Comments

1 2 3 Next › Last »

zxp19821005 commented on 2026-06-08 05:07 (UTC)

I think you should see this in terminal:

$ /usr/bin/stremio-enhanced 
INFO: [ GPUController ] Enabling GPU features
INFO: [ GPUController ] Running on Linux, using gl
INFO: [ GPUController ] GPU setup complete. Renderer set to: auto, Hardware Acceleration: Enabled, Features: PlatformHEVCDecoderSupport, AudioVideoTracks, AcceleratedVideoEncoder, disable-gpu-driver-bug-workaround, VaapiVideoDecoder, VaapiVideoDecodeLinuxGL, CanvasOopRasterization
Fontconfig warning: We will not regenerate the cache because some cache files were generated by a newer version (0x2012001) of Fontconfig. Please regenerate the cache with the latest version of Fontconfig to avoid any unexpected behavior. (current version: 0x2011001)
INFO: Enhanced version: v1.1.5
INFO: Running on NodeJS version: v24.15.0
INFO: Running on Electron version: v41.7.1
INFO: Running on Chromium version: v146.0.7680.216
INFO: User data path: /home/zxp-archlinux/.config/stremio-enhanced
INFO: Themes path: /home/zxp-archlinux/.config/stremio-enhanced/themes
INFO: Plugins path: /home/zxp-archlinux/.config/stremio-enhanced/plugins
INFO: Checking for streaming server files...
INFO: [ StreamingServer ] Creating streaming server directory: /home/zxp-archlinux/.config/stremio-enhanced/streamingserver
WARN: [ StreamingServer ] server.js not found. User needs to download it manually.
[1830060:0608/130431.007440:ERROR:ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc:251] '--ozone-platform=wayland' is not compatible with Vulkan. Consider switching to '--ozone-platform=x11' or disabling Vulkan
INFO: server.js not found. Showing download instructions to user...

If you cann't see this, maybe you should check your network , or use proxy app, such as clash mihomo v2ray etc.

username227 commented on 2026-06-07 20:23 (UTC)

I get just a black screen. Terminal says that it can't reach the site. Possibly a http vs. https issue but I don't know how to fix. Anybody?

notiant commented on 2026-04-17 10:19 (UTC)

@zxp19821005 No, the changed version still doesn't work for me (and I have already tried adding that flag).

zxp19821005 commented on 2026-04-16 01:26 (UTC)

@notiant The issue is that Electron applications running under Wayland require the --app-id argument to properly set the application identifier, but the current script only sets --app-name. I have modified the stremio-enhanced.sh script by adding the --app-id parameter when launching Electron, ensuring it uses the same value as --app-name (i.e., stremio-enhanced). This allows the application to correctly expose its app-id under Wayland, matching the StartupWMClass in the desktop file. After the change, when users run Stremio Enhanced under Wayland, the application will register its app-id correctly. Can you try again ?

notiant commented on 2026-04-15 04:45 (UTC)

@zxp19821005 No, this doesn't work. I've also tried rebuilding the package with a --class and --app-id flag, but no success. I'm aware that this might be a problem with the desktop shell I'm using and might not be an issue on more mainstream environments like Gnome (see this related issue: https://forum.obsidian.md/t/obsidian-reports-wayland-app-id-as-electron-instead-of-obsidian/113080). I'm using the original AppImage now where this is not a problem.

zxp19821005 commented on 2026-04-13 07:21 (UTC)

@notiant I'd added --app-name="@appname@" in the shell script, can you try again?

notiant commented on 2026-04-11 17:32 (UTC) (edited on 2026-04-11 17:32 (UTC) by notiant)

@zxp19821005 No, not the PID. app_id is a Wayland property (equivalent to WM_CLASS in X11) and can be accessed e.g. on niri with "niri msg windows"

zxp19821005 commented on 2026-04-08 03:33 (UTC)

@notiant What do you mean by app-id? Is it the process ID (PID)?

notiant commented on 2026-04-03 14:04 (UTC)

@zxp19821005 I've tested the update but the app-id is still "electron".