Skip to content

mijortsa/pragha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and
completely written in C, constructed to be fast, light, and simultaneously
tries to be complete without obstructing the daily work. ;)

A tiny history of the project.?
Consonance, An excellent player emerged in the archlinux forums, was
discontinued. The author, Sacamano said in his blog:
 "Which doesn't mean that it won't be maintained. I would still be fixing bugs,
  but major feature additions are not in the pipeline, because I have completed
  all that I wanted to see in Consonance. It has been a fun project. :)"

Well.. Dissonance is the project to continue developing Consonance, and its
result is Pragha Music Player. A New reproducer of music.. ;)

Main features:
 * Full integration with GTK+3, but always completely independent of
   gnome or xfce.
 * Two panel desing inspired on Amarok 1.4. Library and current playlist.
 * Library with multiple views, according tags or folder structure.
 * Search, filtering and queue songs on current playlist.
 * Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files.
   Limited only by codecs installed and taglib version used.
 * Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX
   playlists.
 * Playback control with command line.

Extensible by plugins:
 * AcoustID: Get metadata on AcoustID service.
 * CD-ROM: Play audio CDs and identifies this with CDDB.
 * DLNA Server: Share your playlist on a DLNA server.
 * DLNA Renderer: Play music of a DLNA server.
 * Gnome-Media-Keys: Control pragha with gnome-media-keys daemon.
 * Global Hotkeys: Control pragha with multimedia keys.
 * Last.fm: Scrobbling, love, unlove song, and append similar song to get
   related playlists.
 * MPRIS2: Control pragha with mpris2 interface.
 * Mtp Devices: Basic Management of MTP devices.
 * Notification: Show notification when change songs.
 * Removable media: Detect removable media and scan it.
 * Song-info: Get Artist info, Lyrics and Album arts of yours songs.
 * Get radios: Search radios on TuneIn service.

Requirements:
 * gtk+-3.0 >= 3.8, glib-2.0 >= 2.36
 * gstreamer-1.0 >= 1.0, gstreamer-base-1.0 >= 1.0
 * taglib >= 1.8
 * sqlite3 >= 3.4

Optional:
 * libpeas-1.0 >= 1.0.0 and libpeas-gtk-1.0 >= 1.0.0: Required for all plugins.
 * libxfce4ui >= 4.11.0: Better session managament support. Save the current
   playlist, last posicion when save session, etc.
 * totem-plparser >= 2.26: Support to open many more format and internet radios
   playlist.
 * gstreamer-plugins-base-devel >= 1.0: Use cubic volume to a better control of
   volume.

About

Pragha is a Lightweight Music Player for GNU/Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.7%
  • Other 0.3%