blob: 1fb6f7fd6a6af7224933f47aa73095ae1ac94509 (
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
29
30
31
32
33
|
museeks (A simple, clean and cross-platform music player)
Museeks is a simple, clean and cross-platform music player.
It uses:
* Node.js for back-end;
* electron (used to be atom-shell) for embedded browser; and
* React.js as front-end framework and Flux with Redux as data-flow
pattern.
Features:
* Cross-platform music player
* Clean and polished
* Playlists
* Queue management
* Shuffle, loop
* Covers
* Dark theme
* Playback speed control
* Sleep mode blocker
* Minimize to tray
Supported formats:
* mp3
* mp4
* m4a/aac
* flac
* wav
* ogg
* 3gpp
|