#!/bin/sh
file "$@" | grep -v -e ':[      ]*data' -e 'empty' | grep -v RAR | sed 's/:.*//' | xargs vlc
