The Following 28 Users Say Thank You to GreatGonzo For This Useful Post: | ||
arora.rohan, bigears5000, corduroysack, couldvbb, elie-7, fotis9, Gusse, HtheB, ivyking, JimKnopf, MaDless, maemo55, Maj3stic, Marklar, MartinK, mikec, Minhaz, moepda, MyNokiaN900, phap, qosmio, somebody, strange1712, TMavica, tollek8, vkv.raju, x61, yauchildchew |
|
2011-03-11
, 01:46
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#2
|
|
2011-03-11
, 01:58
|
|
Posts: 220 |
Thanked: 66 times |
Joined on Aug 2010
@ Melbourne, Australia
|
#3
|
The Following User Says Thank You to 5spdvl For This Useful Post: | ||
|
2011-03-11
, 02:01
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#4
|
|
2011-03-11
, 02:28
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#5
|
|
2011-03-11
, 02:35
|
Posts: 173 |
Thanked: 106 times |
Joined on Jun 2010
|
#6
|
|
2011-03-11
, 02:39
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#7
|
QTextCodec* codec = QTextCodec::codecForName("utf-8"); QString out = codec->toUnicode(m_process->readAllStandardOutput());
|
2011-03-11
, 04:22
|
|
Posts: 118 |
Thanked: 7 times |
Joined on Jan 2011
@ indonesia
|
#8
|
|
2011-03-11
, 04:26
|
|
Posts: 118 |
Thanked: 7 times |
Joined on Jan 2011
@ indonesia
|
#9
|
|
2011-03-11
, 04:42
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#10
|
HELP me!
I already follow the step stride, but can not
this my desktop display
somewidget is as qml-based desktop widget to control the excellent someplayer.
The source can be found in the repository
Pre-requisites
Installation
Known pitfalls
- use someplayer dbus method "state" to detect changes to the playing state from the someplayer gui.
-
-
-
Notessomeplayer doesn't offer album art (via dbus) yetv0.4 (embedded album art not supported)fancier interface with fancy qml ueber effectsas of v0.3unicode not supported- Fixed in quick-widgets-0.2.2top margin overflow- fixed in somewidget-0.2.zino functionality to start someplayer- added in v0.5updates of track info lag- fixed in v0.5You can have as many widgets as you like. However, they don't know about each other so the same problem with respect to the playing state happens.
The look and feel can be customised by editing the qml. For now I have chosen colours and the theme's mediaplayer icons are used.
Individual controls can also be run, e.g. if one only wants the track info or a toggle play button.
It could be used for the internal mediaplayer as well. Just change the dbus commands.
Quick Widgets - http://wiki.maemo.org/Quick_Widgets
Last edited by GreatGonzo; 2011-04-04 at 14:22.