fr_78knots
|
2011-04-22
, 16:18
|
Posts: 7 |
Thanked: 3 times |
Joined on Apr 2011
|
#141
|
|
2011-04-22
, 21:18
|
Posts: 182 |
Thanked: 84 times |
Joined on Jul 2010
@ Jordan
|
#142
|
I actually want to implement this, but if I do, then it'll only work when the mediaplayer is open.
|
2011-04-22
, 21:25
|
Posts: 210 |
Thanked: 37 times |
Joined on Nov 2010
|
#143
|
|
2011-04-22
, 22:09
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#144
|
Sorry if someone already answered that question... if I install this player, it will substitute the default player or I still will have boths?
Thanks!
All existing MAFW-based apps will work fine with this, the stock widget will open this mediaplayer, media-im-status-updater will fetch metadata correctly, etc...
To "replace" the stock player (if you don't want to do that, use the script below).
Place the binary in /usr/local/bin/
Change /usr/bin/mediaplayer to /usr/local/bin/mediaplayer, note that this will cause mime_open to stop working until implemented.Code:nano /usr/share/dbus-1/services/com.nokia.mediaplayer.service
|
2011-04-23
, 01:04
|
Posts: 70 |
Thanked: 13 times |
Joined on May 2010
@ PA
|
#145
|
|
2011-04-23
, 02:01
|
Posts: 110 |
Thanked: 127 times |
Joined on May 2010
|
#146
|
|
2011-04-23
, 16:03
|
Posts: 110 |
Thanked: 31 times |
Joined on Jan 2011
|
#147
|
|
2011-04-23
, 16:28
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#148
|
To "replace" the stock player (if you don't want to do that, use the script below).
Place the binary in /usr/local/bin/
Change /usr/bin/mediaplayer to /usr/local/bin/mediaplayer, note that this will cause mime_open to stop working until implemented.Code:nano /usr/share/dbus-1/services/com.nokia.mediaplayer.service
sudo gainroot
leafpad /usr/share/dbus-1/services/com.nokia.mediaplayer.service
Exec=/usr/bin/mediaplayer
apt-get install wget
wget http://mohammadag.xceleo.org/public/maemo/install_mediaplayer.sh
chmod +x install_mediaplayer.sh
./install_mediaplayer.sh --desktop-file
The Following 7 Users Say Thank You to misiak For This Useful Post: | ||
|
2011-04-23
, 23:47
|
Posts: 572 |
Thanked: 259 times |
Joined on Jan 2011
|
#149
|
|
2011-04-24
, 01:30
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#150
|
Been using OMP regularly -- portrait view is nice to have in tandem with the portrait-mode open applications view.
Might be a bug, or just an unimplemented feature: when playing video, touching the TrashCan icon didn't do anything. In the stock player this opens a Delete File dialog.
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
Tags |
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse |
|