• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..31-Jan-2020-

extra/H03-May-2022-65

i18n/H31-Jan-2020-27,34827,285

PianoBarProcess.cppH A D31-Jan-202013.9 KiB385300

PianoBarProcess.hH A D31-Jan-20204.2 KiB12483

README.mdH A D31-Jan-2020765 2921

lumina-mediaplayer-pandora.desktopH A D31-Jan-2020233 1211

lumina-mediaplayer.1H A D31-Jan-20201.3 KiB5849

lumina-mediaplayer.desktopH A D31-Jan-2020213 1110

lumina-mediaplayer.proH A D31-Jan-20203.5 KiB11093

main.cppH A D31-Jan-2020885 3220

mainUI.cppH A D31-Jan-202028.6 KiB702544

mainUI.hH A D31-Jan-20203.1 KiB12489

mainUI.uiH A D31-Jan-202028.6 KiB851850

README.md

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