Skip to content

Commit

Permalink
Default export profile is now CSV (#74, #82)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jan 1, 2024
1 parent 3e0ae3a commit 91bbdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarkersExtractor/MarkersExtractor Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ extension MarkersExtractor.Settings {
public static func mediaSearchPaths(from fcpxml: FCPXMLFile) -> [URL] {
[fcpxml.defaultMediaSearchPath].compactMap { $0 }
}
public static let exportFormat: ExportProfileFormat = .notion
public static let exportFormat: ExportProfileFormat = .csv
public static let enableSubframes = false
public static let markersSource: MarkersSource = .markers
public static let excludeRoles: Set<String> = []
Expand Down

0 comments on commit 91bbdc3

Please sign in to comment.