Code: Select all
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
....
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Is there an option I can add to the 'settings.conf' file or something in order to disable these messages?
Thanks.
PS: If it matters, my OS is Ubuntu 18.04
Edit:
Current bodge solution: Added the following to my ~/.bashrc file:
Code: Select all
makemkvcon() {
command makemkvcon "$@" | \
grep -v 'Program reads data faster than it can write to disk'
}