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
Last revisionBoth sides next revision
panel-plugins:xfce4-mpc-plugin:start [2019/11/12 00:25] – removed kevinbowenpanel-plugins:xfce4-mpc-plugin:start [2021/03/17 23:47] – created kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +====== MPC ======
 +This is a simple client plugin for Music Player Daemon. To build it, libmpd headers and library are used if found, but it'll use a lighter internal socket interface if you don't have libmpd.
  
 +  * **[[#Screenshot|Screenshot]]**
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
 +
 +Features :
 +  * send Play/Stop/Next/Previous command to MPD.
 +  * uses media icons names from icon-naming-spec (at least nuvola, tango and rodent themes provides these icons)
 +  * decrease/increase volume using the mouse wheel.
 +  * show the current volume, status and title as a tooltip when hovering the mouse over the plugin.
 +  * show a simple playlist window upon middle-click, permitting to select a track to play
 +  * configurable MPD host/port/password.
 +  * toggles repeat/random features + enable/disable MPD outputs in the right-click menu.
 +  * launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu
 +  * configurable markup for tooltip and playlist, using a gmpc-like markup :
 +     * playlist accepts %artist%, %title%, %album% and %track%
 +     * tooltip accepts the same plus %vol%, %status% and %newline%
 +
 +
 +===== Usage =====
 +Add the plugin to the panel, and configure MPD connection settings.
 +
 +===== Screenshot =====
 +{{:panel-plugins:mpc-2.png|:panel-plugins:mpc-2.png}}
 +
 +----
 +===== Latest Release =====
 +{{rss>https://archive.xfce.org/feeds/project/xfce4-mpc-plugin 1 date description 2h}}
 +
 +  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/|Previous Releases]]**
 +
 +[[|Back to Top]]
 +----
 +===== Source code repository =====
 +[[https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin]]
 +----
 +===== Reporting Bugs =====
 +  * **[[:panel-plugins:xfce4-mpc-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
 +
 +
 +[[|Back To Top]]
 +----
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]