- Setup requirements from readme
- Install pipenv
- Clone this project:
git clone https://github.com/glensc/plex-fuse
- Change to
plex-fuse
directory - Install project dependencies
pipenv install
- Install
plex-fuse
as editable project:pipenv run python -m pip install -e .
- To mount the configured PMS somewhere, i.e
plex-server
:mkdir plex-server; pipenv run python -m plexfuse plex-server -f
By contributing, you agree that your contributions will be licensed under its BSD 3-Clause License.