• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-5,6685,043

plugins/H03-May-2022-23,99619,261

po/H07-May-2022-29,83723,405

src/H23-Sep-2015-34,01824,773

win32/H23-Sep-2015-17985

COPYINGH A D24-Apr-201534.6 KiB683559

ChangeLogH A D24-Apr-201526.6 KiB896585

FAQH A D24-Apr-2015514 1110

INSTALLH A D23-Sep-201515.4 KiB371289

Makefile.amH A D04-Jun-2015656 3526

Makefile.inH A D23-Sep-201532.1 KiB1,013909

NEWSH A D23-Sep-201548.4 KiB1,2351,060

READMEH A D21-Jul-20152.6 KiB5750

aclocal.m4H A D23-Sep-2015389.5 KiB11,0749,963

compileH A D23-Sep-20157.2 KiB348258

config.guessH A D23-Sep-201541.9 KiB1,4221,230

config.h.inH A D23-Sep-20153.3 KiB13892

config.subH A D23-Sep-201535.2 KiB1,8081,670

configureH A D03-May-2022623.9 KiB21,14517,456

configure.acH A D23-Sep-201510.1 KiB305267

depcompH A D23-Sep-201523 KiB792502

install-shH A D23-Sep-201514.3 KiB502327

ltmain.shH A D23-Sep-2015276.8 KiB9,6567,304

missingH A D23-Sep-20156.7 KiB216143

README

1Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and
2completely written in C, constructed to be fast, light, and simultaneously
3tries to be complete without obstructing the daily work. ;)
4
5A tiny history of the project.?
6Consonance, An excellent player emerged in the archlinux forums, was
7discontinued. The author, Sacamano said in his blog:
8 "Which doesn't mean that it won't be maintained. I would still be fixing bugs,
9  but major feature additions are not in the pipeline, because I have completed
10  all that I wanted to see in Consonance. It has been a fun project. :)"
11
12Well.. Dissonance is the project to continue developing Consonance, and its
13result is Pragha Music Player. A New reproducer of music.. ;)
14
15Main features:
16 * Full integration with GTK+3, but always completely independent of
17   gnome or xfce.
18 * Two panel desing inspired on Amarok 1.4. Library and current playlist.
19 * Library with multiple views, according tags or folder structure.
20 * Search, filtering and queue songs on current playlist.
21 * Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files.
22   Limited only by codecs installed and taglib version used.
23 * Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX
24   playlists.
25 * Playback control with command line.
26
27Extensible by plugins:
28 * AcoustID: Get metadata on AcoustID service.
29 * CD-ROM: Play audio CDs and identifies this with CDDB.
30 * DLNA Server: Share your playlist on a DLNA server.
31 * DLNA Renderer: Play music of a DLNA server.
32 * Gnome-Media-Keys: Control pragha with gnome-media-keys daemon.
33 * Global Hotkeys: Control pragha with multimedia keys.
34 * Last.fm: Scrobbling, love, unlove song, and append similar song to get
35   related playlists.
36 * MPRIS2: Control pragha with mpris2 interface.
37 * Mtp Devices: Basic Management of MTP devices.
38 * Notification: Show notification when change songs.
39 * Removable media: Detect removable media and scan it.
40 * Song-info: Get Artist info, Lyrics and Album arts of yours songs.
41 * Get radios: Search radios on TuneIn service.
42
43Requirements:
44 * gtk+-3.0 >= 3.8, glib-2.0 >= 2.36
45 * gstreamer-1.0 >= 1.0, gstreamer-base-1.0 >= 1.0
46 * taglib >= 1.8
47 * sqlite3 >= 3.4
48
49Optional:
50 * libpeas-1.0 >= 1.0.0 and libpeas-gtk-1.0 >= 1.0.0: Required for all plugins.
51 * libxfce4ui >= 4.11.0: Better session managament support. Save the current
52   playlist, last posicion when save session, etc.
53 * totem-plparser >= 2.26: Support to open many more format and internet radios
54   playlist.
55 * gstreamer-plugins-base-devel >= 1.0: Use cubic volume to a better control of
56   volume.
57