Skip to content

Commit

Permalink
Up version to 1.0.1. Add windows build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Sep 18, 2019
1 parent f9c2945 commit 5cc3761
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,16 @@ UPDATE: It looks like we have a reversal on the Plex Media Player situation.
That being said, this project has proven to be interesting as a hackable
Plex client. **I plan to maintain this client, although I may not work on
adding new features unless someone requests them.**

# Building on Windows

There is a prebuilt version for Windows in the releases section.

1. Install [Python3](https://www.python.org/downloads/) with PATH enabled. Install [7zip](https://ninite.com/7zip/).
2. After installing python3, open `cmd` as admin and run `pip install pyinstaller python-mpv requests`.
3. Download [libmpv](https://sourceforge.net/projects/mpv-player-windows/files/libmpv/).
4. Extract the `mpv-1.dll` from the file and move it to the `plex-mpv-shim` folder.
5. Open a regular `cmd` prompt. Navigate to the `plex-mpv-shim` folder.
6. Run `pyinstaller -cF --add-binary "mpv-1.dll;." run.py`.


Binary file added media.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='plex-mpv-shim',
version='1.0.0',
version='1.0.1',
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Plex Mobile and Web apps to MPV. (Unofficial)",
Expand Down

0 comments on commit 5cc3761

Please sign in to comment.