dimmuboy

~/.mc/bindings

Oct 1st, 2011
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. ### Video ###
  2.  
  3. regex/\.([aA][vV][iI])$
  4.    Include=video
  5.  
  6. .
  7. .
  8. .
  9.  
  10. regex/\.([wW][mM][vV])$
  11.    Include=video
  12.  
  13. include/video
  14.    Open=mplayer %f >/dev/null 2>&1 &
  15.    View=find -maxdepth 1 -type f -name \*.\* | sort > playlist | mplayer -playlist playlist && rm playlist
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment