#!/bin/bash
find $FINDOPTS \( -type f -or -type l \) | fort | grep -v '\.jpg$' | xa "${player:-mp}" "$@"
