1234567891011121314151617181920212223242526272829303132 |
- 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 & 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:
- * glyr (search lyrics, artist info, album art)
- * gst-plugins-bad-nonfree (extra codecs)
- * gst-plugins-ugly (extra codecs)
- * totem-pl-parser (used to open playlists)
- Optional dependencies that aren't on https://slackbuilds.org
- * rygel-server >= 2.2
- * grilo >= 0.2
- * libclastfm
|