Notices


Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1071
I have a request for OMP.

I'll set the scene...
Listening to music in the van via OMP, incoming call interupts the music.
Answer the call, I have to turn the volume up on the radio to hear the phone conversation.
Call comes to an end person hangs up/I reject call.
Instantly before I can react, music resumes at ear bursting volume.
Quickly have to hold the volume down button on the radio.

Is it possible to make OMP delay resuming playback for * seconds?

Ideally if possible, make OMP do a light 'beep' like the FM transmitter in standby does; so you know playback will resume.

I could see this being a potentially useful option for videos too.
If you are interupted by a call mid-video, you many have to set the stand back up or plug in the TV out etc after the call.
While your doing this the video will be playing and you will have to skip back to see what you missed.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 304 | Thanked: 235 times | Joined on May 2010 @ Manila
#1072
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; 2012-06-27 at 01:58.
 

The Following 2 Users Say Thank You to kent_autistic For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#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
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1074
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?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#1075
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.
 

The Following User Says Thank You to int_ua For This Useful Post:
Posts: 5 | Thanked: 2 times | Joined on Jan 2011
#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..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: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1077
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.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
NightShift79's Avatar
Posts: 417 | Thanked: 200 times | Joined on Apr 2010 @ Germany
#1078
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
#1079
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: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1080
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?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.

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

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Reply

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


 
Forum Jump


All times are GMT. The time now is 06:26.