
How to use bullz_text (Hopefully you know linux)

FTP to dreambox
bullz_text.cfg =>  /var/etc/bullz_text.cfg  (ascii)
bullz_text.fnt =>  /var/etc/bullz_text.fnt  (binary)
bullz_text     =>  /var/bin                 (binary)

Before you make the ftp transfer you can edit
the configuration file at your wish. Please
use an editor which can handle Unix text or
execute DOS2UNIX after the edit
  (http://www.lesve.org/zip/UDDU.ZIP
	from bastet.com)

The colors of the subtitle is configurable. Either
you write the raw value or one of the preconfigured.

It is also possible to edit the font file, bullz_text.fnt.
Normally this is not the case but if you want to do
this you have the utility Softy.
  (http://www.lesve.org/zip/sfty107b.zip
	[No support today])
In case you edit the file. Do not change anything else
than the pixels (No size or order)

Next you open a telnet connection to your dreambox and do the following
 > cd /var/bin
 > chmod 511 bullz_text    # or chmod 733 for less security
 > ./bullz_text
 >

In case you will start it at boot, just edit the file /var/etc/init.
Add the following line at the end of that file (but before 'exit' if that exist)
Important: Dont forget any character

if [ -x /var/bin/bullz_text ]; then /var/bin/bullz_text; fi

bullz_text has also some command line options (which overide config file)
 -h             A little help
 -b             Let the program run as background (default from version 0.16)
 -f             Let the program run as forground
 -v		Change output from console to stderr (your terminal)
                Will only work in forground mode
 -d <level>	Change the debug level. (<level> can be 0 - 3)
 -l <lang)      Sets the country code (dan,fin,nor,swe)

More features in the 'bullz_text.cfg' file

bullz_text can reread the file /var/etc/bullz_text.cfg and change
some parameters during run time. To change parameters just edit the
file and when you have finished editing just run the script
 '/var/bin/cfg_bullz_text'.

The only parameters which change diring this are:
language:
language2:
colorindex:
delta_y:

Important
=========
To abort the program just type /var/bin/kill_bullz_text in a telnet window
and a clean abort is executing. Do NOT use kill (or killall).

The program is using the Console for Notice, Warnings and Errors.
You can read the Console through a nullmodemcable to your PC. (just 115200 bps 8N1)

If you don't have this you can change in the configuration file or use command
line option (-v). If you run in background it will if force the messages to
console all the time.

Known limitations and bugs
  It will only recognice the  'dan','eng','fin','nor','swe','fin' language
  For others language will the font probably be wrong
  The size of the subtitle is not changable.

The home page for the subtitle program is:
	http://www.lesve.org/main.php?folder=dreambox&db=3

Change Log:
2004.08.04 0.19 Compiled with  gcc version 'gcc-3.3.4'
2004.07.30 0.18 Better solution for Hallmark(1W) subtitle
2004.07.24 0.17 Possible to reread bullz_text.cfg
2004.07.12 0.16 Withdraw
2004.07.12 0.15 Options: move lines up/down
2004.07.04 0.14 Added a font color (Outlined white).
2004.06.29 0.13 Buildin command to run in background
2004.06.26 0.12 Will work on Hydra Ulysses 1.08
2004.06.19 0.11 Can now handle a secondary language
2004.06.17 0.10 Change code at channel change
2004.06.14 0.09 Read http port from enigma config
2004.06.12 0.08 Add command line options
2004.06.11 0.07 The colours are configurable
2004.06.09 0.06 An option to have the font as a seperate file 
2004.06.06 0.05 Change the code for error correction (Hamming code)
2004.06.02 0.04 Add the trace possibility in the configuration
2004.05.31 0.03 Language configuration
2004.05.31 0.02 Complete font. No nordic character yet
2004.05.29 0.01 Very first try
