[mythtv-users] mythburn
Daniel A. Segel
mythtv at archer-segel.com
Tue Apr 11 13:33:21 UTC 2006
melliot at tpg.com.au wrote:
> Quoting Jeff Simpson <jeffsimpson at alum.wpi.edu>:
>
>> More information - turning off the chapter menus made the disc menu
>> work. The only problem that remains is that the intro screen for
>> each
>> video has text that is too wide for the screen. I assume that is
>>
Edit the modules/mythburn/mythburnscripts/scripts/getmyth.sh script and
look for a section like this:
> # Format the text into lines
> fmt --uniform-spacing --width 50 ${tempdir}/description1.txt | \
> head -n 5 > ${tempdir}/description.txt
> checkreturnvalue
Yours will have a value like 60 instead of 50. Change it and it will
wrap the text better.
Daniel
More information about the mythtv-users
mailing list