sbool isVideoFile(File f) { ret endsWithOneOfIC(fileName(f), ".mkv", ".avi", ".mp4", ".flv", ".mov"); }