|
2011-04-14
, 19:50
|
Posts: 182 |
Thanked: 84 times |
Joined on Jul 2010
@ Jordan
|
#2
|
Been showing this on the forums a lot, figured it's about time I make a release.
Please note that this is an alpha release, the mediaplayer turned out to be a
bigger project than I expected
What's planned:
- Playlist creator and editor (stock implementation sucks).
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
BT headsets (with buttons) should work fine (tested with a BH-503).
To use alongside the stock player (tapping the stock widget will open the stock player):
Place the binary in /usr/local/bin/
QML files are to be installed in /opt/mediaplayer/qml/
I usually update the mediaplayer whenever I add something, so here's a handy script to update it (or install it)
Code:root apt-get install wget #if you don't have it installed. wget http://mohammadag.xceleo.org/public/maemo/install_mediaplayer.sh chmod +x install_mediaplayer.sh ./install_mediaplayer.sh
Bug reports expected (lots of them) and are welcome.
Source is of course on gitorious: http://gitorious.org/qt-mediaplayer/mediaplayer
|
2011-04-14
, 20:12
|
Posts: 182 |
Thanked: 84 times |
Joined on Jul 2010
@ Jordan
|
#3
|
|
2011-04-14
, 20:14
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#4
|
root apt-get install wget #if you don't have it installed. wget http://mohammadag.xceleo.org/public/maemo/install_mediaplayer.sh chmod +x install_mediaplayer.sh ./install_mediaplayer.sh --desktop-file
|
2011-04-14
, 20:16
|
Posts: 114 |
Thanked: 109 times |
Joined on Nov 2010
@ Finland
|
#5
|
|
2011-04-14
, 20:18
|
Posts: 182 |
Thanked: 40 times |
Joined on Apr 2010
@ Seatle, WA
|
#6
|
|
2011-04-14
, 20:18
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#7
|
|
2011-04-14
, 20:18
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#8
|
|
2011-04-14
, 20:19
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#9
|
|
2011-04-14
, 20:19
|
Posts: 38 |
Thanked: 6 times |
Joined on Feb 2010
@ Tata, Hungary
|
#10
|
The Following User Says Thank You to ScarCow For This Useful Post: | ||
Tags |
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse |
|
While I started the project, my current free time slowed down updates a lot, so OMP is currently maintained by gidzzz.
All OMP info can be found on this wiki page http://wiki.maemo.org/Open_Media_Player
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...
BT headsets (with buttons) should work fine (tested with a BH-503).
Once all bugs are fixed, this will probably make its way into the CSSU, but right now, it's a bit early.
Not sure if screenshots are necessary, it looks exactly like the stock player but with portrait mode
Entertainment view:
(tap the album to show the playlist, tap next to the control buttons (play, next, and prev) to toggle them.
Bug reports expected (lots of them) and are welcome.
Thanks to nicolai for the C++ MafwSource and MafwRenderer adapters.
Thanks to Venemo for the UI for the FMTX dialog (which is actually a rewrite, the stock one flips the player to landscape).
If you have jacekowski's fmtxd, feel free to kill the checks done (headphones etc...) in the UI, it's in settings.
Thanks to gidzzz for picking this up
Source is of course on gitorious: http://gitorious.org/qt-mediaplayer/mediaplayer
Last edited by MohammadAG; 2012-08-03 at 13:58.