Skip to content

KottV/playbar2

This branch is 2 commits ahead of jsmitar/playbar2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 15, 2018
f4c3c1c · Mar 15, 2018
Jun 27, 2016
Nov 23, 2017
Jun 12, 2017
Nov 24, 2017
Mar 15, 2018
Jun 2, 2017
Nov 21, 2017
Nov 23, 2017
Jan 19, 2015
Jun 2, 2017
Sep 13, 2016
Nov 5, 2017
Jun 2, 2017
Dec 8, 2015
Jun 2, 2017
Jun 12, 2017
Jun 12, 2017
Jun 4, 2017

Repository files navigation

PlayBar2

MPRIS2 client, written in QML for Plasma 5 and GNU/Linux.

Shortcuts

On expanded:

Key Action
K, Space Play/Pause
P Previous
N Next
S Stop
Left, J Seek back 5s
Right, L Seek forward 5s
Home Seek start
End Seek end
Num: [0..9] Jump to porcentage, Key 0: 0%, ..., Key 9: 90%

On panel:

Mouse key Action
Middle button Play/Pause
Wheel Up/Down volume
Back button Previous
Forward button Next

Installation

Build from the source code

Dependencies: plasma-framework-devel plasma5-workspace-devel kdeclarative-devel kglobalaccel-devel kconfigwidgets-devel kxmlgui-devel kwindowsystem-devel kdoctools-devel extra-cmake-modules

Dependencies for OpenSUSE:

sudo zypper install gcc-c++ plasma-framework-devel plasma5-workspace-devel kdeclarative-devel \
kglobalaccel-devel kconfigwidgets-devel kxmlgui-devel kwindowsystem-devel kdoctools-devel \
extra-cmake-modules

Dependencies for Kubuntu:

sudo apt-get install g++ plasma-framework-dev plasma-workspace-dev libkf5declarative-dev \
libkf5globalaccel-dev libkf5configwidgets-dev libkf5xmlgui-dev \
libkf5windowsystem-dev kdoctools-dev cmake extra-cmake-modules kdelibs5-dev

Create a build directory into PlayBar, compile the Plasmoid and enjoy it.

OpenSUSE:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_LIBDIR=lib64/qt5 -DCMAKE_BUILD_TYPE=Release ..
make && sudo make install

Kubuntu:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make && sudo make install

Repositories

Kubuntu:

sudo add-apt-repository ppa:varlesh-l/plasma5-tools
sudo apt-get update
sudo apt-get install plasma-widget-playbar2

Arch Linux (AUR):

yaourt -S plasma5-applets-playbar2
# or
yaourt -S plasma5-applets-playbar2-git

Configure your global shortcuts

PlayBar also supports keyboard shortcuts, if you want change you must go to preferences of PlayBar.

Help me to translate!

If you want to add a language, please follow this Thread.

Contributors

  • Alexey Murz Korepov Improve Readme
  • varlesh Create a PPA repository with Packages for Ubuntu
  • André Vitor de Lima Matos Create a AUR package for Arch Linux and Portuguese translation
  • Tomasz Przybył Polish translation
  • Konstantin Russian translation
  • dkadioglu German translation
  • tillschaefer Gentoo ebuild

About

Mpris2 Client for Plasma5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 73.7%
  • C++ 21.1%
  • Shell 2.1%
  • CMake 1.7%
  • JavaScript 1.4%