Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 466 Bytes

File metadata and controls

17 lines (14 loc) · 466 Bytes

display

Install notes

  1. pip3 install yt_dlp
  2. Install the MediaPlayer metamod plugin
  3. Add MetaHelper.as as an angelscript plugin

The metamod plugin expects ffmpeg and python3 (or python for windows) to be usable shell commands.

building the metamod plugin (linux):

apt install libopus-dev:i386
git clone --recurse-submodules https://github.com/wootguy/display
cd display && mkdir build && cd build
cmake ..
cmake --build . --config Release