Thread
:
[Solved/Request] QB mediaplyer widget.
View Single Post
techie
2010-10-19 , 15:27
Posts: 208 | Thanked: 220 times | Joined on Apr 2010
#
19
I dug a bit deeper into the media player's working and created new widgets.Now all are inter-related, so you could hit play on the media player and be able to hit pause from the QBW widget!
Also play/pause and play/stop no longer need different widgets.The default action is
play/pause
, to change it to
play/stop
change the first line of play widget from
Code:
action="pause"
to
Code:
action="stop"
As for the not-working-after-reboot problem I found out the cause.The pointer that maintains track of currently selected song gets erased after reboot, so my widgets don't know what to play or what is the next/previous song.How the media player keeps track of this is beyond me so unfortunately no fix for this
However it should now require only a single press of play/next/previous in the media player to make the widgets work again.
Set the size of widgets according to your preference and images.The images go in the usual queen beecon directory.
Edit:
All updated again for another fix.Sorry for the inconvenience
Enjoy
Attached Files
Next.txt
(2.2 KB, 119 views)
Previous.txt
(2.2 KB, 105 views)
Play.txt
(2.7 KB, 112 views)
__________________
With Linux-powered N900..ANYTHING is possible
Last edited by techie; 2010-10-20 at
11:51
.
Quote & Reply
|
The Following 7 Users Say Thank You to techie For This Useful Post:
br1zer
,
D4rKlar
,
Dousan
,
Keneraali
,
Sandeep
,
Switch_
,
Trestry
techie
View Public Profile
Send a private message to techie
Find all posts by techie