Remove all old source files

This commit is contained in:
James Munnelly
2018-01-07 12:51:59 +00:00
parent 70d9ea81b9
commit 9721a0f210
1017 changed files with 0 additions and 557853 deletions
-11
View File
@@ -1,11 +0,0 @@
# Plex Elastic Transcoder [![Build Status](https://travis-ci.org/munnerz/plex-elastic-transcoder.svg?branch=master)](https://travis-ci.org/munnerz/plex-elastic-transcoder)
This is a simple tool that should be used in place of the "Plex New Transcoder" binary on your Plex Media Server host in order to distribute the load of Plex transcoding.
It works by scheduling a job on a Kubernetes cluster, with the appropriate media and transcode directories exported via NFS to the transcoding containers.
### Todo list
- Make config load from a file
- Make executor backend selection happen dynamically based on available backends
- Disable force pull of images when not running in testing/debug mode