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