From 0c5959471008a91c00e64cdff16abb91d8569afe Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 5 Jul 2017 12:16:36 -0400 Subject: Add a bunch more README.md files for the rest of the lumina desktop-utilities. --- src-qt5/desktop-utils/lumina-mediaplayer/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-mediaplayer/README.md (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/README.md') diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/README.md b/src-qt5/desktop-utils/lumina-mediaplayer/README.md new file mode 100644 index 00000000..b080f125 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-mediaplayer/README.md @@ -0,0 +1,20 @@ +## Streaming Media Player for the Lumina Desktop + +This is a media player for local files with an emphasis on supporting web-based streaming services in a modular fashion. + +### Library Dependencies + +1. Qt 5.7+ (specific modules listed below) + * concurrent + * core + * gui + * network + * multimedia + * multimediawidgets + * svg + * widgets +2. Other Libraries + * libc + +## Runtime Dependencies (optional) +* `pianobar`: Allow streaming from the "Pandora" online radio service -- cgit From 36e0063d34329e9f6fb86153befbb9da87a30180 Mon Sep 17 00:00:00 2001 From: q5sys Date: Thu, 6 Jul 2017 11:15:35 -0400 Subject: update readme with CLI arguments --- src-qt5/desktop-utils/lumina-mediaplayer/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/README.md') 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/* + -- cgit