@override Future<MediaInfo> probe(String path) async { probes.add(path); return files[path] ?? defaultInfo(path); }