Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/parole/-/blob/master/COPYING)
# parole
Parole is a modern simple media player based on the GStreamer framework and
written to fit well in the Xfce desktop. Parole features playback of local
media files, DVD/CD and live streams.
Parole is extensible via plugins, for a complete how-to on writing a plugin for
Parole, see the Plugins API documentation and the plugins directory which
contains some useful examples.
----
### Homepage
[Parole documentation](https://docs.xfce.org/apps/parole/start)
### Changelog
See [NEWS](https://gitlab.xfce.org/apps/parole/-/blob/master/NEWS) for details on changes and fixes made in the current release.
### Source Code Repository
[Parole source code](https://gitlab.xfce.org/apps/parole)
### Download a Release Tarball
[Parole archive](https://archive.xfce.org/src/apps/parole)
or
[Parole tags](https://gitlab.xfce.org/apps/parole/-/tags)
### Installation
From source code repository:
% cd parole
% ./autogen.sh
% make
% make install
From release tarball:
% tar xf parole-<version>.tar.bz2
% cd parole-<version>
% ./configure
% make
% make install
### Reporting Bugs
Visit the [reporting bugs](https://docs.xfce.org/apps/parole/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.