Future<bool> isSynthesized(String format) async { return (await _getItemInfo()).synthesizedFormats.contains(format); }