![]() |
Re: [Support thread] Billboard Standby Screen
I've spent the whole evening tinkering with scripts to run with the Billboard and found one thing that I'd love to see: unicode support with the script output!
As it is, it seems that the output from a {script:} tag is always considered iso-8859-1 instead of UTF-8, which means I can't use all sorts of fancy characters in the script itself. Also the script output always includes a newline, which can be troublesome too... edit: actually, the newline can be skipped by putting a zero byte at the end of the output of the python script |
Re: [Support thread] Billboard Standby Screen
hello dear developer of billboard,
thank you very much for your wonderfull app. this is just a request that can you please add an option of adding coloured logo of MEEGO? So that we can use it on the lockscreen? thanks in advance |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
print "this string ends here\x00(and this is ignored)" |
Re: [Support thread] Billboard Standby Screen
Is this why I can't get δεφ out of my script? Latin-1 seems to support them but how to output them to Billboard?
Edit: Using string.encode('latin1') solves this. Edit 2: Change back to UTF-8 once Billboard 1.0.7 is out (just erase the .encode('latin1') from the end) |
Re: [Support thread] Billboard Standby Screen
Think I found a bug:
After watching a video with the default player, the title was still displayed after player was closed. Reboot emptied the line. Still struggling with the python-script for uptime here. My desktop is a Win7 and I used notepad++ for creating this script Code:
#!/usr/bin/python Code:
chmod +x /home/user/uptime.py |
Re: [Support thread] Billboard Standby Screen
Yeah, i have the video play back bug too.
|
Re: [Support thread] Billboard Standby Screen
The video play back thing has been discussed on this thread several times...You can simply open an audio file, close it and it will also empty instead of doing a reboot...
It isn't a bug but more of the way the dbus (IIRC) works for video titles... |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
Could you comment on the upime-script too, please? |
All times are GMT. The time now is 05:09. |
vBulletin® Version 3.8.8