Pixelstormer / parole

Forked from https://gitlab.xfce.org/apps/parole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


This repository

This is a fork of the official Parole repository, which is hosted on Gitlab. This fork includes certain opinionated changes, which can be viewed on the fork-master branch.

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
% ./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.

About

Forked from https://gitlab.xfce.org/apps/parole

License:GNU General Public License v2.0


Languages

Language:C 97.1%Language:Makefile 2.6%Language:Shell 0.3%