diff options
-rw-r--r-- | src-qt5/desktop-utils/lumina-mediaplayer/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/README.md b/src-qt5/desktop-utils/lumina-mediaplayer/README.md index b080f125..98c939c9 100644 --- a/src-qt5/desktop-utils/lumina-mediaplayer/README.md +++ b/src-qt5/desktop-utils/lumina-mediaplayer/README.md @@ -18,3 +18,11 @@ This is a media player for local files with an emphasis on supporting web-based ## Runtime Dependencies (optional) * `pianobar`: Allow streaming from the "Pandora" online radio service + +### Command Line Arguments + +* Any files listed after `lumina-mediaplayer` will be added to the playlist + * Example : `lumina-mediaplayer ./test1.mp3 ./test2.mp3 ./test3.mp3` +* Wildcards are allowed to open multiple files in any path + * Example : `lumina-mediaplayer ./testdir/* + |