option --nice don't work
Status: Beta
Brought to you by:
marcusbrutus
dvd-baker --version
dvd-baker 0.7.43
Fixed following part in dvd-baker (see line count):
4746 '--nice')
4747 shift
4748 # case "$test" in
4749 # Jens: bugfix!
4750 case "$1" in
4751
[0123456789] | 1[0123456789] )
4
Hi,
found a small bug in dvd-baker while trying to use
option --nice.
I have a slow machine (PIII, 600MHz) and I think
dvd-baker is stopping generation before it's done,
because it thinks that dvd-slideshow has hung up. Any
idea how to increase wait time?
Regards,
Jens.
Logged In: YES
user_id=1398882
Hi Jens,
in the waitForJob function is a line (#1524):
local patience=50 bellLoop
try increasing the patience level.
I'll have a think about increasing dvd-baker's 'intelligence'
as well as patience, for the next release.
Thanks for the report.
Marcus.