Reply
Thread Tools Search this Thread
Posts: 302 | Thanked: 233 times | Joined on May 2010 @ Manila
#1071
something similar to above post happened to me yesterday.

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.
 

The Following 2 Users Say Thank You to kent_autistic For This Useful Post:
int_ua's Avatar
Posts: 573 | Thanked: 848 times | Joined on Jul 2010 @ Kyiv, Ukraine
#1072
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
__________________
Always look at the post date. The information may be outdated.
 
Posts: 1,379 | Thanked: 1,915 times | Joined on Apr 2010 @ St. Helens, England
#1073
Originally Posted by kent_autistic View Post
is this caused by OMP?
I am sure I had this issue with the MP widget using MP a good while ago. I have reflashed since then and never had an issue.

The only time I have something like this happen with OMP is...
If you listen to music with the headphone jack connected (plugged into a vehicle's radio) and take a call. Then remove the jack mid-call (because you have parked up to get out).
When you end the call the music resumes, because it has not realised the headphones have been unplugged while on the phone.


Originally Posted by int_ua View Post
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
Have you tried "Car View"

---

One more small request if possible.
Any chance of an option to make OMP start playing on opening the application?
__________________
The stable-beast currently runs...
21.2011.38-1Smaemo6 (CSSU Stable)
2.6.28.10power52 (125-600Mhz SR VDD1&2)

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap -


Before posting in a thread please try this.
Before starting a new thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
int_ua's Avatar
Posts: 573 | Thanked: 848 times | Joined on Jul 2010 @ Kyiv, Ukraine
#1074
Originally Posted by sixwheeledbeast View Post
Have you tried "Car View"
A couple of releases back.
It lacked some functionality present in the default view and it looks like it's still loading images in the background.
__________________
Always look at the post date. The information may be outdated.
 

The Following User Says Thank You to int_ua For This Useful Post:
Posts: 5 | Thanked: 2 times | Joined on Jan 2011
#1075
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..Makes it cumbersome to browse thru hundreds of vids..
Sorry if someone already raised this earlier as I cldnt find the answer..
 

The Following 2 Users Say Thank You to vijays For This Useful Post:
Posts: 1,379 | Thanked: 1,915 times | Joined on Apr 2010 @ St. Helens, England
#1076
Originally Posted by vijays View Post
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!
Same here and I agree
Originally Posted by vijays View Post
If someone could plz clarify, am not able to use the physical keyboard to search for videos while the same works for audio.
I can confirm that, text search is not available for videos.
__________________
The stable-beast currently runs...
21.2011.38-1Smaemo6 (CSSU Stable)
2.6.28.10power52 (125-600Mhz SR VDD1&2)

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap -


Before posting in a thread please try this.
Before starting a new thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
NightShift79's Avatar
Posts: 417 | Thanked: 196 times | Joined on Apr 2010 @ Germany
#1077
Hi.

I made an QB Widget to switch to a car profile +turn on the FM transmitter + open OMP
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?
 

The Following 4 Users Say Thank You to NightShift79 For This Useful Post:
Posts: 90 | Thanked: 44 times | Joined on Aug 2010
#1078
Originally Posted by NightShift79 View Post
Hi.

I made an QB Widget to switch to a car profile +turn on the FM transmitter + open OMP
that sounds really good. May you share the code?
 
Posts: 1,379 | Thanked: 1,915 times | Joined on Apr 2010 @ St. Helens, England
#1079
Originally Posted by NightShift79 View Post
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?
This would be useful.

Originally Posted by sirpaul View Post
that sounds really good. May you share the code?
Code:
#!/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
Something like the above script maybe?
__________________
The stable-beast currently runs...
21.2011.38-1Smaemo6 (CSSU Stable)
2.6.28.10power52 (125-600Mhz SR VDD1&2)

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap -


Before posting in a thread please try this.
Before starting a new thread please try this.

Last edited by sixwheeledbeast; 07-14-2012 at 02:57 PM. Reason: fix shebang!
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
NightShift79's Avatar
Posts: 417 | Thanked: 196 times | Joined on Apr 2010 @ Germany
#1080
Meanwhile I'm just switching to "KFZ Profil" and start OMP with my QBWidget. For managing the fm transmitter stuff I use the fm friendly widget.
(Car profile was added via ProfilesX Extended Profiles Manager from Nicolai Hess
...He's my Guru!

The QBWidget got an ON/OFF State. So, if touched it switches to my car profile and starts omp. if touched again, it'll switch back to general profile.
I also added notifications, just for the kicks. ^^

Here's the code I use:
Code:
[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;
also I'm using the FM friendly widget and an invisible RDSNotify widget in the downer right corner.
(just added a new invisible skin)



//EDIT:
Attached the "invisible skin for the fmrdsnotify widget:
just copy the invisible.svg to /home/user/.fmrdsnotify and set the new skin in the options of the widget.
Attached Images
  
Attached Files
File Type: zip invisible-fmrdsnotify-skin.zip (604 Bytes, 13 views)

Last edited by NightShift79; 06-29-2012 at 12:54 PM.
 

The Following 4 Users Say Thank You to NightShift79 For This Useful Post:
Reply

Tags
mag 4 prez, media, open source, player, portrait mode, re-write, remake

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 08:39 AM.