|
2010-06-27
, 13:38
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#2
|
|
2010-06-27
, 14:02
|
Posts: 45 |
Thanked: 3 times |
Joined on Dec 2009
|
#3
|
|
2010-06-27
, 15:23
|
Posts: 21 |
Thanked: 21 times |
Joined on Mar 2010
|
#4
|
|
2010-06-27
, 16:12
|
Posts: 46 |
Thanked: 41 times |
Joined on Jun 2010
|
#5
|
|
2010-06-27
, 16:24
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#6
|
One small issue I spotted with the YouTube player: when tapping the progress bar to fast forward the video, it just restarts the video instead of going forward.
|
2010-06-27
, 16:29
|
Posts: 147 |
Thanked: 32 times |
Joined on Sep 2009
|
#7
|
|
2010-06-27
, 16:30
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#8
|
The Following 3 Users Say Thank You to gazza_d For This Useful Post: | ||
|
2010-06-27
, 19:00
|
|
Posts: 96 |
Thanked: 16 times |
Joined on Jan 2010
@ Denver, CO -> Italy
|
#9
|
apt-get remove mediabox
The following packages will be REMOVED: 0 upgraded, 0 newly installed, 3 to remove and 4 not upgraded. 1 not fully installed or removed.
dpkg: parse error, in file '/var/lib/dpkg/available' near line 5277: missing package name E: Sub-process /urs/bin/dpkg returned an error code (2)
|
2010-06-27
, 19:19
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#10
|
apt-get install -f
Tags |
mediabox, pycage rules |
|
It's somewhat a small premiere.
As far as I know, MediaBox is the first 3rd party media player on the N900 to support the Maemo MAFW framework for media playback.
MediaBox is also the first media player written in Python to use MAFW for playback. Of course my code for using MAFW is open for anyone to use in their Python programs.
Using MAFW on the N900 has some benefits. For instance, audio will play in silent mode and doesn't stutter while locking the screen. And you are able to control the volume with the hardware keys while the screen is locked (this requires Maemo5 PR 1.2).
In case you prefer mplayer over MAFW, and have mplayer installed on your device, you can use it as media backend as well. Or just use plain GStreamer as before. The backend to use is configurable per media type.
On the N8x0, the available backends are OSSO Media Server (the predecessor of MAFW), mplayer, and GStreamer.
How do you normally get music onto your device? Now you can browse your UPnP media shares and download whole folders with their media contents onto the device. YouTube videos can be copied to the device, too, and MediaBox manages all this with the new download manager component.
There have also been made some (a lot) performance improvements in the new version, and the handy sleep timer from the 0.96.x series of MediaBox is back.
Enjoy, and please don't forget to vote for the package if you're using it from extras-testing on the N900!
Last edited by pycage; 2010-06-27 at 16:22.