
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/audoban/PlayBar2
Client MPRIS2, allows you to control your favorite media player
Version 2.5 3 years ago
* fix #27, Vertical layout does not persist
* fix #24, New layout for placement in system tray
* #25 small fix, when there are not sources the plasmoid restores your max size
* fix #25, the icons are too small
* Feature #26, Ability to specify widget width
Version 2.5 3 years ago
* fix #27, Vertical layout does not persist
* fix #24, New layout for placement in system tray
* #25 small fix, when there are not sources the plasmoid restores your max size
* fix #25, the icons are too small
* Feature #26, Ability to specify widget width
Version 2.4 3 years ago
Summary
* Added new layouts
* Visual enhancements
* Better performance
* Added new configurations
* Launchers for recent media players
5 years ago
Version 2.3
* Added **Portuguese** language
* Removed KDebug dependence
Version 2.2
* Added languages : Spanish, Polish, Russian, German
* Improved CoverArt
* Fixed Crash when is removed the *Plasmoid*
* Improved performance
* Cleaned code
* Update README.md
Version 2.1
* Added support for KF5.12
* Various bug fixes
* Removed the volume shortcuts
* Fixed the disabled StyledText in ToolTip of bar
* Updated README.md
geovane7881
8 months ago
Report
dinhokusanagi
1 year ago
Report
Psifidotos
1 year ago
Report
nakxion
2 years ago
Report
nchyfw
2 years ago
Report
migzulk
2 years ago
Report
dinhokusanagi
2 years ago
Report
alirezaafzalaghaei
2 years ago
Report
thecountoftuscany
2 years ago
Report
amba86
2 years ago
Report
bolimage
2 years ago
Report
hrqmonteiro
2 years ago
Report
elbar70
2 years ago
Me puedes ayudar en un inconveninte que tengo con tu plasmoide para poder iniciarlo en arch?
Lo descargue, compile he instale desde yaourt (hasta ahi todo normal), pero cuando voy a buscarlo en "elementos graficos" del escritorio de plasma para agregarlo al panel este no aparece :/
Busque la ruta donde alparcer se ha instalado /usr/share/apps/plasma/plasmoids/playbar/ y copie esta carpeta (playbar) a /usr/share/plasma/plasmoids/, Ahora cuando lo busco en "elementos graficos del sistema" este aparece!, pero, cuando lo inicio dice que hay un error en el archivo main.qml en la primera linea donde importas qtquick 1.1 pero claro, esto no es problema del codigo si no mas bien de plasma, aun que no se como lograr ejecutarlo. Gracias
Report
phob1an
3 years ago
Report
IkiruOG
3 years ago
file:///usr/share/plasma/plasmoids/audoban.applet.playbar/contents/ui/FullApplet.qml:52:9: Cannot assign to non-existent property "enabled"
Package from 'home:TrueNeutral' repository for openSUSE 42.2. :(
Report
audoban
3 years ago
Report
audoban
3 years ago
Report
IkiruOG
3 years ago
http://imgdepo.com/id/10756369.jpg
Report
audoban
3 years ago
please send your log to my github page.
Report
Claws81
3 years ago
Report
audoban
3 years ago
Report
lei00
4 years ago
First of all thank you very much for your work, I really like your widget.
I am sorry I let a comment on your old PlayBar widget but actually I have an issue with this one:
I am trying to modify the icons, but I couldn't find where, the plasmoid folder contains only config and .qml files on my distribution. Could you tell me where I can find those icons, or maybe it is part of the plasma theme (I see reference to media-playback-* icons) in the qml files.
Thanks in advance
Report
audoban
3 years ago
Report
x-varlesh-x
4 years ago
[url]https://launchpad.net/~varlesh-l/+archive/ubuntu/plasma5-tools/+packages[/url]
Report
TillSchaefer
4 years ago
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils
DESCRIPTION="Client MPRIS2, allows you to control your favorite media player"
HOMEPAGE="https://github.com/audoban/PlayBar2"
SRC_URI="https://github.com/audoban/PlayBar2/archive/v${PV}.tar.gz"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DEPEND="kde-frameworks/kglobalaccel
kde-plasma/plasma-workspace
kde-frameworks/kdeclarative
kde-frameworks/kconfigwidgets
kde-frameworks/kxmlgui
kde-frameworks/kwindowsystem
kde-frameworks/kdoctools"
S="${WORKDIR}/PlayBar2-${PV}"
Report