mirror of https://gitee.com/openkylin/parole.git
ab13029f28 | ||
---|---|---|
data | ||
debian | ||
docs | ||
m4 | ||
po | ||
src | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
Makefile.in | ||
NEWS | ||
README.md | ||
THANKS | ||
TODO | ||
aclocal.m4 | ||
compile | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
depcomp | ||
gtk-doc.make | ||
install-sh | ||
intltool-extract.in | ||
intltool-merge.in | ||
intltool-update.in | ||
ltmain.sh | ||
missing | ||
test-driver |
README.md
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
Changelog
See NEWS for details on changes and fixes made in the current release.
Source Code Repository
Download a Release Tarball
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 page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.