Can anyone help me with an mpv macro that detaches from terminal? The idea is to open several mpvs at the same time, without having to close one before opening the next.
rifle can be used in that way. Just set the browser to rifle and and it can take care of that issue.
Alternatively, something like:
macro m set browser "mpv %u </dev/null &>/dev/null &" ; open-in-browser-and-mark-read ; set browser firefox
Thank you, that works perfectly polyzen!
Most helpful comment
Alternatively, something like:
macro m set browser "mpv %u </dev/null &>/dev/null &" ; open-in-browser-and-mark-read ; set browser firefox