Geniuz Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 Wie weet wat Bullz_text nou precies doet. Hij zit standaard onder Hydra Achilles maar heb nog niet kunnen uitvogelen/begrijpen wat dit nou doet. En waarvoor gebruik je het nou precies? <img src="/ubbthreads/images/graemlins/confused.gif" alt="" /> <img src="/ubbthreads/images/graemlins/confused.gif" alt="" /> Heb een vermoeden van iets met ondertiteling en teletekst maar helemaal zeker weten doe ik het niet. Greetz! Dreambox DM-7000S Amber Display (Gemini 3.6) - Samsung SV1604N 160 Gb. HDD - Stab HH100 - 70 cm. schotel
paardengek Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 Beste Geniuz, Bullz-text is een ondertiteling addon voor je dreambox. Ik gebruik zelf Drtic 1.9 ned. Dus heb geen ervaring met Bullz-text. Met vriendelijke groet, paardengek Door veel lezen en prutsen kom je er wel!
Geniuz Geplaatst: 12 september 2004 Auteur Geplaatst: 12 september 2004 Dank je voor je snelle antwoord. Had zelf ook al zo'n vermoeden. Maar waar haalt ie alles vandaan dan ? Via internet of uit de teletekst? Of moet je zelf tekst bestanden aanleveren? Iemand wel enige ervaring met Bullz_text? Kan zelf nl. weinig info vinden. Ook niet op "het net"...... Dreambox DM-7000S Amber Display (Gemini 3.6) - Samsung SV1604N 160 Gb. HDD - Stab HH100 - 70 cm. schotel
paardengek Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 In het zipbestandje van Bull-text is dit te lezen: 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) sub_title.so => /var/tuxbox/plugins (binary) sub_title.cfg => /var/tuxbox/plugins (ascii) 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 > If you for some reason want to suspend the text output for some time you can do that by creating the file /tmp/suspend_bullz_text The size is unimportant. Through telnet you do this with the command 'touch /tmp/suspend_bullz_text' To deactivate the suspend just delete the file and the text should be there again. telnet command for delete: 'rm /tmp/suspend_bullz_text' It is also possible to suspend through the config file (See bullz_text.cfg) 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,ita,eng) 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 are read and changed during this are: language: language2: colorindex: delta_y: GUI PLUGIN: ----------- The GUI plugin can be started from the plugin menu. 1st Language: Change to the prefered language of your choice 2nd Language: Change to the language you choose if your prefered dont exist Color: Setting the foreground and background color of the characters START: Press green button to start bullz_text STOP: Press red button to abport bullz_text CHANGE: Press blue button when you want to update your configuration ABOUT: Press yellow button you will see version number and if you are connected to internet even the latest released version of bullz_text. Some status information about the running bullz_text 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' and 'ita' language For others language will the character 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 If you find unpleasent bugs please tell me at the following address bullz_text@lesve.org Change Log: 2004.09.06 0.23 Status in the GUI configuration (About key) 2004.08.31 0.22 Part II of the GUI configuration 2004.08.27 0.21 New Language Italien and first GUI try 2004.08.22 0.20 Added the suspend possibilty 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 Je kunt je informatie dus hier vandaan halen: http://www.lesve.org/main.php?folder=dreambox&db=3 Ik denk, dat je net als bij drtic, je zogenaamde srt files moet gebruiken. Deze srt files zijn te downloaden bij: http://www.nlondertitels.com/ Maar dit weet ik niet zeker. Succes, paardengek Door veel lezen en prutsen kom je er wel!
Gast Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 Citaat: Dank je voor je snelle antwoord. Had zelf ook al zo'n vermoeden. Maar waar haalt ie alles vandaan dan ? Via internet of uit de teletekst? Of moet je zelf tekst bestanden aanleveren? Iemand wel enige ervaring met Bullz_text? Kan zelf nl. weinig info vinden. Ook niet op "het net"...... Volgens mij werkt het (ook) met teletext waar het ondertitels vandaan haalt. Ik heb het een keertje geprobeerd, en idd een ondertitel gekregen, maar omdat het uit de teletext kwam niet de taal die ik graag had...Wel heel goed instelbaar en aanpasbaar allemaal.
John van Dreumel Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 Hi, Start maar een sky cinema op. Dan krijg je automatisch de ondertitels erbij. Helaas in 't engels of noors of zo. Het wordt meegezonden met 't signaal en nederlands zit daar zeker (helaas) niet bij. Ik weet niet welke zenders het wel of juist niet hebben. Is wel makkelijk als je wilt kijken op de slaapkamer zonder moeders wakker te maken. <img src="/ubbthreads/images/graemlins/loldev.gif" alt="" /> Greetz John Er is zoveel te vragen dat ik het tóch eerst zelf probeer uit te zoeken. Dat is ook verrekte leerzaam. Mijn boxen zijn allemaal powered by PLi.
Gast Geplaatst: 12 september 2004 Geplaatst: 12 september 2004 Bij die films heb je toch geen ondertiels nodig <img src="/ubbthreads/images/graemlins/confused.gif" alt="" /> Of ze nu op zijn Italiaans of op zijn engels/nederlands kreunen dat maakt toch geen F*CK uit <img src="/ubbthreads/images/graemlins/loldev.gif" alt="" />
Geniuz Geplaatst: 12 september 2004 Auteur Geplaatst: 12 september 2004 Dank voor de info peepz!! Citaat: Bij die films heb je toch geen ondertiels nodig Of ze nu op zijn Italiaans of op zijn engels/nederlands kreunen dat maakt toch geen F*CK uit Hebbie wel eens gekreun op z'n spaans gehoord? (Taq.) Oh si, Oh si, Oh si.... Zit dan meteen met dat deuntje van Elvis/Sisi reclame. Sisi Right... Oh see... what you have done <img src="/ubbthreads/images/graemlins/loldev.gif" alt="" /> Dreambox DM-7000S Amber Display (Gemini 3.6) - Samsung SV1604N 160 Gb. HDD - Stab HH100 - 70 cm. schotel
John van Dreumel Geplaatst: 13 september 2004 Geplaatst: 13 september 2004 Hi Guardian, Sky Cinema zendt toch gewone films uit en is dus geen typisch "potloodkanaal", toch? <img src="/ubbthreads/images/graemlins/grin.gif" alt="" /> <img src="/ubbthreads/images/graemlins/grin.gif" alt="" /> Als er dan ondertitels bij zitten is het makkelijk voor de doven onder ons. Maak het de beginnelingen nu toch niet te moeilijk. <img src="/ubbthreads/images/graemlins/loldev.gif" alt="" /> Greetz John Er is zoveel te vragen dat ik het tóch eerst zelf probeer uit te zoeken. Dat is ook verrekte leerzaam. Mijn boxen zijn allemaal powered by PLi.
Aanbevolen berichten
Maak een account aan of log in om te reageren
Je moet een lid zijn om een reactie te kunnen achterlaten
Account aanmaken
Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!
Registreer een nieuwe accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen