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** -