
plasma-mpc
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Very simple yet effective MPD client. It uses a combination of DBUS calls to KLauncher + mpc executable.
Requirements:
- Running MPD server
- MPC ( MPD command line client)
- Running KDE4 Session + Plasma
Installation :
# Extract the gzip archive :
tar -xvf plasma-mpc.tar.gz
cd plasma-mpc
#Create Build directory
mkdir build
cd build
#Specify installation directory
cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/ # for kubuntu
make
#Install
sudo make install
kbuildsycoca4
#testing the client
plasmoidviewer plasma_applet_mpc
13 years ago
0.2
- fixed buttons layout
- added minimal interface for panel.
0.1 Initial release.
13 years ago
0.2
- fixed buttons layout
- added minimal interface for panel.
0.1 Initial release.
yuidaoren
11 years ago
It would be very cool if the author or someone who knows how otherwise would kindly give this little gem a maintenance update.
Report
kojot350
12 years ago
error: plasma/layouts/vboxlayout.h: No such file or directory
there is no layouts dir, API has been changed.
Report
5er
13 years ago
It still needs song infos, a display of the cover image and a bar for the track position.
Great to see kde4 is going somewhere.
Report
revenant
13 years ago
Maybe in the near future.
Report
dummy_double
13 years ago
I think KDE4 have to work on a installer (import) function, This is really hard to do for a normal user.
Report
revenant
13 years ago
Report
lzfy
13 years ago
Report