use Path;
/// Extract filename from path, returning "unknown" if extraction fails
/// Path as given on the command line, for machine-readable output.
///
/// TSV rows used to print the bare filename, which is ambiguous as soon as
/// more than one directory is scanned in a single run (reported on the
/// Hydrogenaudio forum). JSON has always carried the full path; TSV now
/// matches it.