Skip to content

xfce-mirror/parole

Repository files navigation

License

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

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Parole source code

Download a Release Tarball

Parole archive or Parole tags

Installation

From source code repository:

% cd parole
% meson setup build
% meson compile -C build
% meson install -C build

From release tarball:

% tar xf parole-<version>.tar.xz
% cd parole-<version>
% meson setup build
% meson compile -C build
% meson install -C build

Uninstallation

% ninja uninstall -C build

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.

About

Mirror repository, PRs are not watched, please use Xfce's GitLab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 147