add argparse description

This commit is contained in:
jb-alvarado 2019-03-18 21:31:10 +01:00
parent 5ecad321f0
commit 0bb2950665

View File

@ -104,3 +104,15 @@ Installation
- 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**
Start with arguments
-----
ffplayout also allows the passing of parameters:
- `-l, --log` for user-defined log file
- `-f, --file` for playlist file
The entire command could look like this:
```
python3 ffplayout.py -l ~/ffplayout.log -f ~/playlist.json
```