diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-05-01 09:19:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-02 08:37:42 +0700 |
commit | e601ad97c83a7034057251ad1d7c650fd3a10627 (patch) | |
tree | 294b8886b2620a3136f84c3d4fbee8b1d3942ba1 /audio/museeks/README | |
parent | 2a706c16720898f99fde4fc3de68f0bcfacf8973 (diff) |
audio/museeks: Added (cross-platform music player).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/museeks/README')
-rw-r--r-- | audio/museeks/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/museeks/README b/audio/museeks/README new file mode 100644 index 000000000000..1fb6f7fd6a6a --- /dev/null +++ b/audio/museeks/README @@ -0,0 +1,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 |