diff options
author | Luís Fernando Carvalho Cavalheiro <pessoal@profcavalheiro.com> | 2016-12-02 13:17:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:17:45 +0700 |
commit | 52e67c59ce6e3e20be7d3163e30111783ae815da (patch) | |
tree | f040948bac59353574cf8a4e3a7e9b0594ce76bd /multimedia/pragha/README | |
parent | 35ad64cf9243e2ae4fb1e44b07ac4b7ffab67146 (diff) | |
download | slackbuilds-52e67c59ce6e3e20be7d3163e30111783ae815da.tar.gz |
multimedia/pragha: Added (music player).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/pragha/README')
-rw-r--r-- | multimedia/pragha/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/multimedia/pragha/README b/multimedia/pragha/README new file mode 100644 index 0000000000..14133313e1 --- /dev/null +++ b/multimedia/pragha/README @@ -0,0 +1,30 @@ +Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk and sqlite. +It is completely written in C, constructed to be fast, light, and +simultaneously tries to be complete without obstructing the daily work. ;) + +Main features: + + * Full integration with GTK+3, but always completely independent of + gnome or xfce. + * Two panel design inspired by Amarok 1.4. Library and current playlist. + * Library with multiple views, according to tags or folder structure. + * Search, filter and queue songs on current playlist. + * Play and edit tags of mp3, m4a, ogg, flac, asf, wma, and ape files. + Limited only by codecs installed and taglib version used. + * Playlist management: Export M3U and read M3U, PLS, XSPF and WAX + playlists. + * Playback control with command line. + +Optional packages available on https://slackbuilds.org, they are auto +detected by the script: + + * totem-pl-parser + * jmtpfs + * mtpfs + * gmtp + +Optional dependencies that aren't on https://slackbuilds.org + + * rygel-server >= 2.2 + * grilo >= 0.2 + * libclastfm |