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:introduction [2014/11/22 16:27] – [Plugins] ochosiapps:parole:introduction [2024/12/11 23:40] (current) kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :apps:parole.png?nolink|}}
 ====== Parole Media Player ====== ====== Parole Media Player ======
-{{ :apps:parole:parole-intro.png?nolink |}}+ 
 +  * **[[#Requirements|Requirements]]** 
 +  * **[[#Plugins|Plugins]]** 
 + 
 +----
  
 Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. It is designed with simplicity, speed and resource usage in mind. Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. It is designed with simplicity, speed and resource usage in mind.
  
-====== Features ======+===== Features =====
 Parole features playback of local media files, including video with subtitles support, Audio CDs, DVDs, and live streams. Parole is also extensible via plugins. Parole features playback of local media files, including video with subtitles support, Audio CDs, DVDs, and live streams. Parole is also extensible via plugins.
  
-====== Requirements ====== +<figure "Parole Media Player Main Window"> 
-===== Build Requirements =====+{{:apps:parole:parole-intro.png?600|Parole Media Player Main Window}} 
 +</figure> 
 + 
 +---- 
 + 
 +===== Requirements ===== 
 +==== Build Requirements ====
   * GTK+ 3.2 or above.   * GTK+ 3.2 or above.
   * Glib 2.32 or above.   * Glib 2.32 or above.
Line 14: Line 26:
   * DBus 0.60 or above.   * DBus 0.60 or above.
   * DBus Glib 0.70 or above.   * DBus Glib 0.70 or above.
-  * GStreamer: base, video, interface and GStreamer X, version 0.10.24 or above.+  * GStreamer: base, video, interface and GStreamer X 1.0 or above.
   * libxfce4ui 4.11.0 or above.   * libxfce4ui 4.11.0 or above.
   * libxfce4util 4.11.0 or above.   * libxfce4util 4.11.0 or above.
  
-===== Runtime Requirements =====+==== Runtime Requirements ====
 The GStreamer framework provides a powerful plugin interface to support a wide variety of media types. The plugins are split into "base", "good", "bad", and "ugly" categories for their varying levels of licensing and codec quality. While Parole is completely free, meaning anyone can use it, redistribute and/or modify it under the GNU general public license; some GStreamer plugins are not free and may not be legal to use in some regions. It is up to you or the distribution to accept the license of these plugins and make them available for use. The list of GStreamer plugins is below. The GStreamer framework provides a powerful plugin interface to support a wide variety of media types. The plugins are split into "base", "good", "bad", and "ugly" categories for their varying levels of licensing and codec quality. While Parole is completely free, meaning anyone can use it, redistribute and/or modify it under the GNU general public license; some GStreamer plugins are not free and may not be legal to use in some regions. It is up to you or the distribution to accept the license of these plugins and make them available for use. The list of GStreamer plugins is below.
   * //GStreamer Base plugins// comprises the base functionality of GStreamer and are required for normal operation.   * //GStreamer Base plugins// comprises the base functionality of GStreamer and are required for normal operation.
Line 24: Line 36:
   * //GStreamer Bad plugins// comprises a set of plug-ins not up-to-par compared to the rest. They might closely approach good-quality plug-ins, but they lack something: perhaps a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.   * //GStreamer Bad plugins// comprises a set of plug-ins not up-to-par compared to the rest. They might closely approach good-quality plug-ins, but they lack something: perhaps a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
   * //GStreamer Ugly plugins// comprises a set of good-quality plugins that are not free and may have licensing issues. These plugins are typically required for proprietary formats and DVD playback.   * //GStreamer Ugly plugins// comprises a set of good-quality plugins that are not free and may have licensing issues. These plugins are typically required for proprietary formats and DVD playback.
-  * For more information about GStreamer plugins, please see [[http://gstreamer.freedesktop.org/documentation/splitup.html|this page]].+  * For more information about GStreamer plugins, please see the [[http://gstreamer.freedesktop.org/documentation/splitup.html|GStreamer Plug-ins splitup]] page which explains spliting the plugin into separate modules.
  
-====== Plugins ======+[[|Back to Top]] 
 +---- 
 + 
 +===== Plugins =====
 Parole currently features the following plugins: Parole currently features the following plugins:
   * //Notify//, which shows notifications (using libnotify) for track changes.   * //Notify//, which shows notifications (using libnotify) for track changes.
Line 32: Line 47:
   * //MPRIS2//, which allows remote control; e.g. by Gnome3's “media player indicator”-extension or Ubuntu's soundmenu.   * //MPRIS2//, which allows remote control; e.g. by Gnome3's “media player indicator”-extension or Ubuntu's soundmenu.
  
-Read more about them [[:apps:parole:plugins|here]].+Read more about the [[:apps:parole:plugins|parole plugins]]. 
 + 
 +[[|Back to Top]] 
 +---- 
 +[[:apps:parole:start:|Return to Parole Main Documentation Page]]