Skip to content

This is a server that will help facilitate limiting users on your Plex server access to one piece of media

License

Notifications You must be signed in to change notification settings

jrudio/one-time-plex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Time Plex (OTP)

One Time Plex (OTP) allows a Plex user to access one movie or episode of a tv series from your Plex Media Server.

How It Works

How to setup

If you would like, you can download the appropriate binary for your system here.

If not, here's how you can build this repo from scratch:

  1. clone this repo
  2. make sure Go is installed
  3. then install Go dep
  4. cd server/
  5. run dep ensure
  6. run go build -o one-time-plex

Notes

The following instructions are for mainly for building a binary when changes to the front end occur

Here is how to bake the front end files into the server, so we get a single binary:

Make sure these are installed:

Front end

  1. yarn run build or npm run build to create a production build of the front end
  2. copy client/build to server/build

Back end

  1. cd server/
  2. run go-bindata-assetfs ./build/... this generates bindata.go
  3. go build -o one-time-plex

About

This is a server that will help facilitate limiting users on your Plex server access to one piece of media

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published