Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:parole:start [2013/11/04 02:41] – [Configuration] ochosiapps:parole:start [2023/07/02 08:05] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :xfce:xfce.parole.png?no link|}}
  
-{{ :apps:parole:parole.png?nolink|}} +====== Parole Media Player ======
-====== Parole media player ======+
  
-<note important>Please stand byas we create documentation for Parole...</note>+  * **[[#Introduction|Introduction]]** 
 +  * **[[#Required Packages|Required Packages]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +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 write a plugin for 
 +Parole see the Plugins API documentation and the plugins directory which  
 +contains some useful examples. 
 + 
 +----
  
 ===== Introduction ===== ===== Introduction =====
  
-[[introduction|Introduction to Parole]]\\ +  * **[[introduction|Introduction to Parole]]** -- What makes Parole special
-What makes Parole special.+  * **[[usage|Usage]]** -- Basic handling of the application.
  
-[[usage|Usage]]\\ +----
-Basic handling of the application.+
  
 ===== Configuration ===== ===== Configuration =====
  
-[[preferences|Preferences]]\\ +  * **[[preferences|Preferences]]** -- Configuring the media player
-Configuring the media player.+  * **[[command-line|Command-line Options]]** -- Parameters for starting Parole. 
 +  * **[[plugins|Plugins]]** -- Extend Parole with additional functionality.
  
-[[command-line|Command-line Options]]\\ +---- 
-Parameters for starting Parole.+ 
 +===== Required packages ===== 
 + 
 +Parole depends on the following packages: 
 + 
 +  * [[https://www.gtk.org|GTK]] >=3.20.0 
 +  * [[https://wiki.gnome.org/Projects/GLib|GLib]] >=2.32.0 
 +  * Gio 2.32 or above. 
 +  * [[https://www.freedesktop.org/wiki/Software/dbus|D-Bus]] >=0.60 
 +  * DBus glib 0.70 or above. 
 +  * GStreamer: base, video, interface and GStreamer X, version 1.0.0 or above. 
 +  * libxfce4ui 4.11.0 or above. 
 +  * libxfce4util 4.10.0 or above. 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/parole 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/apps/parole/-/blob/master/NEWS|Read the CHANGELOG]] 
 + 
 +  * **[[https://archive.xfce.org/src/apps/parole/|Download current release]]** (link also contains older versions) 
 + 
 +[[|Back to Top]] 
 +---- 
 +===== Source Code Repository ===== 
 +[[https://gitlab.xfce.org/apps/parole|]] 
 + 
 +----
  
-[[plugins|Plugins]]\\ 
-Extend Parole with additional functionality. 
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
  
-[[bugs|Bugs]]\\ +  * **[[bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
-Where and how to report bugs.+ 
 +[[|Back to Top]] 
 +---- 
 +[[:start|Back to main Xfce documentation page]]