diff options
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 0000000000000..14133313e12d0 --- /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 |