1## Streaming Media Player for the Lumina Desktop
2
3This is a media player for local files with an emphasis on supporting web-based streaming services in a modular fashion.
4
5### Library Dependencies
6
71. Qt 5.7+ (specific modules listed below)
8   * concurrent
9   * core
10   * gui
11   * network
12   * multimedia
13   * multimediawidgets
14   * svg
15   * widgets
162. Other Libraries
17   * libc
18
19## Runtime Dependencies (optional)
20* `pianobar`: Allow streaming from the "Pandora" online radio service
21
22### Command Line Arguments
23
24* Any files listed after `lumina-mediaplayer` will be added to the playlist
25 * Example : `lumina-mediaplayer ./test1.mp3 ./test2.mp3 ./test3.mp3`
26* Wildcards are allowed to open multiple files in any path
27 * Example : `lumina-mediaplayer ./testdir/*
28
29