From b9e8f4610648e71fd9333c998230c7ba43c172c1 Mon Sep 17 00:00:00 2001 From: Ian Walton Date: Mon, 30 Mar 2020 11:56:49 -0400 Subject: [PATCH] Add dependency information. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b24468..011fe39 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,8 @@ The project is dependent on `python-mpv`, `python-mpv-jsonipc`, and `jellyfin-ap using Windows and would like mpv to be maximize properly, `pywin32` is also needed. The GUI component uses `pystray` and `tkinter`, but there is a fallback cli mode. The mirroring dependencies are `Jinja2` and `pywebview`, along with platform-specific dependencies. (See the installation and building -guides for details on platform-specific dependencies for display mirroring.) +guides for details on platform-specific dependencies for display mirroring.) The desktop client depends on +`pywebview`, `Flask`, and `Werkzeug`. This project is based Plex MPV Shim, which is based on https://github.com/wnielson/omplex, which is available under the terms of the MIT License. The project was ported to python3, modified to @@ -221,7 +222,7 @@ sudo pip3 install --upgrade jellyfin-mpv-shim ``` If you would like the Desktop client (run with `jellyfin-mpv-desktop`), also install: ``` -sudo apt install python3-flask python3-webview +sudo apt install python3-flask python3-webview python3-werkzeug ``` If you would like the GUI and systray features, also install `pystray` and `tkinter`: ```bash