From 7d733c992ecc8e48db9f81c844e8b5d898222417 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 8 Sep 2015 00:06:06 +0100 Subject: [PATCH] Update README. Add Todo list. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07b9404..87d95e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -Plex Elastic Transcoder -======================= +# 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. \ No newline at end of file +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 + +- Add NFS mount directories to created pods for media and transcoding directories +- Make config load from a file \ No newline at end of file