aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/README.md
blob: 98c939c9e677419c74a6e641fb6871f62a3c271e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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