aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/README.md
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 19:01:31 +0000
committerWeblate <noreply@weblate.org>2017-07-19 19:01:31 +0000
commitb687e491eea208afba43b67a072ddf430bfeb1fc (patch)
tree80c24ebc2a04e3d20e74004ebf9e5411252a697d /src-qt5/desktop-utils/lumina-mediaplayer/README.md
parentPush local changes (diff)
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.gz
lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.bz2
lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/README.md')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/README.md28
1 files changed, 28 insertions, 0 deletions
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..98c939c9
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-mediaplayer/README.md
@@ -0,0 +1,28 @@
+## 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
+
+### 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/*
+
bgstack15