aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/README.md
blob: b080f125beeb5de9a641a24cbdb769c8bf68d837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
bgstack15