Set VLC as video default

This commit is contained in:
Tibo De Peuter 2022-06-02 11:46:09 +02:00
parent bd1b33e11d
commit 539a5c0170

View file

@ -205,10 +205,10 @@ filextype {*.djvu},<image/vnd.djvu>
" Audio
filetype {*.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus},
\<audio/*>
\ {Play using ffplay}
\ ffplay -nodisp -autoexit %c,
\ {Play using MPlayer}
\ mplayer %f,
\ {Play using ffplay}
\ ffplay -nodisp -autoexit %c,
\ {Play using MPlayer}
\ mplayer %f,
fileviewer {*.mp3},<audio/mpeg> mp3info
fileviewer {*.flac},<audio/flac> soxi
@ -217,6 +217,7 @@ 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]},
\<video/*>
\ vlc %f &,
\ {View using ffplay}
\ ffplay -fs -autoexit %f,
\ {View using Dragon}