https://github.com/edde746/improved-stremio-shell
stremio-shell with apple silicon support & updated mpv
https://github.com/edde746/improved-stremio-shell
apple-silicon mpv stremio
Last synced: 11 months ago
JSON representation
stremio-shell with apple silicon support & updated mpv
- Host: GitHub
- URL: https://github.com/edde746/improved-stremio-shell
- Owner: edde746
- Created: 2023-10-22T06:27:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T06:30:43.000Z (about 2 years ago)
- Last Synced: 2025-07-06T00:06:05.651Z (11 months ago)
- Topics: apple-silicon, mpv, stremio
- Language: C++
- Homepage:
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# improved-stremio-shell
This is pretty much a fork of [stremio-shell](https://github.com/stremio/stremio-shell) with an improved build process which allows for easier updating of mpv as well as the ability to build for MacOS on arm.
## Download
You can download the latest release [here](https://github.com/edde746/improved-stremio-shell/releases).
## Build
Start by making sure that you have the environment variable `Qt5_Dir` set to the path of your Qt installation.
### Windows
#### Requirements
- Qt >= 5.15.2
- MSVC >= 2017
- jom
Run the `bundle.ps1` script, if you want it to create the installer you will also need to have [Inno Setup](https://jrsoftware.org/isinfo.php) installed.
### MacOS
#### Requirements
- Qt >= 5.15.2
- Xcode >= 12.2
- mpv
Simply run the `bundle.sh` script.