Skip to content

stremio-shell with apple silicon support & updated mpv

Notifications You must be signed in to change notification settings

edde746/improved-stremio-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

improved-stremio-shell

This is pretty much a fork of 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.

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 installed.

MacOS

Requirements

  • Qt >= 5.15.2
  • Xcode >= 12.2
  • mpv

Simply run the bundle.sh script.