From e83243b2a5169d08b024409eaf2bd0565a3a5fb2 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Tue, 4 Feb 2020 15:28:06 +0100 Subject: [PATCH] new config format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48506aa..f8e7a4a5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Features Requirements ----- - python version 3.6+ -- python module **watchdog** (only when `playlist_mode = False`) +- python module **watchdog** (only when `playlist_mode: False`) - python module **colorama** if you are on windows - **ffmpeg v4.2+** and **ffprobe** (**ffplay** if you want to play on desktop) - if you want to overlay text, ffmpeg needs to have **libzmq** @@ -125,4 +125,4 @@ You can run the command like: Play on Desktop ----- -For playing on desktop use `-d` argument or set `preview = True` in config under `[OUT]`. +For playing on desktop use `-d` argument or set `preview: True` in config under `out:`.