Active Topics

 



Notices


Reply
Thread Tools
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#301
Originally Posted by salah99 View Post
I downloaded MediaBox today and found that it does not support Arabic font (or whatever) in the screen!!
I'm surprised that it does not. Can you please tell me more about what's happening?
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
Posts: 162 | Thanked: 17 times | Joined on Jan 2010 @ United States - Saudi Arabia
#302
Look to the attachment..

In the red box should be Arabic letters, but MediaBox shows non Arabic letters!!
Attached Images
 
 

The Following User Says Thank You to salah99 For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#303
Originally Posted by salah99 View Post
Look to the attachment..

In the red box should be Arabic letters, but MediaBox shows non Arabic letters!!
Can you please file a bug report and attach the music file? I suspect, it's just an encoding issue as MediaBox ought to be capable of displaying Arabic.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#304
It's interesting to see in the title bar that the tag encoding appears to be correct, though. Please attach the file to the bug report so that I can reproduce this bug.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#305
This media player could be the best one yet for the N900 if only for the volume issue.. Is there anyway I can set it to match the device's volume at all times?

Also, does anyone else get a stutter when the backlight shuts down?
________
Big Dick Teen

Last edited by nax3000; 2011-03-18 at 12:18.
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#306
Originally Posted by nax3000 View Post
This media player could be the best one yet for the N900 if only for the volume issue.. Is there anyway I can set it to match the device's volume at all times?
The next version will do this.

Originally Posted by nax3000 View Post
Also, does anyone else get a stutter when the backlight shuts down?
Ask Nokia what they did build there. I can't imagine switching the backlight off could be such a CPU-intensive task that sound output (from every application that is not from Nokia) begins to stutter. AFAIU the OS freezes every application that isn't explicitly whitelisted on a hardcoded whitelist in the OS. Of course the whitelist is not user-extensible and only contains the Nokia apps that come with the device. Stupid decision. Sorry for the rant, but I'm really angry at this shortsightedness of some people at Nokia. The aggressive ohmd freezing stuff IIRC didn't come from the Maemo people. They were surprised by this, too. Some other entity inside Nokia must have put the stuff in there based on a misinformed marketing decision.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 3 Users Say Thank You to pycage For This Useful Post:
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#307
Well first of all thats good news

Secondly, I'm pretty sure that one of these days someone would figure this out (and by 'figure out' I mean hack that whitelist)
It ain't that bothersome anyway.

Any idea about a mediabox widget?
________
WELL P 90 LASER AIRSOFT ELECTRIC

Last edited by nax3000; 2011-03-18 at 12:18.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#308
Hey, developer question... am I right in thinking that mediabox is a) written in python and b) captures events from the volume/zoom rocker?
I'd really appreciate a push in the right direction for hooking into those events
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#309
Originally Posted by nax3000 View Post
Secondly, I'm pretty sure that one of these days someone would figure this out (and by 'figure out' I mean hack that whitelist)
It ain't that bothersome anyway.
If you don't need to rely on the phone part working properly, you can issue
Code:
stop ohmd
as root in X-Terminal. This will fix your problem, but I wouldn't recommend stopping the ohmd if your N900 is a phone.


Originally Posted by nax3000 View Post
Any idea about a mediabox widget?
No, not yet. Any volunteers?
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#310
Originally Posted by dwould View Post
a) written in python
Yes, it is.

Originally Posted by dwould View Post
b) captures events from the volume/zoom rocker?
The volume keys are simply F7 and F8 keys. However, the hildon desktop captures the key events before they reach your application, so you have to set a Xatom property on the window that wants to receive these keys:
Code:
# we need to notify Maemo5 that we want to use the volume keys
self.__window.window.property_change("_HILDON_ZOOM_KEY_ATOM",
    "XA_INTEGER", 32,
    gtk.gdk.PROP_MODE_REPLACE,
    [1])
That is, call property_change on the GdkWindow (window) member of a GtkWindow or HildonWindow.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

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

Tags
fmradio, mediabox, upnp, youtube


 
Forum Jump


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