| The Following 2 Users Say Thank You to kent_autistic For This Useful Post: | ||
|
|
06-27-2012
, 09:43 AM
|
|
|
Posts: 573 |
Thanked: 848 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#1072
|
|
|
06-27-2012
, 12:08 PM
|
|
Posts: 1,379 |
Thanked: 1,915 times |
Joined on Apr 2010
@ St. Helens, England
|
#1073
|
Sorry if it was already requested, but can we have an option to disable album arts at all on "now playing" screen? I don't like spending CPU cycles on them
|
|
06-28-2012
, 12:19 AM
|
|
|
Posts: 573 |
Thanked: 848 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#1074
|
| The Following User Says Thank You to int_ua For This Useful Post: | ||
|
|
06-28-2012
, 01:28 PM
|
|
Posts: 5 |
Thanked: 2 times |
Joined on Jan 2011
|
#1075
|
| The Following 2 Users Say Thank You to vijays For This Useful Post: | ||
|
|
06-28-2012
, 03:03 PM
|
|
Posts: 1,379 |
Thanked: 1,915 times |
Joined on Apr 2010
@ St. Helens, England
|
#1076
|
Have almost stopped using the stock player especially after the tweaks that made searching and playing music, loading video thumbnails almost instantaneous..Thanks a lot for that and the regular updates!

If someone could plz clarify, am not able to use the physical keyboard to search for videos while the same works for audio.
| The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
|
|
06-28-2012
, 05:24 PM
|
|
|
Posts: 417 |
Thanked: 196 times |
Joined on Apr 2010
@ Germany
|
#1077
|
| The Following 4 Users Say Thank You to NightShift79 For This Useful Post: | ||
|
|
06-28-2012
, 05:56 PM
|
|
Posts: 90 |
Thanked: 44 times |
Joined on Aug 2010
|
#1078
|
Hi.
I made an QB Widget to switch to a car profile +turn on the FM transmitter + open OMP
|
|
06-29-2012
, 11:08 AM
|
|
Posts: 1,379 |
Thanked: 1,915 times |
Joined on Apr 2010
@ St. Helens, England
|
#1079
|
Mostly I use OMP in the car, so I wonder if you see a chance for an option to start OMP directly with the car view. Maybe via a command line parameter which I can use with a dbus call?
#!/bin/sh dbus-send --type=method_call --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.set_value string:"Car" string:"vibrating.alert.enabled" string:"On" dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"openmediaplayer" sleep 2 /usr/bin/fmtx_client -p 1
| The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
|
|
06-29-2012
, 12:19 PM
|
|
|
Posts: 417 |
Thanked: 196 times |
Joined on Apr 2010
@ Germany
|
#1080
|

[queen-beecon-header] version=1,000000 checksum=1258816 [queen-beecon-exported-command] title=KFZ command=if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ];then echo "ON";exit 0;fi;if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ];then echo "OFF";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"KFZ" && dbus-send --session --dest=com.nokia.HildonDesktop.AppMgr --type=method_call /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:openmediaplayer && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"KFZ Profil eingestellt. Hierdurch wird jeder Anruf nach 5 Sekunden automatisch angenommen und auf dem Lautsprecher ausgegeben. Desweiteren öffnet sich der OpenMediaPlayer!";exit 1; else echo "ON";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"general" && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Allgemeines Profil wieder hergestellt.";exit 0;fi;


![]() |
| Tags |
| mag 4 prez, media, open source, player, portrait mode, re-write, remake |
| Thread Tools | Search this Thread |
|
While getting ready for work, I was listening to music using a bluetooth speaker and OMP. Before i left my house, I paused the widget, turned off bluetooth, and closed OMP. When I got to the office, I received a phone call. After pressing end button, boom! the music went off, i panicked, i had to hold down the speakers so it won't be too loud. Then I was able to hit pause on the media player widget.
is this caused by OMP?
Last edited by kent_autistic; 06-26-2012 at 09:58 PM.