new config format

This commit is contained in:
Jonathan Baecker 2020-02-04 15:28:06 +01:00
parent 9771ad5990
commit e83243b2a5

View File

@ -41,7 +41,7 @@ Features
Requirements Requirements
----- -----
- python version 3.6+ - 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 - python module **colorama** if you are on windows
- **ffmpeg v4.2+** and **ffprobe** (**ffplay** if you want to play on desktop) - **ffmpeg v4.2+** and **ffprobe** (**ffplay** if you want to play on desktop)
- if you want to overlay text, ffmpeg needs to have **libzmq** - if you want to overlay text, ffmpeg needs to have **libzmq**
@ -125,4 +125,4 @@ You can run the command like:
Play on Desktop 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:`.