From 01882569c486511d9e3d86db0f65fee81a75caf1 Mon Sep 17 00:00:00 2001
From: jb-alvarado <jb@pixelcrusher.de>
Date: Sun, 29 Apr 2018 18:09:06 +0200
Subject: [PATCH] add info

---
 .gitignore | 2 ++
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b4ac8306..3be2bc31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 .ropeproject
 server.py
+wip
+wip/*
diff --git a/README.md b/README.md
index 718e7e3a..07529c7f 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ Installation
 - install ffmpeg, ffprobe and mbuffer
 - copy, or symlink, ffplayout.py to **/usr/local/bin/**
 - copy, or symlink, ffplayout.conf to **/etc/ffplayout/**
+- ceate folder with correct perissions for logging (check config)
 - copy ffplayout.service to **/etc/systemd/system/**
 - change user in service file
 - create playlists folder, in that format: **/playlists/year/month**
 - set variables in config file to your needs
 - use **get_playlist_from_subfolders.sh /path/to/*.mp4s** as a starting point for your playlists (path in script needs to change)
 - activate service and start it: **sudo systemctl enable ffplayout && sudo systemctl start ffplayout**
-