From e448ca6c7374eb75a56487ebe48cb28b4b7b0791 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Sun, 11 Aug 2019 17:33:11 +0200 Subject: [PATCH] folder argument --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a009820..e05f2cbc 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,13 @@ Start with Arguments ----- ffplayout also allows the passing of parameters: - `-l, --log` for user-defined log file -- `-f, --file` for playlist file +- `-p, --playlist` for playlist file +- `-f, --folder` use folder for playing -The entire command could look like this: +You can run the command like: ``` -python3 ffplayout.py -l ~/ffplayout.log -f ~/playlist.json +python3 ffplayout.py -l ~/ffplayout.log -p ~/playlist.json ``` Preview Mode on Desktop