On 12/30/2015 10:32 AM, Roman Dobosz wrote:

snip

Just redirect the standard end error output to the void, like:

--- 8< ~/.config/mc/mc.ext ---
include/video2
     Open=(mpv -vf-clr %f >/dev/null 2>&1 &)
     View=%view{ascii} midentify %f
     Edit=if [ -n "$DISPLAY" ]; then (avidemux3_qt4 %f 2>&1 >/dev/null &); fi
--- >8 ----

so opening the file (pressing enter on the file), or editing it (via
pressing F4) I don;t see any output from neither mpv nor avidemux.
Note, that both of the processes are instantly put to the background
(amperand at the end of the command) so that mc is still operatable.

Hope, that helps :)

This does help.  Thank you very much.  I'll be trying it out soon.
-Skippy


Reply via email to