The Following 11 Users Say Thank You to pali For This Useful Post: | ||
|
2012-03-31
, 16:45
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#902
|
The Following 15 Users Say Thank You to pali For This Useful Post: | ||
|
2012-04-01
, 08:22
|
Posts: 49 |
Thanked: 7 times |
Joined on Apr 2010
|
#903
|
|
2012-04-01
, 09:04
|
|
Posts: 168 |
Thanked: 116 times |
Joined on Mar 2011
@ Malaysia
|
#904
|
The Following 4 Users Say Thank You to K9999 For This Useful Post: | ||
|
2012-04-02
, 08:44
|
Posts: 15 |
Thanked: 3 times |
Joined on Aug 2011
|
#905
|
The Following User Says Thank You to BrX For This Useful Post: | ||
|
2012-04-02
, 11:58
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#906
|
Also since installing I have had the hildon-home bug (90% CPU have to killall hildon-home) twice.
I have not changed or updated anything since installing OMP eithier.
Going to try, with the media player widget removed for a bit. See if that makes a difference.
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
|
2012-04-02
, 19:13
|
Posts: 3 |
Thanked: 0 times |
Joined on Sep 2011
|
#907
|
What's the output of "ls -l /home/user/.config/MohammadAG/" and "ls -l /home/user/.config/MohammadAG/mediaplayer.conf" in the terminal?
The easiest way is probably to create an account on Transifex and request creating a new language here: https://www.transifex.net/projects/p...t-mediaplayer/
|
2012-04-02
, 22:33
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#908
|
Now I'm working on this autopausing feature. When it is working I will create merge request.
The Following 20 Users Say Thank You to pali For This Useful Post: | ||
|
2012-04-04
, 09:39
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#910
|
Now it is implemented
Git repository: https://gitorious.org/~pali/qt-media...li-mediaplayer
Due to speed of Qt and QtDBus is autopause delayed (1-3s) when bluetooth headset disconnected. Autopause when disconnected wired headset seems working realime. I added code (in last commit) to monitor also GPIO jack state (state is immedialey false when nothing is connected to jack). Seems that this fixed delay problem for wired headset. But I have no idea how to speed up bluetooth disconnect event (bluez daemon dbus signal is delayed and also qt signal/slots are not realtime).
So at least on my n900 disconnecting wired headset autopause player and nothing is heard from speakers.
The Following User Says Thank You to vi_ For This Useful Post: | ||
Tags |
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse |
|
Problematic is only daemon alsaped (closed, nokia, prorietary) which muting jack bias switch when headphones are connected or disconnected. (stupid!)
So my patch listen to HAL signal "jack inserted" and enable jack bias switch using amixer. Signal is sent after alsaped daemon disabling jack bias, so OMP can enable it again
And implementing autopuase OMP when headphones are disconnected will be my next think which I implement. I want to remove headphoned daemon too