[vifm] Use unique mpv player instance for video

By default now queues to unique mpv player.
This commit is contained in:
Marty Oehme 2020-05-25 17:50:20 +02:00
parent 4292d1e5de
commit 0e513c04d0
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
1 changed files with 2 additions and 2 deletions

View File

@ -202,12 +202,12 @@ fileviewer *.flac soxi
filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
\*.as[fx]
\ {View using unique mplayer instance}
\ umpv %f &,
\ {View using ffplay}
\ ffplay -fs -autoexit %f,
\ {View using Dragon}
\ dragon %f:p,
\ {View using mplayer}
\ mpv %f,
fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
\*.as[fx]